brentp / fishers_exact_test

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

ImportError: no module named 'cfisher' #14

Open rodrigoSantamaria opened 8 years ago

rodrigoSantamaria commented 8 years ago

Hi, I'm using python 3.5 in MacOS 10 El Capitán. I installed fisher with 'pip install fisher' and when importing fisher i got the above error. The fisher folder contains 3 files: init.py pycache cfisher.cpython-35m-darwin.so

Any ideas of what's wrong?

Thanks very much!

rodrigoSantamaria commented 8 years ago

Hi again, It seems the problem came by installing with pip when I have anaconda, I tried with conda install -c https://conda.anaconda.org/bioconda fisher But it tell me there's conflict between python 3.5* and fisher. Reading the reqs it seems fisher can be used with python 3. Is there any issue with 3.5?

Thanks :)