-
Notifications
You must be signed in to change notification settings - Fork 943
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
File Not Found error in Jupyter Notebook when i use auto.assign_causal_mechnism #1142
Comments
Hi, can you post the error stack? |
Thank you so much for your quick response .... is this what you were looking for ? FileNotFoundError Traceback (most recent call last) File ~/anaconda3/envs/loki/lib/python3.9/site-packages/dowhy/gcm/auto.py:294, in assign_causal_mechanisms(causal_model, based_on, quality, override_models) File ~/anaconda3/envs/loki/lib/python3.9/site-packages/dowhy/gcm/auto.py:362, in assign_causal_mechanism_node(causal_model, node, based_on, quality) Overall Error stack "name": "FileNotFoundError", |
That is weird. Did you make sure to have the newest version installed (0.11.1)? And is it only happening when you call Otherwise, if you can provide a short executable code snippet to reproduce this, I can take a look (you can simply use some dummy data). |
Thank you so much for your continued help. Yes i install the code yesterday (on this machine). pls don't worry to much , its not the biggest issue. |
Hello Patrick, i found out what was the issue . The problem was that my Jupyter environment was referring to a non existing current directory . I am assuming that might be b/c i was running the code on a network drive. The clue that gave it away was that when i ran os.getcwd() i got the same error thx again for your help and i hope this might help the next guy :) |
Great, glad to hear it is working now! :) |
This issue is stale because it has been open for 14 days with no activity. |
This issue was closed because it has been inactive for 7 days since being marked as stale. |
Ask your question
my model is working fine, however when i try to use the auto assignment feature
i get a stubborn File Not found error
Expected behavior
The same code ran fine before, is there any system variable setting required
This is a new notebook
Version information:
Additional context
None
The text was updated successfully, but these errors were encountered: