Giter VIP home page Giter VIP logo

Comments (6)

beevelop avatar beevelop commented on May 26, 2024 3

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

from mkdocs-awesome-pages-plugin.

lukasgeiter avatar lukasgeiter commented on May 26, 2024 1

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.

from mkdocs-awesome-pages-plugin.

lukasgeiter avatar lukasgeiter commented on May 26, 2024

Hi, it seems that pip is having trouble fetching the versions from the index. Can you try running this?

pip install mkdocs-awesome-pages-plugin -vvv

from mkdocs-awesome-pages-plugin.

AdrienFromToulouse avatar AdrienFromToulouse commented on May 26, 2024

I do finally install using GitHub url git+https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/#egg=mkdocs-awesome-pages-plugin on a Docker image.

I may have had something crappy on my workstation.
Switching to Docker + git url solved my issue.

from mkdocs-awesome-pages-plugin.

lukasgeiter avatar lukasgeiter commented on May 26, 2024

Hmm but you where able to install other packages (like mkdocs for example) normally?

from mkdocs-awesome-pages-plugin.

AdrienFromToulouse avatar AdrienFromToulouse commented on May 26, 2024

Yes, I could install all other packages as well as mkdocs itself.

from mkdocs-awesome-pages-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.