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

error in installation #7

Closed
WeiHao97 opened this issue Feb 1, 2023 · 3 comments
Closed

error in installation #7

WeiHao97 opened this issue Feb 1, 2023 · 3 comments
Assignees

Comments

@WeiHao97
Copy link

WeiHao97 commented Feb 1, 2023

Dear Authors,
Thanks for the wonderful repo. Could you take a look at this installation issue I encountered when running 'pip install --verbose git+git://github.com/bethgelab/robustness.git'?
'''
Fetching project page and analyzing links: https://pypi.ngc.nvidia.com/pip/
Getting page https://pypi.ngc.nvidia.com/pip/
Found index url https://pypi.ngc.nvidia.com
Starting new HTTPS connection (1): pypi.ngc.nvidia.com:443
https://pypi.ngc.nvidia.com:443 "GET /pip/ HTTP/1.1" 301 0
Starting new HTTPS connection (1): developer.download.nvidia.com:443
https://developer.download.nvidia.com:443 "GET /compute/redist/pip/ HTTP/1.1" 404 445
Could not fetch URL https://pypi.ngc.nvidia.com/pip/: 404 Client Error: Not Found for url: https://developer.download.nvidia.com/compute/redist/pip/ - skipping
Given no hashes to check 209 links for project 'pip': discarding no candidates
Removed build tracker: '/tmp/pip-req-tracker-b4ndlbqj'
'''
Thank you

@Djoels
Copy link

Djoels commented Mar 22, 2023

Hi, I assume it should be
pip install git+https://github.com/bethgelab/robustness.git
instead?

@stes
Copy link
Contributor

stes commented Jun 30, 2023

Hi @WeiHao97 , we haven't fully updated the pypi package yet. In the meantime, please use @Djoels suggestion and

pip install git+https://github.com/bethgelab/robustness.git

Let me know if this works!

@stes stes closed this as completed Jun 30, 2023
@stes
Copy link
Contributor

stes commented Jun 30, 2023

Although there seems to another installation issue, see #9

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