You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement of downloading wheels with a specific interpreter version. But as per pip download [1] if I use --python-version , I have to specify --only-binary=:all: or --no-deps. But this fails as it doesn't have any wheel/binary release. So it would be great if a binary release can also be added here[2].
I have a requirement of downloading wheels with a specific interpreter version. But as per pip download [1] if I use --python-version , I have to specify --only-binary=:all: or --no-deps. But this fails as it doesn't have any wheel/binary release. So it would be great if a binary release can also be added here[2].
Ref:
[1] https://pip.pypa.io/en/stable/reference/pip_download/#id2
[2] https://pypi.org/project/retrying/#files
The text was updated successfully, but these errors were encountered: