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.

Some issues during install

See original GitHub issue

Hello,

Many thanks for maintaining this plugin. It fills a missing part from mkdocs 👍

However I am facing this issue during install:

pip install mkdocs-awesome-pages-plugin
Collecting mkdocs-awesome-pages-plugin
  Could not find a version that satisfies the requirement mkdocs-awesome-pages-plugin (from versions: )
No matching distribution found for mkdocs-awesome-pages-plugin

Any thoughts?

Cheers!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
beevelopcommented, May 9, 2018

Had the same issue on macOS, when trying to install the package with Python 2.

› pip --version
pip 9.0.3 from /usr/local/lib/python2.7/site-packages (python 2.7)

› pip install mkdocs-awesome-pages-plugin
Collecting mkdocs-awesome-pages-plugin
  Could not find a version that satisfies the requirement mkdocs-awesome-pages-plugin (from versions: )
No matching distribution found for mkdocs-awesome-pages-plugin

› pip3 --version
pip 9.0.3 from /usr/local/lib/python3.6/site-packages (python 3.6)

› pip3 install mkdocs-awesome-pages-plugin
# succeeds

You can see on PyPI, that only py3 is available: https://pypi.org/project/mkdocs-awesome-pages-plugin/1.2.0/#files

1reaction
lukasgeitercommented, May 9, 2018

Yes that’s right. This package requires Python 3.5 or higher. I didn’t even consider this issue because I thought pip would show a more helpful error message in that case, but apparently it does not.

I’ve added a note about the version requirement in the Readme, so hopefully others will find this information more easily.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Windows Installer errors - Microsoft Support
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >
12 irritating Windows 10 installation issues, and how to fix them
Having trouble installing and setting up Windows 10? You aren't alone. Here are a dozen-plus of the most common problems, along with a...
Read more >
Problems Experienced When Installing the Software
This problem can be caused by virus checkers. See Disabling virus checkers during installation.
Read more >
How to Fix the Most Common Windows 10 Installation Problems
Like any complex piece of software, Windows 10 and its installation process is vulnerable to mistakes, glitches, and hardware errors.
Read more >
Windows 10 install issues — and what to do about them
Having trouble installing and setting up Win10? You aren't alone. Here are a dozen-plus of the most common problems, along with a few ......
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