luoyunan / ECNet

An evolutionary context-integrated deep learning framework for protein engineering
BSD 3-Clause "New" or "Revised" License
60 stars 16 forks source link

How to solve this problem:"No module named 'ecnet'"? #9

Open whitene opened 1 year ago

whitene commented 1 year ago

When I was running code ,it encountered this problem.How can I solve it?

image

luoyunan commented 1 year ago

Did you run the following two lines in our installation instructions in the README file?

cd ECNet
export PYTHONPATH=$PWD:$PYTHONPATH

Note that ECNet is the root directory of this GitHub repo, and there is a ecnet folder in this ECNet folder