kgori / treeCl

Clustering phylogenetic trees with python
MIT License
25 stars 12 forks source link

Can't import treeCl after installation #6

Closed davidemms closed 6 years ago

davidemms commented 8 years ago

When I try to run 'import treeCl' I get the following error:

Python 2.7.3 (default, Mar 13 2014, 11:03:55) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.

import treeCl Traceback (most recent call last): File "", line 1, in File "treeCl/init.py", line 3, in from .alignment import Alignment File "treeCl/alignment.py", line 16, in from .utils import fileIO, alignment_to_partials, concatenate, sample_wr File "treeCl/utils/init.py", line 2, in from .misc import * File "treeCl/utils/misc.py", line 4, in from progressbar import ProgressBar, Percentage, SimpleProgress, Timer, AdaptiveETA, Bar, FormatLabel ImportError: cannot import name AdaptiveETA