“ conda”在哪里将已安装的软件包保留在Windows上? [英] Where does `conda` keep the installed packages on windows?

查看:744
本文介绍了“ conda”在哪里将已安装的软件包保留在Windows上?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows 10计算机上使用 conda install python-graphviz 安装了 python-graphviz 。但是系统抱怨

I installed python-graphviz using conda install python-graphviz on my Windows 10 machine. But the system complains about


graphviz.backend.ExecutableNotFound:无法执行['dot','-Tpdf'],请确保Graphviz可执行文件位于系统的路径上

graphviz.backend.ExecutableNotFound: failed to execute ['dot', '-Tpdf'], make sure the Graphviz executables are on your systems' PATH

所以我想找到graphviz可执行文件并将其添加到我的路径中。

So I want find the graphviz executable and add it to my path.

推荐答案

conda软件包保存在%LOCALAPPDATA%\Continuum\Anaconda3\pkgs 。具体来说,我在%LOCALAPPDATA%\Continuum\Anaconda3\pkgs\graphviz-2.38-hfd603c8_2 中找到了我的graphviz版本。

The conda packages are kept in %LOCALAPPDATA%\Continuum\Anaconda3\pkgs. Specifically, I found my version of graphviz in %LOCALAPPDATA%\Continuum\Anaconda3\pkgs\graphviz-2.38-hfd603c8_2.

为了确定文件的位置,我可以推荐搜索所有内容。搜索的工具是 dot.exe 。如果安装了GraphViz,它将位于%ProgramFiles(x86)%\Graphviz2.38\bin\ 中。

In order to determine where files are located, I can recommend Search Everything. The tool which was searched is dot.exe. If you have GraphViz installed, it'll be in %ProgramFiles(x86)%\Graphviz2.38\bin\.

实际上,Conda将在%LOCALAPPDATA%\Continuum\Anaconda3\pkgs\graphviz-2.38-hfd603c8_2\Library\bin\graphviz\中再安装一个

Indeed, Conda will install another one in %LOCALAPPDATA%\Continuum\Anaconda3\pkgs\graphviz-2.38-hfd603c8_2\Library\bin\graphviz\

这篇关于“ conda”在哪里将已安装的软件包保留在Windows上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆