achtman-lab / GrapeTree

GrapeTree is a fully interactive, tree visualization program, which supports facile manipulations of both tree layout and metadata. Click the first link to launch: https://achtman-lab.github.io/GrapeTree/MSTree_holder.html
https://genome.cshlp.org/content/28/9/1395
GNU General Public License v3.0
79 stars 26 forks source link

grapetree and Python 3.6 #80

Closed crarlus closed 5 years ago

crarlus commented 5 years ago

Hi, I am trying to run grapetree with python 3.6.

The same works however when I install a conda environment with python 2.7

Do you have any hints? Thanks!

zheminzhou commented 5 years ago

It has now been fully tested and updated to work in python 3.6.

martinbaste commented 5 years ago

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'

luolyaduo commented 5 years ago

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.

dutchscientist commented 5 years ago

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.

mabouelk commented 4 years ago

I have the same problem, is there any help ?

File "/Users/moh/anaconda2/bin/grapetree", line 5, in from grapetree.grapetree import main File "/Users/moh/anaconda2/lib/python2.7/site-packages/grapetree/grapetree.py", line 33, in from module import app ImportError: No module named module