mihaeu / dephpend

Detect flaws in your architecture, before they drag you down into the depths of dependency hell ...
https://dephpend.com
MIT License
530 stars 26 forks source link

"PlantUML installation not found" despite PlantUML being globally installed #77

Closed erin-bristow closed 1 year ago

erin-bristow commented 1 year ago

Hello! I am trying to run /home/user/dephpend/bin/dephpend uml --output=uml.png --no-classes src but I'm getting the following error:

Something went wrong, this shouldn't happen. Please take a minute and report this issue: https://github.com/mihaeu/dephpend/issues

PlantUML installation not found.

[/home/user/dephpend/src/OS/PlantUmlWrapper.php at line 57]

I've checked that PlantUML is installed globally so I'm not sure what it could be. dePHPend is working fine for other options (metrics, etc.) Thanks!

[user@endeavour]$ pacman -Qs plantuml
local/plantuml 1.2022.7-1
    Component that allows to quickly write uml diagrams
erin-bristow commented 1 year ago

Didn't get it working and no longer need to, but if I do need it in the future I'll probably try with a different OS