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.

`pipenv install mkdocs-material` fails

See original GitHub issue

Noted in #1690 but it’s a separate issue: when I do pipenv install mkdocs-material, it fails.

Steps to reproduce

Run:

mkdir mkdocs-pipenv
cd mkdocs-pipenv
pipenv install mkdocs-material

Observe this error:

ERROR: ERROR: Could not find a version that matches mkdocs-material-extensions>=1.0b1
Skipped pre-versions: 1.0b1, 1.0b1, 1.0b2, 1.0b2
There are incompatible versions in the resolved dependencies.

Screenshot 2020-05-13 at 22 35 13

Workarounds?

Adding --pre seems to work:

pipenv install mkdocs-material --pre

However, it installs (logically) pre-release dependencies which also doesn’t seem quite right, see e.g. https://github.com/squidfunk/mkdocs-material/issues/1690#issuecomment-628228611.

Disclaimer

I’m not a Python developer so maybe I’m missing something simple, but pip / pipenv installation is mentioned as the first one in the Getting Started guide. Commonly, I’m a happy user of the official Docker container which works nicely.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
facelessusercommented, May 14, 2020

It is released as an official stable release.

1reaction
facelessusercommented, May 13, 2020

🤷‍♂️ Generally, my response is it will be ready when it is ready. Based on what I’ve seen and tested, I think it is solid at this point. If we are going to continue to require it, we need at least one stable version out. I’ve got a couple things that are a little higher on my priority list, but I should be able to get a stable version out soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting - Fork of Material for MkDocs
If you run into this error, the most common reason is that you installed MkDocs through some package manager (e.g. brew or apt-get...
Read more >
mkdocs-diagrams - PyPI
MkDocs plugin to render Diagrams files. ... It can be installed through pip install mkdocs-diagrams or equivalent command with pipenv or poetry.
Read more >
Pipenv error "bad interpreter: No such file or directory"
pipenv is installed via pipsi. This error seems to have nothing to do with the Pipfile. I must have an improperly configured path...
Read more >
Code Documentation of the Future — MkDocs-Material Tutorial
In this tutorial I am goingto use Mkdocks with material theme to create nice documentation for the middleware created to Sanic in this...
Read more >
Release Notes - FastAPI
This fixes an error in Uvicorn that otherwise would be thrown: RuntimeError: Response content longer ... Disable CI installing Material for MkDocs in...
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