-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for creating Conda environment "no_cuda" / older Macs #705
Comments
I also tried to run the following
But it failed with the following:
|
Hi @pollytur, Thanks for bringing this to our attention. In response to the conda from source installation error, since you are not training on your own computer, we can try removing the CUDA libraries from the dependencies. Can you try editing the
Then, from within the main (outer) Thanks, |
Thank you! Thank you one more time, |
Perfect! We will work on a more permanent fix, but glad to get you up and running. |
Another option is to create the environment using the |
I added a note in the conda from source installation where we specify to use the environment_no_cuda.yml if the user's computer does not have a NVIDIA GPU. |
Hello!
I tried to install sleep on Mac (Intel i7, Monterey 12.2.1, no GPU) via Conda but it failed
I used
git clone https://github.com/murthylab/sleap && cd sleap
andconda env create -f environment.yml -n sleap
before asconda create -y -n sleap -c sleap -c nvidia -c conda-forge sleap=1.2.2
does not work for mac.Seems like, indeed, there are no these packages for a laptop without GPU. I wanted to landmark the videos on my usual laptop and then to train on a server with a GPU. Could you please let me know if there is such an option? And if yes, how should I solve the thing above? (I already tried
conda install -c conda-forge <package_name=version>
and it did not help)Thanks in advance!
Polly
The text was updated successfully, but these errors were encountered: