DALI: Not able to install DALI on Jetson NX Cuda 10.2

I am trying to install DALI using pip install --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda100 on Jetson Xavior NX. But getting the following error :

_### _ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-ts9koafb/nvidia-dali-cuda100/setup.py’“'”‘; file=’“'”‘/tmp/pip-install-ts9koafb/nvidia-dali-cuda100/setup.py’“'”‘;f=getattr(tokenize, ‘"’“‘open’”’“‘, open)(file);code=f.read().replace(’”‘"’\r\n’“'”‘, ‘"’"’\n’“'”‘);f.close();exec(compile(code, file, ‘"’“‘exec’”’"‘))’ egg_info --egg-base /tmp/pip-pip-egg-info-crk820lu cwd: /tmp/pip-install-ts9koafb/nvidia-dali-cuda100/ Complete output (18 lines): Traceback (most recent call last): File “<string>”, line 1, in <module> File “/tmp/pip-install-ts9koafb/nvidia-dali-cuda100/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-cuda100
```

Please refer to NVIDIA DALI installation guide for instructions:
https://docs.nvidia.com/deeplearning/dali/user-guide/docs/installation.html
###########################################################################################
----------------------------------------

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.__

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 17 (9 by maintainers)

Most upvoted comments

What you suggested is obviously I gonna try but do you recommend any alternative for Dali based on your experience?

Have you checked https://developer.nvidia.com/deepstream-sdk?

Have you managed to run the Jetson SDK? If so it should download the necessary files.

find: ‘/run/user/1000/gvfs’: Permission denied I think you can skip that message, the find command will yield it for every directory/file it can’t access.