brielin / Popcorn

Software for estimating correlation of trait effect sizes across populations
33 stars 15 forks source link

Popcorn is not currently installable with setup.py or pip install #31

Closed pettyalex closed 1 year ago

pettyalex commented 1 year ago

requirements.txt cannot be used to manage or enforce Python versions, I saw installation failure via both setup.py and pip install -r requirements.txt

Errors look somewhat like this:

No local packages or working download links found for python>=3.0
error: Could not find suitable distribution for Requirement.parse('python>=3.0')

This can be fixed by removing line 1 of requirements.txt