Refer to the configuration of others and configure py36 in CONDA virtual environment
conda create -n py36 python=3.6
The default is Python 3 6.0. Later, pytorch = 1.8.0 and cudatoolkit = 11.1.1 are installed successfully, and then pip is used to install
– torch cluster = = 1.5.9
– torch scatter = = 2.0.6
– torch spark = = 0.6.9
– torch spline conv = = 1.2.1
ERROR: No matching distribution found for torch-cluster==1.5.9
After trying various methods on the Internet, it still doesn’t work. Even if you remove the version limit, you still report an error
later, I checked the environment configuration of others I referred to. It was the wrong version of Python I used. I should use Python 3 6.10
then execute in this virtual environment:
conda install python=3.6.10=hcf32534_1
Then execute it
pip install torch-xxxx==x.x.x
You can install it successfully
Read More:
- [ncclUnhandledCudaError] unhandled cuda error, NCCL version xx.x.x
- [Solved] Pyinstaller Error: “RuntimeError: No metadata path found for distribution ‘greenlet‘
- How to Fix “HTTP error 403: forbidden” in Python 3. X
- RuntimeError: Failed to register operator torchvision::_new_empty_tensor_op. +torch&torchversion Version Matching
- Python 3.X error: valueerror: data type must provide an itemsize
- error: (-5:Bad argument) in function ‘seamlessClone‘ and error: (-215:Assertion failed) 0 <= roi.x && 0 [How to Solve]
- [Solved] Pytorch-geometric Error: No module named torch_sparse
- [Solved] torchsummary Error: RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.F
- [Solved] RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the
- [Solved] RuntimeError: Numpy is not available (Associated Torch or Tensorflow)
- [Solved] Using summary to View network parameters Error: RuntimeError: Input type (torch.cuda.FloatTensor)
- How to Solve Pychart configuration import torch error
- Python: Torch.nn.functional.normalize() Function
- torch.nn.functional.normalize() Function Interpretation
- Here is the difference and connection of Torch. View (), Transpose (), and Permute ()
- Pytorch torch.cuda.FloatTensor Error: RuntimeError: one of the variables needed for gradient computation has…
- [Solved] Python WARNING: Ignoring invalid distribution -umpy
- [Solved] Torch Build Module Error: NotImplementedError
- [Solved] RuntimeError: ProcessGroupNCCL is only supported with GPUs, no GPUs found
- The matching result of Python XPath is null