-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Install of a package from URL #695
Comments
Hi @germn I opened a PR to implement this feature, maybe you could take a look at it? I am looking for feedback 😄 |
This is crucial for installing packages such as PyTorch: https://pytorch.org/ which are sometimes only distributed through a .whl file due to complicated dependencies like CUDA. |
I would also really appreciate this. I often have to make custom wheels for packages I'm using, which I install via web (to avoid bloating my git repos with big ugly wheel deltas). Just switched to poetry for one of my projects and surprised that this wasn't possible. |
Added in #1260 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue
Sometimes packages easily avaliable only by url, for example binaries for Windows. It would be nice to be able to do something like:
poetry add pycurl --url https://download.lfd.uci.edu/pythonlibs/h2ufg7oq/pycurl-7.43.1-cp37-cp37m-win_amd64.whl
For example, pipenv supports it :)
The text was updated successfully, but these errors were encountered: