I am in my python environment and when I run requirements.txt, it fails on nvidia-nccl-cu12. This is the error I get:
Collecting nvidia-nccl-cu12
Downloading nvidia-nccl-cu12-0.0.1.dev5.tar.gz (4.3 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [17 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\Guy\AppData\Local\Temp\pip-install-mc_psfw8\nvidia-nccl-cu12_15855412bd6e424f82bd0f00b8b6e64b\setup.py", line 152, in <module>
raise RuntimeError(open("ERROR.txt", "r").read())
RuntimeError:
###########################################################################################
The package you are trying to install is only a placeholder project on PyPI.org repository.
This package is hosted on NVIDIA Python Package Index.
This package can be installed as:
```
$ pip install nvidia-pyindex
$ pip install nvidia-nccl-cu12
```
###########################################################################################
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
I am in my python environment and when I run requirements.txt, it fails on nvidia-nccl-cu12. This is the error I get: