GEM
GEM copied to clipboard
[Errno 2] No such file or directory: 'gem/intermediate/karate_gf.graph'
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!
Btw, I downloaded the whole 'GEM-master' and cannot find 'gem/intermediate' anywhere. Thanks!
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 Your answer: You will need to create an empty directory intermediate directory. This code stores temporary files in this directory. You may also have to create a results directory. I tried this, but it didn't work. Any suggestions? Any answer will be of great help to me. Thank you
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_karate.py, I got the same problem as the other. I worked in the "examples" folder. I created "gem/intermediate" inside the GEM (cloned folder from Github). Not work.
For run_sbm.py, I got the error "AttributeError: 'DiGraph' object has no attribute '_node'"
I use the newest macOS version. Any suggestions?
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, Jacques