-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Error installing dependencies using poetry #362
Comments
I could get around it by fixing the version of mkdocs-autorefs by putting |
This is probably because poetry has a few bugs regarding how it installs git dependencies, namely python-poetry/poetry#3240 and python-poetry/poetry#2921, maybe something else. Some docs dependencies come from git directly because I need some patches from master. This will be fixed before releasing v6 because all deps must come from pypi at that point. But if you find further problems, I guess it would help more to notify them to poetry directly, and link here. Thanks for the report! |
@pawamoy I have to stop using latest master on mkdocstrings and pytkdocs because of this. See pdm-project/pdm#270 (comment) also. Could you do some alpha release so I can install from pypi? 😅 |
Hey @yajo, sure, just one PR to merge in pytkdocs and I can release both mkdocstrings and pytkdocs 🙂 |
Everything is now released and resolvable 🙂 |
After cloning the project, I get the following error when when executing
poetry install -E docs
:Steps to reproduce
poetry install -E docs
orpoetry install
System Specs
The text was updated successfully, but these errors were encountered: