markmap / mkdocs-markmap

MkDocs plugin and extension to create mindmaps from markdown using markmap
MIT License
47 stars 5 forks source link

Dependency conflict with mkdocs-material #38

Closed jgeluk closed 2 years ago

jgeluk commented 2 years ago

When using mkdocs-material-8.1.11+insiders.4.8.3 and installing mkdocs-markmap (version 2.2.0) I get this:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
mkdocs-markmap 2.2.0 requires requests==2.25.1, but you have requests 2.27.1 which is incompatible.
neatc0der commented 2 years ago

requests dependency was changed to <3. Also, this issue is rather related to pip usage, not the project itself.

Retry with v2.2.2