-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
TypeError in Tour with Python 3.10 #16571
Comments
Hey @Fellypao, thanks for reporting. We'll try to address this problem in a future release. |
In the meantime, please use Python 3.9 instead. |
This is probably a PyQt issue (and not related to Python 3.10). PyQt 5.14.1 issues the following warning when calling @Fellypao Can you please recheck PyQt and Qt versions? |
Thanks for your help @rear1019! |
Output from Qt version is 5.15.3, the one shipped with Slackware |
This is a Python 3.10 “issue” after all. The deprecation has been added in Python 3.8 [1] and is enforced in 3.10 [2]. [1] https://bugs.python.org/issue36048 |
This is related to [1] [1] spyder-ide#16571
Nils Philippsen posted to the ffado-devel list that additional fixes were needed beyond what was in r2817. He pointed out that spyder-ide/spyder#16571 (comment) suggests that this might be a PyQt issue rather than python 3.10. This patch was supplied by Nils. As FFADO receives wider testing under python 3.10 and later PyQt 5.x versions it is possible that further fixes along these lines may be needed. git-svn-id: http://subversion.ffado.org/ffado/trunk/libffado@2818 2be59082-3212-0410-8809-b0798e1608f0
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Spyder does not start/work with python 3.10.
The error returned is:
What steps reproduce the problem?
What is the expected output? What do you see instead?
Expected: to start the Spyder IDE
I see the error
Paste Traceback/Error Below (if applicable)
Versions
Additional info:
Spyder was working fine with python 3.9.7 in the same environment
The text was updated successfully, but these errors were encountered: