Skip to content
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

ModuleNotFound Error #3

Open
tjmier opened this issue Dec 13, 2022 · 1 comment
Open

ModuleNotFound Error #3

tjmier opened this issue Dec 13, 2022 · 1 comment

Comments

@tjmier
Copy link

tjmier commented Dec 13, 2022

Error when trying to run TwinCons.py on a windows computer

code ran in consel
python TwinCons.py -h

Error Received
Traceback (most recent call last):
File ".\TwinCons-master\twincons\TwinCons.py", line 3, in
import re, os, csv, sys, Bio.Align, argparse, math, matplotlib, ntpath
ModuleNotFoundError: No module named 'Bio

@petaripenev
Copy link
Collaborator

Please install all package requirements for the program to run.
They are listed in requirements.txt.
You can install them all running
pip install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants