Python Markdown 3.3.3 – version conflict
See original GitHub issue- I’ve read the contribution guidelines and agree with them
I’ve found a bug and checked that …
- … the problem doesn’t occur with the default MkDocs template
- … the problem is not in any of my customizations (CSS, JS, template)
- … the documentation does not mention anything about my problem
- … there are no open or closed issues that are related to my problem
Description
Expected behavior
Actual behavior
Steps to reproduce the bug
- pip install mkdocs
Package versions
- Python: 2.7.17
- MkDocs: 1.1.2
- Material: 6.2.1
Project configuration
The contents of your mkdocs.yml
theme: material
System information
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Release Notes for v.3.3 - Python-Markdown
Python -Markdown version 3.3 supports Python versions 3.6, 3.7, 3.8, 3.9 and PyPy3. Backwards-incompatible changes¶. The prefix language- is now prepended to all ......
Read more >Dependency conflict on importlib-metadata between flake8 ...
Hint: try $ pipenv lock --pre if it is a pre-release dependency. ERROR: ERROR: Could not find a version that matches importlib-metadata<4.3,>= ...
Read more >PIP dependency conflicts when upgrading to Airflow
Airflow version upgrade from 1.10.15 to 2.2.3(latest version) Machine used - Amazon EC2 instance Python version - 3.6.8 pip version - 21.3.1.
Read more >[Solved] - Python conflict on update - Centmin Mod
Ok here's the solution I came up with. For CentOS 7, don't use IUS Community YUM Repo's python34u and python36u packages installed from...
Read more >FreshPorts -- textproc/py-markdown: Python implementation of ...
In addition to the basic markdown syntax, Python-Markdown supports the following ... Port Added: 2006-12-17 09:40:48; Last Update: 2022-09-07 21:58:51 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The Markdown version range has been lifted in 6.2.2.
Please, the next time, first complete the issue template and then submit it. The Markdown version was pinned due to some issues with the new HTML parser which was introduced in 3.3. I’m still in the process of opening an issue over at Python Markdown.
Thus, install Markdown < 3.3, and you should be good to go.