尝试通过遵循一些sklearn文档生成一些PDF的决策树,但无法在我的机器上获得Pydot.有没有办法使用conda安装程序来安装pydot包?基于我看到的命令行错误,它可能是64位问题.我使用binstar搜索来查找包通道:
C:\binstar search -t conda
Run Code Online (Sandbox Code Playgroud)
其中给出了使用详细查看包的建议
binstar show j14r/pydot
Run Code Online (Sandbox Code Playgroud)
然后告诉我
conda install --channel https://conda.binstar.org/j14r pydot
Run Code Online (Sandbox Code Playgroud)
但是当我运行conda install命令时,我收到以下错误(列出的所有pydot包都出现相同的错误):
Fetching package metadata: ...
Error: No Packages found in current win-64 channels matching: pydot
You can search for this package with
binstar search t conda pydot
Run Code Online (Sandbox Code Playgroud)
这让我回到了这一切的开头.有任何想法吗?谢谢大家.