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
commit d5fe4b0 introduces a regression in codebase (ubuntu-22.04/py3.9):
File "[...]/z3/__init__.py", line 1, in<module>
from .z3 import *
File "[...]/z3/z3.py", line 46, in<module>
from . import z3core
File "[...]/z3/z3core.py", line 15, in<module>
_z3_lib_resource = importlib_resources.files('z3', 'lib')
File "[...]/importlib_resources/_common.py", line 37, in wrapper
return func(anchor, package)
TypeError: files() takes from 0 to 1 positional arguments but 2 were given
commit d5fe4b0 introduces a regression in codebase (ubuntu-22.04/py3.9):
ping @rsetaluri
The text was updated successfully, but these errors were encountered: