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
Dear Spyder Team, Which Python revision is compatible with Spyder 6.03? Because still I see the below NameError when debugging in Python 3.12.8 and 3.13.1 environment.
!continue
*** NameError: name '_pdbcmd_print_frame_status' is not defined
Hi @zorareh thank you for the report! I think this is a duplicate of #22500 Also, checking there, seems like this message gets shown if you use as Python version >=3.12.5 so using Python 3.12.4 or lower should help (#22500 (comment)). In regards of Python versions supported, I think there were some problems with a dependency that prevent installations when using Python 3.13 (#22801) but besides that I'm unaware of any issue that could be preventing Spyder from wokring with Python 3.12 or 3.13 🤔
Description
What steps will reproduce the problem?
Dear Spyder Team, Which Python revision is compatible with Spyder 6.03? Because still I see the below NameError when debugging in Python 3.12.8 and 3.13.1 environment.
!continue
*** NameError: name '_pdbcmd_print_frame_status' is not defined
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: