-
Notifications
You must be signed in to change notification settings - Fork 161
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
No module named src #19
Comments
@1140325971 I solve this issue by running it in Pycharm. |
export PYTHONPATH=<The path of GraphGAN>:$PYTHONPATH |
It works , thanks |
You can add these two lines at the beginning of graph_gan.py(可以考虑在graph_gan.py前面加上两行):
|
I use ubuntu20.04 |
为什么我运行时会报这个错误呢?
Traceback (most recent call last):
File "graph_gan.py", line 11, in
from src import utils
ModuleNotFoundError: No module named 'src'
The text was updated successfully, but these errors were encountered: