Skip to content
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

Open
andreabacilieri opened this issue Apr 8, 2020 · 7 comments

Comments

@andreabacilieri
Copy link

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
Copy link
Author

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

@palash1992
Copy link
Owner

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.

@XiHaKitty
Copy link

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

@palash1992
Copy link
Owner

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.

@RinyBua
Copy link

RinyBua commented Sep 28, 2020

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

@manuelfleri
Copy link

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

@jacquesfize
Copy link

Hi,

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

Bests,
Jacques

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants