-
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
Poetry fails to install mypyls #2321
Comments
For the As for the git dependency, the issue is the parsing of the direct referene dependencies. At the moment, poetry do not understand understand these. But this should be resolved with (python-poetry/poetry-core#22). As for what we could do to improve this situation;
|
Since version 1.1 poetry falls back to build the package accordoing to PEP518 if it cannot parse the needed information, this is no longer an issue. |
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. |
-vvv
option).Issue
I can't seem to add a mypyls dependency in any way to pyproject.toml. The project lives here: https://github.com/matangover/mypyls and it's usually installed via:
The following things don't work:
poetry add https://github.com/matangover/mypyls/archive/master.zip
due todue to
poetry update mypyls
showing:The text was updated successfully, but these errors were encountered: