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

[Deps] Update qonnx and set sigtools version #644

Merged
merged 3 commits into from
Jul 20, 2022
Merged

Conversation

auphelia
Copy link
Collaborator

Update qonnx commit version and setting sigtools to a specific version to avoid following import clize error:

>>> import clize
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/conda/lib/python3.8/site-packages/clize/__init__.py", line 7, in <m odule>
from clize.parser import Parameter File "/opt/conda/lib/python3.8/site-packages/clize/parser.py", line 14, in <mo dule>
from sigtools import modifiers File "/opt/conda/lib/python3.8/site-packages/sigtools/__init__.py", line 28, i n <module>
from sigtools.specifiers import signature File "/opt/conda/lib/python3.8/site-packages/sigtools/specifiers.py", line 42, in <module>
from sigtools import _util, modifiers, signatures, _specifiers File "/opt/conda/lib/python3.8/site-packages/sigtools/modifiers.py", line 36, in <module>
from sigtools import _util, _specifiers, _signatures File "/opt/conda/lib/python3.8/site-packages/sigtools/_specifiers.py", line 23 , in <module>
from sigtools import _signatures, _util File "/opt/conda/lib/python3.8/site-packages/sigtools/_signatures.py", line 83 , in <module> @attr.define(eq=False)
AttributeError: module 'attr' has no attribute 'define'

@auphelia auphelia changed the base branch from dev to main July 19, 2022 12:33
@auphelia auphelia merged commit abc5000 into main Jul 20, 2022
@auphelia auphelia deleted the feature/update_qonnx branch July 20, 2022 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant