+ 1
Pygraphviz🥲
I have a problem with installing this lib on python on windows 8.1. I tried to install it with whl file but i couldn't.:( Can anyone help me to install it?
2 Answers
+ 3
Read carefully the install instructions and requirements on the library documentation page.
https://pygraphviz.github.io/documentation/stable/install.html#recommended
On Windows you need to install the correct version of the actual graphviz library
https://graphviz.org/download/
As well as Visual C++ from Microsoft.
To be honest, I think that using WSL (Windows Subsystem for Linux) would be a much more straightforward process, at least I use Windows like this for coding. Then the installations remain constrained in a disposable virtual machine and do not mess up the win registry. But I am not even sure if this is available on Win 8.1. You really should upgrade your operating system...
+ 1
Which version of windows u have 64 bits or 32 bits?