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

pip install #84

Closed bifidoman closed 4 years ago

bifidoman commented 5 years ago

Hi

I tried to install with pip $pip install grapetree

Then I get this error: $grapetree traceback (most recent call last): File "/Users/ils/miniconda3/bin/grapetree", line 6, in from grapetree.grapetree import main File "/Users/ils/miniconda3/lib/python3.6/site-packages/grapetree/grapetree.py", line 29, in from module import app ModuleNotFoundError: No module named 'module'

This my python version: python version: Python 3.6.7 |Anaconda, Inc.| (default, Oct 23 2018, 14:01:38) [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin Type "help", "copyright", "credits" or "license" for more information.

zheminzhou commented 4 years ago

Sorry, this bug is related to Python version comflicts, and has been fixed in the github version. However a new Pypi pachage has not been built. Please pull down and use the github version for the moment. I will make a new release soon.

zheminzhou commented 4 years ago

A new version of 2.2 has just released. It works on python >= 3.5 in our test environment. Install via pip install grapetree