我知道这是基本的,但我很困惑.我以前从未在 Windows 操作系统上安装过 python 包……只有 Linux.
I know this is basic, but I'm pretty stuck. I've never installed python packages on Windows OS before... only Linux.
我下载了 graphviz-2.38 zip 并将其移至我的 Anaconda 包目录.我解压了,然后在命令行试了一下:
I downloaded the graphviz-2.38 zip and moved it to my Anaconda packages directory. I unzipped it, and then on the command line tried:
C:Users
ameAnaconda3pkgsgraphviz-2.38> pip install graphviz-2.38
这是我得到的错误:
Could not find a version that satisfies the requirement graphviz-2.38 (from
versions: )
No matching distribution found for graphviz-2.38
我在 graphviz 中根本看不到任何设置文件,所以我有点迷茫.
I don't see any setup file within graphviz at all, so I'm a little lost.
随便用:
pip install graphviz
这篇关于如何在 Windows 10 上安装 graphviz-2.38的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
使用 python 解析非常大的 xml 文件时出现问题Troubles while parsing with python very large xml file(使用 python 解析非常大的 xml 文件时出现问题)
使用 Python 2 在 XML 中按属性查找所有节点Find all nodes by attribute in XML using Python 2(使用 Python 2 在 XML 中按属性查找所有节点)
Python - 如何解析 xml 响应并将元素值存储在变量中Python - How to parse xml response and store a elements value in a variable?(Python - 如何解析 xml 响应并将元素值存储在变量中?)
如何在 Python 中获取 XML 标记值How to get XML tag value in Python(如何在 Python 中获取 XML 标记值)
如何使用 ElementTree 正确解析 utf-8 xml?How to correctly parse utf-8 xml with ElementTree?(如何使用 ElementTree 正确解析 utf-8 xml?)
将 XML 从 URL 解析为 python 对象Parse XML from URL into python object(将 XML 从 URL 解析为 python 对象)