howto install pygraphviz on windows 10 64bit

前端 未结 6 2051
遇见更好的自我
遇见更好的自我 2020-12-08 16:40

Has anyone succeeded in installing pygraphviz on windows 10 64bit? I tried anaconda with python 3.5 64bit & 32bit with no success.

Here is the error I am getting

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 17:31

    If all the solutions above failed, you can still clone directly from the pygraphviz repository

    1. Visit: https://github.com/pygraphviz/pygraphviz.git
    2. Download/Clone it
    3. put the folder into C:\Users\\AppData\Local\Programs\Python\Python37-32\Lib\site-packages
    4. Change directory to “pygraphviz”
    5. Run “python setup.py install” to build and install
    6. (optional) Run “python setup_egg.py nosetests” to execute the tests

    Source: http://pygraphviz.github.io/documentation/pygraphviz-1.3.1/install.html

提交回复
热议问题