Replies: 1 comment 3 replies
-
perhaps the change mentioned in this ticket would enable forced install? #4621 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
after installing pytorch in a virtual env and torch.cuda.is_available() is True.
$BUILD_MONAI=1 python setup.py develop
starts with
(venv_monai) [saeed@isigpu2]$ BUILD_MONAI=1 python setup.py develop
setup.py with torch 1.12.0+cu116
BUILD_MONAI_CPP=True, BUILD_MONAI_CUDA=False, TORCH_VERSION=11200.
I checked in the setup.py, seems like the reason is $CUDA_HOME environment variable is empty, configuring address in CUDA_HOME, still returns another error: no such folder in $CUDA_HOME/bin/nvcc.
I can't have sudo access to install nvcc, but I guess it should not be necessary, Or I'm missing something?
Any help appreciated.
Best,
Saeed
Beta Was this translation helpful? Give feedback.
All reactions