question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python Markdown 3.3.3 – version conflict

See original GitHub issue

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

  1. 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:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
squidfunkcommented, Dec 22, 2020

The Markdown version range has been lifted in 6.2.2.

0reactions
squidfunkcommented, Dec 22, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found