Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't find index page for 'tensorrt' (maybe misspelled?) #26

Closed
anish9 opened this issue Jul 13, 2018 · 4 comments
Closed

Couldn't find index page for 'tensorrt' (maybe misspelled?) #26

anish9 opened this issue Jul 13, 2018 · 4 comments

Comments

@anish9
Copy link

anish9 commented Jul 13, 2018

python setup.py build

  • the above step is successfully completed

  • but error is generated on the below file when installing the setup

python setup.py install

Searching for tensorrt>=3.0.0
Reading https://pypi.org/simple/tensorrt/
Couldn't find index page for 'tensorrt' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
No local packages or working download links found for tensorrt>=3.0.0
error: Could not find suitable distribution for Requirement.parse('tensorrt>=3.0.0')

we have already installed tensorrt 4.0.1 based on the nvidia's official documentation but still we face the above error.

@anish9
Copy link
Author

anish9 commented Jul 16, 2018

@ezyang @zdevito @hmansell anyone please help me.

@anish9 anish9 closed this as completed Jul 16, 2018
@n8886919
Copy link

n8886919 commented Dec 2, 2018

@anish9 I get the same error, did you solve it?

@anish9
Copy link
Author

anish9 commented Dec 2, 2018

@n8886919 the below link should help
#23 (comment)

@wahajahmad
Copy link

I had the same problem and in may case, it was due to missing python binding of TensorRT
You can install it for Python2 with
sudo apt-get install python-libnvinfer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants