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

Incompatibility with pyVHDLModel>=v0.10.0 #24

Closed
lwaeijen opened this issue Jul 13, 2021 · 3 comments
Closed

Incompatibility with pyVHDLModel>=v0.10.0 #24

lwaeijen opened this issue Jul 13, 2021 · 3 comments
Assignees
Labels

Comments

@lwaeijen
Copy link

On a fresh install the latest pyVHDLModel package is pulled in (v0.11.1 at the time of writing), which lacks the LibraryReference class. Trying to invoke the cli results in the following error:

from pyVHDLModel.VHDLModel import LibraryReference as LibraryReferenceModel, PackageReference as UseModel
ImportError: cannot import name 'LibraryReference' from 'pyVHDLModel.VHDLModel'

It appears this particular class was removed in v0.10.0 of pyVHDLModel, so perhaps the requirements.txt file should be updated to reflect this dependency.

@Paebbels
Copy link
Owner

The dev branch now contains a compatible version to v0.14.x.

@Paebbels Paebbels added the Bug label Dec 19, 2021
@Paebbels Paebbels self-assigned this Dec 19, 2021
@Paebbels
Copy link
Owner

This will be addressed in #48.

@Paebbels Paebbels mentioned this issue Feb 18, 2023
@Paebbels
Copy link
Owner

Unit tests on CI are passing.

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

No branches or pull requests

2 participants