-
Notifications
You must be signed in to change notification settings - Fork 26
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
ModuleNotFoundErrot: No module named 'numpy.testing.decorators' #26
Comments
I had the same issue recently, "pip install numpy==1.16.4" in the container seemed to fix it. |
It worked! Thank you so much for the quick response!!! |
Great!!...recently, I had the same issue. Now it's fixed. Thanks buddy. |
Worked. Thanks a lot! |
Same here - pip'd something and it broke everything upgrading to 1.18.5 |
Thanks, its work for me. New update over numpy 1.19 version have some issue but lower versions work perfectly. |
Thank you!! |
Hey!
So I started on a fresh installation of ubuntu 18.04 and everything worked including building the docker image and entering the docker container. However, when inside the container -
export DLClight=True -> works
ipython -> works
import deeplabcut -> I get the following error
Any suggestions?
Also a sidenote -
on ubuntu 18.04
'sudo apt-get install nvidia-docker' seems to not work but 'sudo apt-get install nvidia-docker2' does the job!
Thank you so much! :)
The text was updated successfully, but these errors were encountered: