You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following Install.md.
I have very little experience with python.
During the procedure I had to add some steps, as the setup would complain of missing packages:
conda install torch
conda install numpy
Also conda could not find the package pytorch-cuda=11.3 (neither variations of it, such as conda install pytorch::pytorch, so I installed this package using pip install pytorch-cuda. Probably my setup was flimsy at this point.
I get 100% stuck when I run python setup.py build develop with the following result:
File "/[...]/miniconda3/envs/alphapose/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 2230, in _join_cuda_home
raise EnvironmentError('CUDA_HOME environment variable is not set. '
OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root.
I am following Install.md.
I have very little experience with python.
During the procedure I had to add some steps, as the setup would complain of missing packages:
Also conda could not find the package
pytorch-cuda=11.3
(neither variations of it, such asconda install pytorch::pytorch
, so I installed this package usingpip install pytorch-cuda
. Probably my setup was flimsy at this point.I get 100% stuck when I run
python setup.py build develop
with the following result:How should we troubleshoot this?
The text was updated successfully, but these errors were encountered: