GEM icon indicating copy to clipboard operation
GEM copied to clipboard

[Errno 2] No such file or directory: 'gem/intermediate/karate_gf.graph'

Open andreabacilieri opened this issue 4 years ago • 7 comments

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!

Screenshot 2020-04-08 at 09 33 40

andreabacilieri avatar Apr 08 '20 08:04 andreabacilieri

Btw, I downloaded the whole 'GEM-master' and cannot find 'gem/intermediate' anywhere. Thanks!

andreabacilieri avatar Apr 08 '20 08:04 andreabacilieri

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.

palash1992 avatar Apr 09 '20 20:04 palash1992

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

XiHaKitty avatar Apr 10 '20 09:04 XiHaKitty

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.

palash1992 avatar May 07 '20 08:05 palash1992

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? Screenshot 2020-09-28 at 17 49 40

RinyBua avatar Sep 28 '20 15:09 RinyBua

Any solution? I'm facing the same problem and i couldn't find a solution on the internet

manuelfleri avatar Oct 12 '21 11:10 manuelfleri

Hi,

I run in the same problem... To make it work, I created a folder "gem/intermediate" in my working directory.

Bests, Jacques

jacquesfize avatar Jan 03 '22 15:01 jacquesfize