Skip to content

Running sleap via import #1086

Answered by roomrys
katiedunkley asked this question in Help!
Dec 20, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @katiedunkley,

Based on some research, one hypothesis is that there might be a conflict with the python version (python>=3.8) and one of our dependencies cattrs. However, I don't believe that is necessarily the case since I just tested a minimal Colab notebook:

!pip install sleap
exit()
import sleap

with python version 3.8.16 (both in Chrome and Microsoft Edge on Windows 10)

!python -V

resulting in no errors. Although the research example linked above used python v3.8.0....

Do you mind running the !python -V command in Colab (I would think Colab would default to the same python version across browsers/OS's, but just to check our basis). Also, if it isn't too much of a hassle, do you…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@katiedunkley
Comment options

Answer selected by katiedunkley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants