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
I cannot use the input function to run a code otherwise it says that spyder has encountered an internal function.
First I used the input function. It had a string inside and I tried to run it expecting the terminal to ask me for an input but I received an error, and was prompted to file a report instead.
Traceback
Traceback (most recent call last):
File "C:\Users\user\anaconda3\lib\site-packages\qtconsole\base_frontend_mixin.py", line 138, in _dispatch
handler(msg)
File "C:\Users\user\anaconda3\lib\site-packages\spyder\plugins\ipythonconsole\widgets\debugging.py", line 278, in _handle_input_requestreturnsuper(DebuggingWidget, self)._handle_input_request(msg)
File "C:\Users\user\anaconda3\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:\Users\user\anaconda3\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'
Thanks for reporting. To fix this error, please close Spyder, open the Anaconda Prompt (on Windows) or a terminal (on macOS or Linux) and run there the commands mentioned in our documentation.
Description
What steps will reproduce the problem?
I cannot use the input function to run a code otherwise it says that spyder has encountered an internal function.
First I used the input function. It had a string inside and I tried to run it expecting the terminal to ask me for an input but I received an error, and was prompted to file a report instead.
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: