+ 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?

2nd Jul 2023, 10:57 PM
Mohadese abootorabi
Mohadese abootorabi - avatar
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...
3rd Jul 2023, 5:08 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Which version of windows u have 64 bits or 32 bits?
3rd Jul 2023, 12:40 AM
🍉 𝓐𝓼𝓶𝓪𝓮 |ⴰⵙⵎⴰⴻ 🍉
🍉 𝓐𝓼𝓶𝓪𝓮 |ⴰⵙⵎⴰⴻ 🍉 - avatar