-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Segfault when importing torchvision #52
Labels
Comments
Please include the full requested information. It is VERY helpful. |
@hmaarrfk updated |
Thank you. I got very confused as I thought i saw a very similar issue a few minutes ago ^_^ I'm sorry I can't really recreate. Did you happen to update your driver recently? Are you able to reboot your computer? I've seen strangeness before. I have cuda 11.6 as well:
|
11.2 builds should be compatible with forward builds. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution to issue cannot be found in the documentation.
Issue
When I run
conda create -n test1 python pytorch-gpu torchvision cudatoolkit -c conda-forge
and thenimport torchvision
I get a segfault. It looks like this is becausecudatoolkit
version11.6.0
is installed, which is incompatible.However, if I setup my environment as
conda create -n test2 python pytorch-gpu torchvision -c conda-forge
thencudatoolkit
version10.2
is installed, which seems to work.Any ideas what might be going on here?
Installed packages
For environment
test1
For environment
test2
Environment info
The text was updated successfully, but these errors were encountered: