Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip: Error in isso setup command: Invalid environment marker: python_version>="3.0" #232

Closed
gntech opened this issue Feb 17, 2016 · 2 comments

Comments

@gntech
Copy link
Contributor

gntech commented Feb 17, 2016

When I try to install isso using pip on CentOS 7 I get the following error:

$ pip install isso
Downloading/unpacking isso
Downloading isso-0.10.1.tar.gz (95kB): 95kB downloaded
Running setup.py egg_info for package isso
error in isso setup command: Invalid environment marker: python_version>="3.0"
Complete output from command python setup.py egg_info:
error in isso setup command: Invalid environment marker: python_version>="3.0"


Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/gustav/isso/build/isso

@gntech
Copy link
Contributor Author

gntech commented Feb 18, 2016

It looks like it is asking for Python 3, but I am using Python 2.7.5
(Python 3 is not available on CentOS by default)

@gntech
Copy link
Contributor Author

gntech commented Feb 18, 2016

Upgrading pip solves the issue:

pip install --upgrade pip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant