Unable to install pytorch>=1.6 with CUDA 9.0

Hi. unable to install pytorch version higher than ‘1.1.0’.
python 3.7
cuda 9.0
Any help?

Could you describe your installation attempts and what kind of errors you were seeing, please?

Now I could install pytorch==1.7.1 using ```
conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=9.0 -c pytorch

However, I got “False” by torch.cuda.is_available()

Your machine might be lacking a proper installation of NVIDIA drivers, the GPU might not be recognized (or could be too old), or other errors could prevent PyTorch from using the GPU, so we would need more information to further help out.

1 Like