Navigation Menu

Skip to content
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

ImportError: Could not find 'cudart64_90.dll', Though I have this file #57

Open
anonym24 opened this issue Jun 4, 2018 · 3 comments
Open

Comments

@anonym24
Copy link

anonym24 commented Jun 4, 2018

I get next error when running Jupyter test example (tensorflow1) C:\tensorflow1\models\research\object_detection> jupyter notebook object_detection_tutorial.ipynb

ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Download and install CUDA 9.0 from this URL: https://developer.nvidia.com/cuda-toolkit

I installed CUDA 9.0 and extracted cudnn-9.0-windows10-x64-v7.zip to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0

screenshot_10

I have next environment variables:

screenshot_11

screenshot_12

So I don't understand what the problem is
I have this file, I have needed variables (paths) but it still isn't working

screenshot_13

screenshot_14

@tin-trong-nguyen
Copy link

I struggled with this for hours. Here's what I did:

  • Remove CUDA_HOME, CUDA_PATH, CUDA_PATH_V9_0 from variables list.
  • Reboot (pretty sure this was the main step)

@mbhaskar1
Copy link

I'm also having this issue. I tried removing and adding environment variables in different combinations and rebooting my laptop numerous times, but nothing has solved the issue.

@Tylersuard
Copy link

Resetting, deleting the paths, then closing and re-opening my Conda session as admin worked :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants