Skip to content

Installation Error: ModuleNotFoundError: No module named 'Bio' #21

@Lisijun-m

Description

@Lisijun-m

I installed python3
biopython
pysam
gffutils
pandas
cmake
samtools
zlib in a newly created conda environment.

conda create -n asgal -y
conda activate asgal
conda install python=3.6 -y
conda install biopython
pip install pysam
pip install pandas
conda install samtools -y
conda install cmake -y
conda install gffutils -y
conda install zlib

And then execute the following commands:

git clone --recursive https://github.com/AlgoLab/galig.git
cd galig
make prerequisites
make

However when I try to run asgal (./asgal -h), there is an error:

Traceback (most recent call last):
  File "./asgal", line 12, in <module>
    from Bio import SeqIO
ModuleNotFoundError: No module named 'Bio'

How can I fix this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions