-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Cupy repeated dependency error when running the container #260
Comments
Hi, I have installed Nvidia-docker and Nvidia-drivers for my ubuntu 20.04 correctly, then built the image successfully, but upon running the command "python3 app.py --input-uri ... --mot" inside the container it throws the below-mentioned error, I also have uninstalled Cupy and reinstalled it a couple of times but still same error. Traceback (most recent call last): File "app.py", line 10, in import fastmot File "/usr/src/app/FastMOT/fastmot/init.py", line 2, in from .mot import MOT File "/usr/src/app/FastMOT/fastmot/mot.py", line 8, in from .detector import SSDDetector, YOLODetector, PublicDetector File "/usr/src/app/FastMOT/fastmot/detector.py", line 7, in import cupy as cp File "/usr/local/lib/python3.6/dist-packages/cupy/init.py", line 37, in raise ImportError(_msg) from e ImportError: CuPy is not correctly installed.Please read & provide the following |
@GeekAlexis please help! |
Your issue may already be reported!
Please search the issues before creating one.
Current Behavior
How to Reproduce
Describe what you want to do
Your Environment
Common issues
The text was updated successfully, but these errors were encountered: