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
We've got 2 environments where we run our code: Windows and Linux.
It'd be great if we could tell pip2pi to download packages for both, or just download packages for a specified system other than the one which it currently runs on.
The text was updated successfully, but these errors were encountered:
pip-downloader is broken for me. So, I'm trying to use pip download with the --platform option. However, passing --platform requires also passing --only-binary :all:, which means that if no wheels were published for a certain dependency the download of all packages will fail...
We've got 2 environments where we run our code: Windows and Linux.
It'd be great if we could tell pip2pi to download packages for both, or just download packages for a specified system other than the one which it currently runs on.
The text was updated successfully, but these errors were encountered: