Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pySVModel 0.4 compatibility issue #57

Open
RasmusGOlsen opened this issue Aug 21, 2023 · 1 comment
Open

pySVModel 0.4 compatibility issue #57

RasmusGOlsen opened this issue Aug 21, 2023 · 1 comment

Comments

@RasmusGOlsen
Copy link

RasmusGOlsen commented Aug 21, 2023

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.

@RasmusGOlsen RasmusGOlsen changed the title pySVModel 0.4 pySVModel 0.4 compatibility issue Aug 21, 2023
@Paebbels
Copy link
Member

I pushed f88a638. On dev branch is now more restrictive to use the correct package dependencies.

Are you still using the repo and the dev branch, or do you need a release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants