我是靠谱客的博主 生动水池,最近开发中收集的这篇文章主要介绍Mac OS:GraphViz‘s executables not found (python 3 and pydotplus) Error决策树可视化 安装graphviz 和 pydotplus 插件时,报错Error,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

决策树可视化 安装graphviz 和 pydotplus 插件时,报错Error

开始:

用mac中的homebrew包管理工具进行下载。
用brew安装graphviz,这过程中会自动下载graphviz的依赖保,大概7-8个,之后再用pip下载pydotplus。

brew install graphviz
pip3 install -U pydotplus

报错Error:

Installing dependencies for graphviz: librsvg
==> Installing graphviz dependency: librsvg
==> Pouring librsvg-2.50.7.catalina.bottle.tar.gz
Error: No such file or directory @ rb_sysopen - /Users/blackerteller/Library/Caches/Homebrew/downloads/00eabd059ea79633c504fcc7349c7f672787487a57c7428bdaba9df2041cc800–librsvg-2.50.7.catalina.bottle.tar.gz

解决方法:

单独brew 安装报错的依赖

brew install librsvg

再重新

brew install graphviz
pip3 install -U pydotplus

如果依旧有报错Error,那就再针对报错的依赖单独brew:

==> Installing dependencies for graphviz: pango and librsvg
==> Installing graphviz dependency: pango
==> Pouring pango-1.48.10.catalina.bottle.tar.gz
Error: No such file or directory @ rb_sysopen - /Users/blackerteller/Library/Caches/Homebrew/downloads/ff3db8f66b9a37e40b83af455290c84d085b956fb0413eedd88bba1ea5f274b9–pango-1.48.10.catalina.bottle.tar.gz

brew install pango

最后

以上就是生动水池为你收集整理的Mac OS:GraphViz‘s executables not found (python 3 and pydotplus) Error决策树可视化 安装graphviz 和 pydotplus 插件时,报错Error的全部内容,希望文章能够帮你解决Mac OS:GraphViz‘s executables not found (python 3 and pydotplus) Error决策树可视化 安装graphviz 和 pydotplus 插件时,报错Error所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(49)

评论列表共有 0 条评论

立即
投稿
返回
顶部