You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like a fast NJ implementation to use from python. I see there is a pydecenttree folder, but no instructions for installation. Indeed, there seem not to be any instructions from compilation from source either.
A pip install -e pydecenttree results in:
../utils/timeutil.h:28:10: fatal error: 'decenttree_config.h' file not found
#include <decenttree_config.h>
(this is on a Mac)
The text was updated successfully, but these errors were encountered:
I guess I need to first run cmake . in the root directory to produce the decenttree_config.h file. When I do that (on a Mac), and then try pip install -e pydecenttree I get:
In file included from ../bionj2.cpp:54:
In file included from ../upgma.h:102:
../vectorclass/vectorclass.h:38:4: error: Please compile for the SSE2 instruction set or higher
#error Please compile for the SSE2 instruction set or higher
^
In file included from ../bionj2.cpp:54:
../upgma.h:103:10: error: unknown type name 'Vec8f'
typedef Vec8f FloatVector;
^
../upgma.h:104:10: error: unknown type name 'Vec8fb'
typedef Vec8fb FloatBoolVector;
^
We would like a fast NJ implementation to use from python. I see there is a pydecenttree folder, but no instructions for installation. Indeed, there seem not to be any instructions from compilation from source either.
A
pip install -e pydecenttree
results in:(this is on a Mac)
The text was updated successfully, but these errors were encountered: