Closed jacobmerson closed 2 years ago
And here is something that makes it a bit more mysterious...
$ import torch
$ torch.version.cuda
'11.6'
Hi, This looks similar to the poetry issues here: https://github.com/masadcv/FastGeodis/issues/6
Can you try installing with
pip install -e . --no-build-isolation
or
pip install FastGeodis --no-build-isolation
?
@masadcv thanks for the suggestion! I used --no-build-isolation
and then I had to install wheel
. But then I could install from source on my linux workstation.
All of the tests are passing.
Many thanks!
With --no-build-isolation
we are skipping peotry dependencies for building the wheel, which includes wheel
: https://github.com/masadcv/FastGeodis/blob/master/pyproject.toml
Describe the bug Attempting to install on linux machine with cuda 11.6 is giving pytorch mismatch error
To Reproduce
Note: I can import python and pytorch and it runs GPU code without issue. I think this must be an installation with FastGeodis. However, I'm not sure since I don't have experience using pytorch.
Expected behavior FastGeodis installs
Desktop (please complete the following information):