hoffmangroup / genomedata

The Genomedata format for storing large-scale functional genomics data.
https://genomedata.hoffmanlab.org/
GNU General Public License v2.0
2 stars 1 forks source link

Installation problem #44

Closed EricR86 closed 6 years ago

EricR86 commented 6 years ago

Original report (archived issue) by Anonymous.


In ubuntu 16.04, I issued the command to install the newest genomedata-1.4.0.tar.gz

pip install genomedata

I got the following error:

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-z78chw7d/genomedata/

EricR86 commented 6 years ago

Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).


Hello,

Is there any error messages above? I cannot reproduce this error on Python 2.7. I can however reproduce this bug with Python 3.

Is get the following message above your exact error:

    Complete output from command python setup.py egg_info:
    Genomedata requires Python version 2.7+

Please ensure that you're installing on Python 2.7. Python 3 support is planned in the future. If you're still having the issue please report back.

EricR86 commented 6 years ago

Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).


Unless specified otherwise this is believed to be a Python 3 problem.