我正在运行以下代码:
from io import StringIO
dot_data = StringIO()
export_graphviz(DT, out_file=dot_data,
filled=True, rounded=True,
special_characters=True)
graph = pydotplus.graph_from_dot_data(dot_data.getvalue())
Image(graph.create_png())
,并收到以下错误消息:
InvocationException: GraphViz's executables not found
基于对其他stackoverflow答案的了解,据我了解,我可以尝试通过向PATH添加内容来解决此问题。
我在工作计算机上没有管理权限(用户名和密码),所以我想知道是否还有其他方法可以解决此错误消息?
答案 0 :(得分:0)
聚会晚了一点,但是您可以尝试使用Python中的set_graphviz_executables
或修改psql lx_default -c 'COPY (SELECT * FROM users where country_id = 97) TO stdout' | psql lx_hongkong -c 'COPY users FROM stdin ON CONFLICT DO SET users.referrer_id=null'
变量。
PATH