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

Problems with python3-z3 on Debian #34

Open
dgpv opened this issue May 21, 2024 · 2 comments
Open

Problems with python3-z3 on Debian #34

dgpv opened this issue May 21, 2024 · 2 comments

Comments

@dgpv
Copy link
Owner

dgpv commented May 21, 2024

          > Maybe I did not understand, but if you analyze with `--z3-enabled=true`, the report will show that the enforcement condition is 'always true'

z3 isn't working for me; I'm getting:

Exception ignored in: <function AstRef.__del__ at 0x7f076dd445e0>
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/z3/z3.py", line 351, in __del__
  File "/usr/lib/python3/dist-packages/z3/z3.py", line 724, in as_ast
TypeError: 'NoneType' object is not callable
Exception ignored in: <function AstRef.__del__ at 0x7f076dd445e0>
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/z3/z3.py", line 351, in __del__
  File "/usr/lib/python3/dist-packages/z3/z3.py", line 724, in as_ast
TypeError: 'NoneType' object is not callable

python3-z3 4.8.12-3.1+b2 from Debian, commit 942f7bc from bsst.

Originally posted by @ajtowns in #33 (comment)

@ajtowns
Copy link

ajtowns commented May 21, 2024

Yeah, looks like the debian package hasn't been updated since 2022, so probably not your problem :(
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014978

@dgpv
Copy link
Owner Author

dgpv commented May 22, 2024

OK

I will leave the issue open in case anyone have the same problem, so they can have a reference to the debian bug

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

No branches or pull requests

2 participants