brentp / fishers_exact_test

Fishers Exact Test for Python (Cython)
BSD 3-Clause "New" or "Revised" License
63 stars 21 forks source link

Failure to install with python2.7 #32

Open shouldsee opened 4 years ago

shouldsee commented 4 years ago

Cuz numpy is dropping support around 1.17. For py2 compatibility one needs pip instal l numpy==1.16.5

      File "/tmp/easy_install-Z7zXAC/numpy-1.17.4/setup.py", line 31, in <module>

    RuntimeError: Python version >= 3.5 required.