-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issues #19
Comments
Could you give some information about your operating system? Could you also paste the conda channel order and conda version? You may get that information by the command |
Change back to import each function from ete3 import Tree, faces, AttrFace, TreeStyle, NodeStyle and instead fix so that conda installation (won´t crashing on importing faces). |
@standage I tested the same command as you with the public FSC200 genome and it worked fine
This is whats in my conda environment. (
|
@standage I´m looking into this issue. It would be great to get some more details about your operating system and installed packages similar to what Caroline posted above. I cannot replicate your problem using default installations in conda. |
Sorry for the delayed response, I am trying to catch up after a 3-day holiday weekend. I am using CentOS 7 and Conda 4.8.3. See my setup below. I have tried several configurations and methods of installing CanSNPer2 and ETE3 beside what is shown below, but I continue to have issues. I have found some of the issue threads mentioned above, but I confirmed from the Python interpreter that PyQt5 is installed correctly.
|
If I run the same step without the |
Thank you @standage I am trying to recreate your bug, would it be possible for you to try ete3 directly in python to see if we can pinpoint the problem. What happens if you run the command ete3.NodeStyle() in a python terminal after importing ete3? python
If that is still giving you an error try instead: (which is how it is solved in CanSNPer)
|
Seems you have the old channel order. Bioconda changed this last year to be dependent on conda-forge. Please follow the instructions here to correct it and then re-run
|
I fixed the channel order, but I'm getting the same result.
|
Hello again! I've been digging through this again, but unable to find root cause. Any luck on your end? |
xref from CanSNPer1: adrlar/CanSNPer#28 were @standage mention the following issue with installing CanSNPer2.
I was able to install CanSNPer2 in a new Conda environment, and download the Ft database. But unfortunately I get the following error when I run it on an Ft sample.
The text was updated successfully, but these errors were encountered: