-
Notifications
You must be signed in to change notification settings - Fork 419
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
403 link served on torch index url #2076
Comments
Hi! thanks for your contribution!, great first issue! |
Hello, I think the the problem is using apt update && \
apt install python3.7 python3-pip -y && \
pip3 install --upgrade pip && \
python3.7 -m pip install pytorch-lightning \
--find-links=https://download.pytorch.org/whl/cu113/ |
Hi @Borda, torch deprecated
Since they now host a PyPI index, installation options for end users have become more flexible. See for instance discussions at ray-project/ray#26072 |
The culprit link hosted on the torch index is https://download.pytorch.org/whl/torchmetrics-1.0.3-py3-none-any.whl which will be preferred over torchmetrics 1.0.3 hosted on official PyPI, regardless wether the torch index is specified under |
Do you have the capability to get that link removed from the torch index? |
We do not have any power over this index, please follow on official PyTorch issue... :( |
OK:) done, ty for the quick reply |
🐛 Bug
Hi 👋
Will attempt to download torchmetrics 1.0.3 from the torch index:
https://download.pytorch.org/whl/torchmetrics
The link hosted there will respond with 403 forbidden.
Could you remove that link?
Many thanks!
The text was updated successfully, but these errors were encountered: