-
Notifications
You must be signed in to change notification settings - Fork 32
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
I have some trobule when running the code #2
Comments
the same problemn |
|
Hi, I run into the same problem and tried to adapt with the steps @PetroWu suggested. However, I still have problems compiling the code. Maybe someone could help me, I haven't really used Cython yet and don't know what to look out for. Any hints or help are much appreciated. Thanks :-)
Note: I renamed the environment in |
Hello,
Rémi PS : you also need to downgrade networkx to 1.11 or see pull requests |
this help me fix the problem, thanks |
I clone the project from github, the runtime environment are python3.6.1, cpython0.25. The error is described below:
File "E:/ComE/ADSCModel/context_embeddings.py", line 15, in
from utils.training_sdg_inner import train_o2, loss_o2, FAST_VERSION
ModuleNotFoundError: No module named 'utils.training_sdg_inner'
please tell me, what did I miss!
The text was updated successfully, but these errors were encountered: