-
Notifications
You must be signed in to change notification settings - Fork 362
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
[Errno 2] No such file or directory: 'gem/intermediate/karate_gf.graph' #93
Comments
Btw, I downloaded the whole 'GEM-master' and cannot find 'gem/intermediate' anywhere. |
You will need to create an empty directory intermediate. The code stores temporary files in that directory. You may also have to create a results directory. |
Hello author |
The error is while writing to a folder 'gem/intermediate'. So it means that this path doesn't exist. If you are running from a folder outside of GEM, you will need to create gem and then another folder inside it called intermediate. |
I got the same problem. I couldn't run both example files. For run_sbm.py, I got the error "AttributeError: 'DiGraph' object has no attribute '_node'" |
Any solution? I'm facing the same problem and i couldn't find a solution on the internet |
Hi, I run in the same problem... To make it work, I created a folder "gem/intermediate" in my working directory. Bests, |
Hello,
I would like to use your library for a research project of mine. To start, I was trying to get your example running but I got this error: [Errno 2] No such file or directory: 'gem/intermediate/karate_gf.graph'. Any idea how to fix it?
Thank you!
The text was updated successfully, but these errors were encountered: