pan-genome-analysis
pan-genome-analysis copied to clipboard
Running sh run-TestSet.sh cause error
(panX) anna@Anna-PC:~/work/pan-genome-analysis$ sudo sh run-TestSet.sh
Traceback (most recent call last):
File "./panX.py", line 6, in
Ubuntu 18.04 Treetime 2018-10
If you run from treetime import TreeAnc
in your python interpreter, does it work? Try updating TreeTime from pypi.
No it didn't work.
(base) anna@Anna-PC:~/work$ pip3 install Treetime Collecting Treetime Cache entry deserialization failed, entry ignored Installing collected packages: Treetime Successfully installed Treetime-2018.10
(base) anna@Anna-PC:~/work$ cat ./test.py from Treetime import TreeAnc
(base) anna@Anna-PC:~/work$ python ./test.py
Traceback (most recent call last):
File "./test.py", line 1, in
the treetime you want is phylo-treetime
pip install phylo-treetime