Closed JFsanchezherrero closed 4 years ago
Hi there
I guess there is a requirement missing in your requirement.txt file provided.
I wanted to use this software so I created a new python3 environment and do:
pip install requirements.txt
Then I try:
python RhoTermPredict_algorithm.py
ImportError: No module named Bio
Bio is not the pip package name for Biopython (https://biopython.org/wiki/Download). Then, Biopython should be include it in your requirements file.
I confirm it by doing:
pip install biopython
Then I successfully run different examples using RhoTermPredict.
Configuration: Python 3.7.6 pip 19.2.3 biopython 1.77
Thank you for your reporting. I will make this change to the requirement file as soon as possible
Hi there
I guess there is a requirement missing in your requirement.txt file provided.
I wanted to use this software so I created a new python3 environment and do:
pip install requirements.txt
Then I try:
python RhoTermPredict_algorithm.py
Bio is not the pip package name for Biopython (https://biopython.org/wiki/Download). Then, Biopython should be include it in your requirements file.
I confirm it by doing:
pip install biopython
Then I successfully run different examples using RhoTermPredict.
Configuration: Python 3.7.6 pip 19.2.3 biopython 1.77