Dali: HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/nvidia-dali/

Created on 27 May 2019  路  1Comment  路  Source: NVIDIA/DALI

I created a VM on the google platform and tried to install nvidia-dali but received the following error:

Exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 353, in run
wb.build(autobuilding=True)
File "/usr/lib/python3/dist-packages/pip/wheel.py", line 749, in build
self.requirement_set.prepare_files(self.finder)
File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 554, in _prepare_file
require_hashes
File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 278, in populate_link
self.link = finder.find_requirement(self, upgrade)
File "/usr/lib/python3/dist-packages/pip/index.py", line 465, in find_requirement
all_candidates = self.find_all_candidates(req.name)
File "/usr/lib/python3/dist-packages/pip/index.py", line 423, in find_all_candidates
for page in self._get_pages(url_locations, project_name):
File "/usr/lib/python3/dist-packages/pip/index.py", line 568, in _get_pages
page = self._get_page(location)
File "/usr/lib/python3/dist-packages/pip/index.py", line 683, in _get_page
return HTMLPage.get_page(link, session=self.session)
File "/usr/lib/python3/dist-packages/pip/index.py", line 795, in get_page
resp.raise_for_status()
File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/models.py", line 893, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/nvidia-dali/

I tried to install it using the pip install --extra-index-url https://developer.download.nvidia.com/compute/redist/cuda/10.0 nvidia-dali command

I do not know what I'm doing wrong.

VM Settings:

Debian GNU / Linux 9.9 (extension)
Compiling tools Cuda, release 10.0, V10.0.130
Python 3.5.3

Most helpful comment

I got.
Put the --index-url instead --extra-index-url

>All comments

I got.
Put the --index-url instead --extra-index-url

Was this page helpful?
0 / 5 - 0 ratings

Related issues

frank-wei picture frank-wei  路  3Comments

jxmelody picture jxmelody  路  6Comments

Usernamezhx picture Usernamezhx  路  4Comments

tianyang-li picture tianyang-li  路  4Comments

kindoblue picture kindoblue  路  4Comments