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

Crash with qtrio 0.5.0 / qts #269

Open
FredericLeRoux opened this issue Oct 6, 2021 · 2 comments
Open

Crash with qtrio 0.5.0 / qts #269

FredericLeRoux opened this issue Oct 6, 2021 · 2 comments

Comments

@FredericLeRoux
Copy link

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).

@altendky
Copy link
Owner

altendky commented Oct 6, 2021

It looks like I didn't properly describe the version dependency for attrs.

attrs

attr.frozen was added in 20.1.0.

https://www.attrs.org/en/stable/api.html#attr.attr.frozen

Sorry for the trouble here. Updating attrs should fix it for now.

@altendky
Copy link
Owner

altendky commented Oct 6, 2021

Or I moved too quickly and it's really over in qts... so lemme fix it there.

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