brielin / Popcorn

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

Can't install popcorn #26

Closed Penguin0007 closed 2 years ago

Penguin0007 commented 2 years ago

I used these commands to install popcorn:

conda create -n popcorn python=2.7 source activate popcorn pip install -r requirements.txt

But there's error says have to use numpy>=1.17. But numpy 1.17 is not available for python 2.7... So I can't even install popcorn.

Penguin0007 commented 2 years ago

I changed the ">=" in requirements.txt to "==".