Git Product home page Git Product logo

Comments (3)

Konubinix avatar Konubinix commented on June 26, 2024

It might be because of a change in pip itself. Could you please post the version of pip you are using ?

from click-completion.

dgptamayo avatar dgptamayo commented on June 26, 2024

Hi. I'm facing a similar issue (installing Molecule using pip on RHEL 7.7)
Here's my environment:

$ python -V
Python 2.7.5
$ pip --version
pip 19.2.3 from /usr/lib/python2.7/site-packages/pip (python 2.7)

Here's the error:

Collecting click-completion>=0.3.1 (from molecule)
  Using cached https://<internal_pypi_proxy>/repository/pypi/packages/77/fd/2d7ec2b86cd4d487abf0b13dce58e98413096c45b9645470be0cb8de6ff2/click-completion-0.5.1.tar.gz
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-TzPFb3/click-completion/setup.py'"'"'; __file__='"'"'/tmp/pip-install-TzPFb3/click-completion/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
         cwd: /tmp/pip-install-TzPFb3/click-completion/
    Complete output (1 lines):
    error in click-completion setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

from click-completion.

yasny avatar yasny commented on June 26, 2024

I just had the same issue on a CentOS 7.7 sytem. Updating setuptools fixed it (currently using 42.0.2).

$ python -V
Python 2.7.5
$ pip --version
pip 19.3.1 from /usr/lib/python2.7/site-packages/pip (python 2.7)
$ pip list | grep setuptools
setuptools                       42.0.2

from click-completion.

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.