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
After updating pySVModel to 0.4.0 this package is broken.
Traceback (most recent call last):
File "/home/user/devel/simplhdl/.tox/dev/bin/simpl", line 5, in <module>
from simplhdl.__main__ import main
File "/home/user/devel/simplhdl/.tox/dev/lib/python3.10/site-packages/simplhdl/__main__.py", line 5, in <module>
from .simplhdl import Simplhdl
File "/home/user/devel/simplhdl/.tox/dev/lib/python3.10/site-packages/simplhdl/simplhdl.py", line 4, in <module>
from pyEDAA.ProjectModel import Project, SystemVerilogSourceFile # type: ignore
File "/home/user/devel/simplhdl/.tox/dev/lib/python3.10/site-packages/pyEDAA/ProjectModel/__init__.py", line 47, in <module>
from pySVModel import VerilogVersion, SystemVerilogVersion
ImportError: cannot import name 'VerilogVersion' from 'pySVModel' (/home/user/devel/simplhdl/.tox/dev/lib/python3.10/site-packages/pySVModel/__init__.py)
Downgrading to pySVModel 0.3.5 fixes the issue.
The text was updated successfully, but these errors were encountered:
After updating pySVModel to 0.4.0 this package is broken.
Downgrading to pySVModel 0.3.5 fixes the issue.
The text was updated successfully, but these errors were encountered: