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

create a repository for other OSs #90

Open
feature-engineer opened this issue Jun 19, 2019 · 3 comments
Open

create a repository for other OSs #90

feature-engineer opened this issue Jun 19, 2019 · 3 comments

Comments

@feature-engineer
Copy link

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.

@jayvdb
Copy link

jayvdb commented Dec 10, 2019

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

@mjerabek
Copy link

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

@jonathanslenders
Copy link

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

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

4 participants