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

Install of a package from URL #695

Closed
1 task done
germn opened this issue Dec 3, 2018 · 5 comments
Closed
1 task done

Install of a package from URL #695

germn opened this issue Dec 3, 2018 · 5 comments

Comments

@germn
Copy link
Contributor

germn commented Dec 3, 2018

  • I have searched the issues of this repo and believe that this is not a duplicate.

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 :)

@canassa
Copy link

canassa commented Jan 18, 2019

Hi @germn

I opened a PR to implement this feature, maybe you could take a look at it? I am looking for feedback 😄

@keunhong
Copy link

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.

@steinnes
Copy link

steinnes commented Jun 5, 2019

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.

@sdispater
Copy link
Member

Added in #1260

Copy link

github-actions bot commented Mar 3, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants