phylogeny analysis
1
0
Entering edit mode
5 months ago
tsigabu.24 • 0

Hi flock, I was working on phylogenetic analysis from whole-genome datasets, unfortunately I'm facing a challenge in running the plink2treemix.py script. I'm using python 3.8 version in 4.18.0-511.el8.x86_64 Linux server. I have attached the error for your reference, and I appreciate your contribution in solving the attached error.

 python3.8 python3plink2treemix.py Data_treemix.frq.strat.gz Treemix.gz
Traceback (most recent call last):
  File "python3plink2treemix.py", line 7, in <module>
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'*

Thanks.

27 • 462 views
ADD COMMENT
0
Entering edit mode

What is the meaning of the 27 tag?

ADD REPLY
0
Entering edit mode
5 months ago
Sej Modha 5.3k

Your Python environment is missing a module that is being used by the script. You could install that module and any other modules using either conda or pip3 before running the script. e.g.

conda install -c anaconda pandas

ADD COMMENT

Login before adding your answer.

Traffic: 1528 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6