Skip to content

Integration of sleap with sleap-anipose and anipose #1973

Discussion options

You must be logged in to vote

Hi @roomrys,

Thanks for the thorough answer. It was really helpful in helping me identify where the conflicts are, mainly related to opencv. I have done something slightly different to get it working which goes something like this:

# Create the environment called bnp and install sleap
$ conda create -y -n myenv -c conda-forge -c nvidia -c sleap -c anaconda sleap
$ conda activate myenv 

# Remove opencv pypi version because it conflicts with sleap-anipose
$ pip uninstall -y opencv-python-headless 

# Install required version
$ pip install "opencv-contrib-python<4.7.0" 

# Install sleap anipose and anipose version 1.0
$ pip install sleap_anipose
$ pip install "anipose<1.1" 

Like this, every…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@80thelement
Comment options

@martinesparza
Comment options

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