pip2pi icon indicating copy to clipboard operation
pip2pi copied to clipboard

create a repository for other OSs

Open feature-engineer opened this issue 5 years ago • 3 comments

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.

feature-engineer avatar Jun 19 '19 06:06 feature-engineer

https://github.com/AbdealiJK/pip-downloader might be of interest; it is starting to attempt this problem.

jayvdb avatar Dec 10 '19 04:12 jayvdb

You can pass arguments for pip download directly to pip2pi. You can specify the platform/python version/... there: https://pip.pypa.io/en/stable/reference/pip_download/#cmdoption-platform

mjerabek avatar Oct 24 '20 23:10 mjerabek

Does any of you have a solution for this?

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...

jonathanslenders avatar Dec 09 '20 15:12 jonathanslenders