postgresql 获取错误:guru/nidi/graphviz/engine/Format当我尝试使用Schemacrawler

1rhkuytd  于 2023-11-18  发布在  PostgreSQL
关注(0)|答案(1)|浏览(123)

我尝试使用SchemaCrawler来生成一个数据库模式的图像。一个我在postgresql中创建的数据库。但是当我运行命令时,我有错误:guru/nidi/graphviz/engine/Format
我找不到有关此错误的任何信息。

kadbb459

kadbb4591#

出现此错误是因为您的系统上没有安装或正确配置Graphviz。因此,请重新安装Graphviz并熟悉配置后重试。

相关问题