WebKit / Documentation

Documentation for the WebKit project, hosted at https://docs.webkit.org.
https://docs.webkit.org
63 stars 24 forks source link

Cannot install mkdocs-material due to a dependency error #79

Closed rniwa closed 8 months ago

rniwa commented 8 months ago

Looks like mkdocs-material can't be installed right now due to the following error :(

Collecting pymdown-extensions>=9.0 (from mkdocs-material)
  ERROR: Could not find a version that satisfies the requirement pymdown-extensions>=9.0 (from mkdocs-material) (from versions: 1.0.0, 1.0.1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.6.1, 1.7, 1.8, 2.0, 3.0, 3.1, 3.2, 3.2.1, 3.3, 3.4, 3.5, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 4.5.1, 4.6, 4.7, 4.8, 4.9, 4.9.1, 4.9.2, 4.10, 4.10.1, 4.10.2, 4.11, 4.12, 5.0, 6.0, 6.1, 6.2, 6.2.1, 6.3, 7.0b1, 7.0b2, 7.0rc1, 7.0rc2, 7.0, 7.1, 8.0)
ERROR: No matching distribution found for pymdown-extensions>=9.0 (from mkdocs-material)
stwrt commented 8 months ago

Installing in a virtualenv seems to have addressed the issue from talking internally.

We do need to look into a better solution though in the future.

Commands for future reference:

python3 -m venv venv
source venv/bin/activate
pip3 install mkdocs-material