-
Notifications
You must be signed in to change notification settings - Fork 4
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
Crash with qtrio 0.5.0 / qts #269
Comments
It looks like I didn't properly describe the version dependency for attrs. Line 41 in 43c7ff2
https://www.attrs.org/en/stable/api.html#attr.attr.frozen Sorry for the trouble here. Updating attrs should fix it for now. |
altendky
added a commit
that referenced
this issue
Oct 6, 2021
Or I moved too quickly and it's really over in qts... so lemme fix it there. |
altendky
added a commit
to python-qt-tools/qts
that referenced
this issue
Oct 6, 2021
altendky
added a commit
to altendky/attrs
that referenced
this issue
Oct 12, 2021
Merged
10 tasks
hynek
pushed a commit
to python-attrs/attrs
that referenced
this issue
Oct 12, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am unable to run qtrio 0.5.0, while getting back to qtrio 0.1.0 solves the issue. I get the following msg:
installing package dependencies
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/XXX/dEAduction/src/deaduction/dui/main.py", line 34, in
import qtrio
File "/home/XXX/.local/lib/python3.8/site-packages/qtrio/init.py", line 20, in
from ._core import (
File "/home/XXX/.local/lib/python3.8/site-packages/qtrio/_core.py", line 15, in
import qts
File "/home/XXX/.local/lib/python3.8/site-packages/qts/init.py", line 7, in
from qts._core import (
File "/home/XXX/.local/lib/python3.8/site-packages/qts/_core.py", line 10, in
@attr.frozen
AttributeError: module 'attr' has no attribute 'frozen'
(This is on Ubuntu).
The text was updated successfully, but these errors were encountered: