High typing latency issues on MacOS Big Sur
See original GitHub issueIssue Report Checklist
- [ x] Searched the issues page for similar reports
- [ x] Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
- [ x] Reproduced the issue after updating with
conda update spyder
(orpip
, if not using Anaconda) - Could not reproduce inside
jupyter qtconsole
(if console-related) - Tried basic troubleshooting (if a bug/error)
- [x ] Restarted Spyder
- [x ] Reset preferences with
spyder --reset
- [ x] Reinstalled the latest version of Anaconda
- [ x] Tried the other applicable steps from the Troubleshooting Guide
- [ x] Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
Ever since upgrading to Big Sur, I have been having some issues with the Spyder editor. It’s not too bad for a little bit and then suddenly there is high typing latency. I have tried the various steps outlined in previous threads, including:
conda activate spyder-dev
export QT_MAC_WANTS_LAYER=1
spyder
However, nothing seems to be working. I have also updated qt and pyqt.
Versions
- Spyder version: 5.0.5
- Python version: 3.7.11
- Qt version: 5.12.9
- PyQt version: 5.12.3
- Operating System name/version: Mac OS Big Sur, version 11.5.1
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Keyboard Lag after Big Sur - Apple Community
Same problem on my 2019 16" with Big Sur 11.0. 1. Keyboard lag via the built-in keyboard in all modes (normal, safe mode,...
Read more >High typing latency in MacOS Big Sur · Issue #14218 - GitHub
I updated to MacOS Big Sur yesterday, and every since, typing in the editor has come with a great deal of latency -...
Read more >7 Ways On How To Fix Keyboard Lag Issue On Mac - Saintlad
Begin by clicking the Apple menu and select System Preferences. · Next, select Accessibility and then Keyboard. · After that, go to the...
Read more >How to Fix Keyboard Lag on Mac - macReports
How to Fix ; Go to Apple menu > System Preferences. Click on Accessibility, followed by Keyboard, then Hardware. ; To reset the...
Read more >Laggy typing experience in Big Sur in some apps : r/MacOSBeta
The only solution that seems to (almost) fix the issue is to turn off automatic graphics switching. Once you turn it back on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just recently got back into Spyder (5.1.5 via Anaconda) on a new M1 Max MacBook and ran into this issue. Removing Kite from the Completion and Linting settings removed all typing latency for me.
Settings > Completion and Linting > Uncheck “Notify me when Kite can provide missing completions (but is unavailable)” Uncheck “Enable Kite provider”
Closing because this is quite old now and we’ve done many improvements to fix the typing latency since.