You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 OS using powershell according to instructions yields result:
PS C:\Windows\system32> C:\Users\s4tyd\appdata\local\programs\python\python310\Scripts\pyreverse -o png C:\Users\s4tyd\Downloads\umbrello\Design-of-Information-Systems-master\diagram_generation\sample
'Graphviz' needs to be installed for your chosen output format.
After installing Graphviz from https://graphviz.org/download/ using *exe installer the issue was solved. It is needed to select option "add graphviz to path" option during installation.
Working example:
PS C:\Users\s4tyd> C:\Users\s4tyd\appdata\local\programs\python\python310\Scripts\pyreverse -o png C:\Users\s4tyd\Downloads\umbrello\Design-of-Information-Systems-master\diagram_generation\sample
Format png is not supported natively. Pyreverse will try to generate it using Graphviz...
parsing C:\Users\s4tyd\Downloads\umbrello\Design-of-Information-Systems-master\diagram_generation\sample.py...
PS C:\Users\s4tyd>
The reverse diagram *png file is saved into current path selected in powershell/command line (for example above it is saved as 'classes.png' file in C:\Users\s4tyd
The text was updated successfully, but these errors were encountered:
Issue already solved and can be closed. Instructions how to solve the issue wrote down into the ticket. Please implement precondition that graphviz needs to be installed and included in system path for this manual to work on Windows
Windows 10 OS using powershell according to instructions yields result:
After installing Graphviz from https://graphviz.org/download/ using *exe installer the issue was solved. It is needed to select option "add graphviz to path" option during installation.
Working example:
The reverse diagram *png file is saved into current path selected in powershell/command line (for example above it is saved as 'classes.png' file in C:\Users\s4tyd
The text was updated successfully, but these errors were encountered: