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
When using the input function, you will be prompted with an internal error and cannot run. And when you use it later, the variable browser will not display anything.
Traceback
Traceback (most recent call last):
File "C:\anaconda\lib\site-packages\qtconsole\base_frontend_mixin.py", line 138, in _dispatch
handler(msg)
File "C:\anaconda\lib\site-packages\spyder\plugins\ipythonconsole\widgets\debugging.py", line 278, in _handle_input_requestreturnsuper(DebuggingWidget, self)._handle_input_request(msg)
File "C:\anaconda\lib\site-packages\qtconsole\frontend_widget.py", line 512, in _handle_input_requestself._readline(msg['content']['prompt'], callback=callback, password=msg['content']['password'])
File "C:\anaconda\lib\site-packages\qtconsole\console_widget.py", line 2422, in _readlineself._show_prompt(prompt, newline=False, separator=False)
TypeError: _show_prompt() got an unexpected keyword argument 'separator'
Hi @GaoChenlong thank you for the feedback! This seems like a duplicate of #17616. You will need to install/update the latest Spyder version (5.3.0) to prevent it. For that, please check this comment at #17616 (comment) for the steps to update. Let us know if that helps!
Description
What steps will reproduce the problem?
a = input('dsf')
When using the input function, you will be prompted with an internal error and cannot run. And when you use it later, the variable browser will not display anything.
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: