-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
cannot run graphviz python3.6 win10 environment #2357
Comments
I ran into the same issue and followed the solution in this thread (by @tigrus). To summarize, use these two commands:
|
@auzair92 this is not for windows... |
Have you ran |
@akelad Yes, but got errors.
|
Have you tried installing with something like this? |
@akelad Yes, I did, but returns errors
|
I'm afraid this might be a compatibility issue of pygraphviz with python 3.6 and windows... I'm not sure there's anything we can do about it, I can only suggest googling to see if other people have found a fix to this |
i'm also facing same problem, Are you find any solution to solve it @e8180kimo |
In fact you can go further this issue (I meanby not finding graphviz/cgraph.h), but I then get stuck on another point. To go beyond this point you got to do as mentionned by Akelad, but removing the \graphviz after the \include pip install pygraphviz --install-option="--include-path=C:\Program Files (x86)\Graphviz2.38\include" --install-option="--library-path=C:\Program Files (x86)\Graphviz2.38\lib" Then the issue become (at least for me) : graphviz_wrap.obj : error LNK2001: unresolved external symbol PyIOBase_Type |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. Please create a new issue if you need more help. |
Rasa Core version: 0.98
Python version: 3.6
Operating system (windows, osx, ...): win 10
Issue:
I followed the suggestion and install it by running
conda install python-graphviz
and the commandline shows install successful.I also install Graphviz through its website and added the path to my environment.
https://emden.github.io/_pages/Download/Download_windows.html
However, when I run
python -m rasa_core.visualize -d domain.yml -s data/stories.md -o graph.png
It cannot run by showing:
Content of domain file (if used & relevant):
The text was updated successfully, but these errors were encountered: