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
Tried the other applicable steps from the Troubleshooting Guide
Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
First of all, thanks for including the spyder-terminal in the standalone installers now as well!
However, currently the typing delay is rather large, making the spyder-terminal not very usable.
Using the built in terminal typing any command has a 1-2 second of delay.
What steps reproduce the problem?
Open Spyder
Go to the Terminal tab
Type ls and press Enter as fast as you can.
What is the expected output? What do you see instead?
Expected output
The command is typed on the command line without noticeable delay and the output is shown directly as I press Enter. If I for example visit the underlying web terminal at 127.0.0.1:8073 that is how it works.
Actual output
All my input is delayed for 1-2 seconds. It's as if I am typing over a very slow network connection.
Paste Traceback/Error Below (if applicable)
>>> Uncaught TypeError: Cannot read property 'fit' of undefined
�_distutils_hack/__init__.pyc:17: UserWarning: Distutils was imported before Setuptools, but importing Setuptools also replaces the `distutils` module in `sys.modules`. This may lead to undesirable behaviors or errors. To avoid these issues, avoid using distutils directly, ensure that setuptools is installed in the traditional way (e.g. not an editable install), and/or make sure that setuptools is always imported before distutils.
_distutils_hack/__init__.pyc:30: UserWarning: Setuptools is replacing distutils.
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
First of all, thanks for including the spyder-terminal in the standalone installers now as well!
However, currently the typing delay is rather large, making the spyder-terminal not very usable.
Using the built in terminal typing any command has a 1-2 second of delay.
What steps reproduce the problem?
ls
and press Enter as fast as you can.What is the expected output? What do you see instead?
Expected output
The command is typed on the command line without noticeable delay and the output is shown directly as I press Enter. If I for example visit the underlying web terminal at
127.0.0.1:8073
that is how it works.Actual output
All my input is delayed for 1-2 seconds. It's as if I am typing over a very slow network connection.
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: