Hi guys, I’m using clearml for a while now, and I’m trying to install nvidia-dali-cuda110
this is the official docs to install it:
https://docs.nvidia.com/deeplearning/dali/user-guide/docs/installation.html
pip install --extra-index-url
--upgrade nvidia-dali-cuda110
when I tried to install it with using clearml
, I couldn’t be able to do it using the requirements.txt
, where you could check my requirements.txt
pylint clearml boto3 --extra-index-url
nvidia-dali-cuda110
and this is my clearml backtrace:
` Collecting nvidia-dali-cuda110
Using cached nvidia-dali-cuda110-0.0.1.dev5.tar.gz (8.0 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [19 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-bbhjg47m/nvidia-dali-cuda110_46b9eda1ef3340d8a1b88af4ee186a63/setup.py", line 150, 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-dali-cuda110
```
Please refer to NVIDIA DALI installation guide for instructions:
` `
###########################################################################################
[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.
ERROR: Failed installing requirements.txt:
pylint
clearml
boto3
--extra-index-url
--upgrade
nvidia-dali-cuda110
clearml_agent: ERROR: Command '['/home/clearml/.clearml/venvs-builds/3.8/bin/python', '-m', 'pip', '--disable-pip-version-check', 'install', '-r', '/tmp/requirements_4di5x3tg.txt']' returned non-zero exit status 1. `any suggestions ?