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

Cycle dependencie when installing mkdocstrings #2

Closed
victor-mariano-leite opened this issue Apr 22, 2022 · 2 comments
Closed

Cycle dependencie when installing mkdocstrings #2

victor-mariano-leite opened this issue Apr 22, 2022 · 2 comments

Comments

@victor-mariano-leite
Copy link

Describe the bug
I have a requirements file for documentation dependencies like this:

markdown==3.*
mkdocs==1.*
mkdocs-material==7.*
pymdown-extensions==8.*
mkdocstrings[python]==0.*

But its generating an error for cyclic dependencies when we install it in a virtualenv and validate it with pipdeptree

Warning!! Cyclic dependencies found:
* mkdocstrings-python-legacy => mkdocstrings => mkdocstrings-python-legacy
* mkdocstrings => mkdocstrings-python-legacy => mkdocstrings
------------------------------------------------------------------------

To Reproduce

Create a requirements.txt file with the dependencies defined above.

Create a local virtual environment with virtualenv venv, run source venv/bin/activate (on Linux) then run pip install requirements.txt.

Install pipdevtree (pip install pipdevtree).

Run pipdeptree -l > deps.txt, see the cyclic dependencies error above.

@pawamoy
Copy link
Member

pawamoy commented Apr 22, 2022

Is this an actual error or just a warning? The message suggests it's handled by pipdeptree. Also this was already reported in mkdocstrings/mkdocstrings#376, you'll find useful information there. Closing, feel free to further comment here or in the other issue!

@pawamoy
Copy link
Member

pawamoy commented May 8, 2022

Forgot to close apparently.

@pawamoy pawamoy closed this as completed May 8, 2022
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

2 participants