-
Notifications
You must be signed in to change notification settings - Fork 68
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
Unable to install pygraphviz (windows) #15
Comments
Hello @ZeinabRostami, I am not a windows user so I may not be able to help much, but I would try installing Anaconda. Overall I find Anaconda good for installing new packages so it could be helpful not only for pygrahviz, but for other packages you may want to install in the future. |
1 - Make sure you downloaded Visual C/C++, e.g. from here: https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2 - Download and Install graphviz packagefiles https://gitlab.com/graphviz/graphviz/-/package_files/6164164/download 3 - Run in terminal ---------------- I made it using a conda enviroment other sugestions like |
Hi rickkk856
I really appreciate your attention!
I managed to run your awesome project using google colab and it helped me a
lot with my project.
I will try your recent suggestion as it's more efficient to run the project
locally.
Thanks again 😁
…On Wed, Feb 10, 2021, 9:44 PM Ricardo Cesar Rodrigues < ***@***.***> wrote:
1 - Make sure you downloaded Visual C/C++, e.g. from here:
https://visualstudio.microsoft.com/visual-cpp-build-tools/
[image: image]
<https://user-images.githubusercontent.com/62864640/107552221-edec4580-6bb1-11eb-8255-68b6e785fc83.png>
2 - Download and Install graphviz packagefiles
https://gitlab.com/graphviz/graphviz/-/package_files/6164164/download
3 - Run in terminal
python -m pip install --global-option=build_ext
--global-option="-IC:\Program Files\Graphviz\include"
--global-option="-LC:\Program Files\Graphviz\lib" pygraphviz
[image: image]
<https://user-images.githubusercontent.com/62864640/107552670-94d0e180-6bb2-11eb-9524-ee44da910cbc.png>
---------------- I made it using a conda enviroment
other sugestions like conda install graphviz pygraphviz did not work out.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ774SMMSFFWKEEHDECMTOTS6LEHZANCNFSM4V3TUWBQ>
.
|
Shouldn't there be a "pip install graphviz 64" or something like that? |
See also pygraphviz/pygraphviz#186 |
Hi
First of all, thanks for such an amazing project.
I want to run the pretrained models but when I do It keeps showing this error:
I spend a lot of time setting up Graphviz and pygraphviz successfully and I think I did! But the problem with pygraphviz still exists.
Isn't there any way to setup these libraries on Windows? Should I install Anaconda just for one library? Or install a VMware and clone the project in Linux ?! Has anyone installed pygraphviz in Windows?
The text was updated successfully, but these errors were encountered: