PayamDiba / FASTRAL

A hybrid summary method for reconstructing species tree from gene trees
MIT License
9 stars 3 forks source link

Local installation problems #2

Open adamallo opened 3 years ago

adamallo commented 3 years ago

I am having problems running FASTRAL after what seems a successful local installation using pip (without sudo). I am not a Python expert, but it seems that FASTRAL assumes that is installed globally and looks for ASTRID's executables in the global dist-packages instead of the local site-packages.

PayamDiba commented 3 years ago

I am having problems running FASTRAL after what seems a successful local installation using pip (without sudo). I am not a Python expert, but it seems that FASTRAL assumes that is installed globally and looks for ASTRID's executables in the global dist-packages instead of the local site-packages.

Can you please try in a virtual environment (like a Conda environment) and let me know if you still get the error?