kgori / treeCl

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

scikit-bio no longer works with python 2 #7

Closed vcorby closed 8 years ago

vcorby commented 8 years ago

FYI: Looks like they made a change to sci-kit bio. It doesn't work with Python 2 anymore...

RoyChaudhuri commented 8 years ago

If anyone runs into this issue, a workaround is to run "pip install scikit-bio==0.4.2" before "pip install treeCl"

kgori commented 8 years ago

Scikit bio is pinned to version 0.4.2 in the treeCl setup.py.