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

Support for {path = "foo.whl"} #22

Open
adimajo opened this issue Apr 10, 2020 · 0 comments
Open

Support for {path = "foo.whl"} #22

adimajo opened this issue Apr 10, 2020 · 0 comments

Comments

@adimajo
Copy link

adimajo commented Apr 10, 2020

Hi & thanks for the amazing job on this tool.
I have in my Pipfile some dependencies to local wheels, e.g. :
pycld2 = {path = "./windows_wheels/pycld2-0.41-cp37-cp37m-win_amd64.whl"}
which, if you wondered, comes from a bug in package polyglot on windows (see aboSamoor/polyglot#91).

This is currently being translated by pipenv-to-requirements in requirements.txt as:
pycld2==0.41
which is kind of incorrect since it simply won't install on my Windows machine.
I saw issue #1 but it seems like this is a local package (with all its source files, etc.) whereas I'm dealing with a wheel, so I guess it's handled a bit differently. Any idea how to achieve what I'm looking for?

@adimajo adimajo changed the title Support for {path = } Support for {path = foo.whl} Apr 10, 2020
@adimajo adimajo changed the title Support for {path = foo.whl} Support for {path = "foo.whl"} Apr 10, 2020
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

1 participant