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 on Fedora 37 QSocketNotifier: Can only be used with threads started with QThread #317

Open
knutj opened this issue Nov 4, 2022 · 0 comments

Comments

@knutj
Copy link

knutj commented Nov 4, 2022

I am using the latest version of pysurfer with python 3.10. The system is Fedora 37 with wayland and nvidia gbm.
QSocketNotifier: Can only be used with threads started with QThread
Traceback (most recent call last):
File "/home/knutjb/.local/bin/pysurfer", line 9, in
from surfer._commandline import parser
File "/home/knutjb/.local/lib/python3.11/site-packages/surfer/init.py", line 1, in
from .viz import Brain, TimeViewer # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/knutjb/.local/lib/python3.11/site-packages/surfer/viz.py", line 25, in
from . import utils, io
File "/home/knutjb/.local/lib/python3.11/site-packages/surfer/utils.py", line 1, in
from collections import Sequence
ImportError: cannot import name 'Sequence' from 'collections' (/usr/lib64/python3.11/collections/init.py)

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

1 participant