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
I finally got this installed by using setuptools==58 and wheel with local copies of this repo and hdl/pyHDLParser on Python 3.10. I also had to manually install dependencies: pango pycairo PyGObject. Symbolator now runs but no output is generated.
$ symbolator -i ./src/file.vhd -o ./file.svg -f svg
Scanning library: .
$ ls file.svg
ls: cannot access 'file.svg': No such file or directory
Has anyone else gotten this to run on a modern Python version? Is this project dead?
The text was updated successfully, but these errors were encountered:
I finally got this installed by using setuptools==58 and wheel with local copies of this repo and hdl/pyHDLParser on Python 3.10. I also had to manually install dependencies: pango pycairo PyGObject. Symbolator now runs but no output is generated.
Has anyone else gotten this to run on a modern Python version? Is this project dead?
The text was updated successfully, but these errors were encountered: