ECNet icon indicating copy to clipboard operation
ECNet copied to clipboard

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

Open whitene opened this issue 1 year ago • 1 comments

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

image

whitene avatar Apr 17 '23 13:04 whitene

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

luoyunan avatar Apr 17 '23 14:04 luoyunan