Closed crarlus closed 5 years ago
It has now been fully tested and updated to work in python 3.6.
I'm still seeing this issue. I created a clean environment using conda for python3.6. I tried installing from pypi repository and also from this gh repository by using pip install git+<url>
. Getting the same message in both cases.
ModuleNotFoundError: No module named 'module'
python /home/user/anaconda3/envs/grapetree3/lib/python3.6/site-packages/grapetree/grapetree.py -h will work. But I meet with another problem of numba.
I have the same problem as https://github.com/achtman-lab/GrapeTree/issues/80#issuecomment-504987898. Separate Conda environments for python 3.6 does not make a difference. I can run it in a separate environment for 2.7 (lots of warnings though).
Ubuntu 16.04.
I have the same problem, is there any help ?
File "/Users/moh/anaconda2/bin/grapetree", line 5, in
Hi, I am trying to run grapetree with python 3.6.
pip install grapetree
The same works however when I install a conda environment with python 2.7
Do you have any hints? Thanks!