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

demo error #9

Closed
zhuliqian opened this issue Mar 4, 2019 · 2 comments
Closed

demo error #9

zhuliqian opened this issue Mar 4, 2019 · 2 comments

Comments

@zhuliqian
Copy link

(CornerNet) chase@zlq:~/ExtremeNet$ python demo.py
Traceback (most recent call last):
File "demo.py", line 4, in
import torch
File "/home/chase/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/init.py", line 80, in
from torch._C import *
ImportError: libcudart.so.9.0: cannot open shared object file: No such file or directory

@xingyizhou
Copy link
Owner

Hi,
It seems that you haven't installed pytorch correctly. Do you have a GPU in your machine and have installed CUDA 9.0?

@zhuliqian
Copy link
Author

thanks
Fixed!
conda install -c anaconda cudatoolkit==9.0

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

2 participants