简体   繁体   English

Spyder 版本 4.2.3 在 Mac、OS Big Sur 上滞后

[英]Spyder version 4.2.3 lagging on Mac, OS Big Sur

When I type in Spyder (Mac OS Big Sur), I am faced with some significant lag.当我输入 Spyder (Mac OS Big Sur) 时,我遇到了一些明显的延迟。

I have seen stack overflow posts that indicate that this problem was solved in a recent version of Spyder.我看到堆栈溢出帖子表明这个问题在最近版本的 Spyder 中得到了解决。 However, when I updated Spyder to 4.2.3, my lag issue has persisted.但是,当我将 Spyder 更新到 4.2.3 时,我的滞后问题仍然存在。

All typing takes 1-3 seconds to register and show up in both the console and any scripts I am writing.所有输入都需要 1-3 秒来注册并显示在控制台和我正在编写的任何脚本中。 I have tried restarting repeatedly, and spyder has also shut down on its own.我试过反复重启,spyder也自己关机了。 I am sure that is somehow related.我确信这在某种程度上是相关的。

I have also tried following the steps in this link, but they did not work: https://docs.spyder-ide.org/current/faq.html#troubleshooting-macos-bigsur我也尝试按照此链接中的步骤操作,但它们不起作用: https://docs.spyder-ide.org/current/faq.html#troubleshooting-macos-bigsur

I had the same problem (Macbook Pro 13" 2017 Big Sur 11.2.3), I even did a factory reset on my macbook. Once I had my computer fresh and clean, I downloaded Anaconda, launched Spyder 4.1.5 (the default one when you open Anaconda Navigator the first time) and it was laggy as usual. So I closed everything, opened the terminal and followed the FAQ steps:我遇到了同样的问题(Macbook Pro 13" 2017 Big Sur 11.2.3),我什至对我的 macbook 进行了出厂重置。一旦我的电脑干净整洁,我下载了 Anaconda,启动了 Spyder 4.1.5(默认的当你第一次打开 Anaconda Navigator 时)它像往常一样滞后。所以我关闭了所有内容,打开终端并按照常见问题解答步骤操作:

conda create -n spyder-dev python=3
conda activate spyder-dev
conda install -c conda-forge spyder

Then然后

conda activate spyder-dev
export QT_MAC_WANTS_LAYER=1
spyder

Every forum i read said that the "QT_MAC_WANTS_LAYER=1" part solved the problem, so i had high expectations.我读过的每个论坛都说“QT_MAC_WANTS_LAYER=1”部分解决了这个问题,所以我寄予厚望。 But the lagging persisted (Spyder 4.2.5, Python 3.9)但滞后仍然存在(Spyder 4.2.5、Python 3.9)

The final solution was to download the.dmg file app spyder has now, and it seems to be functioning without lag and without typing latency.最终的解决方案是下载 app spyder 现在拥有的 .dmg 文件,它似乎可以正常运行,没有延迟,也没有输入延迟。 Also it launches very quickly.它的启动速度也非常快。

It's the only solution i know, hope it helps!这是我知道的唯一解决方案,希望对您有所帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 pip 在 Mac OS Big Sur 上安装 Tensorflow - Installing Tensorflow on Mac OS Big Sur with pip 在 Mac OS Big Sur 上使用 pyenv 安装 python 3.6 时出现问题 - Problems installing python 3.6 with pyenv on Mac OS Big Sur ursina window 未在 mac OS big sur 上打开 - ursina window not opening up on mac OS big sur Pandas 在 Big Sur + 最新版 Spyder 上的 2019 Macbook Pro 上导入错误 - Pandas importation error on a 2019 Macbook Pro on Big Sur + newest version of Spyder Mac OS X Spyder控制台使用旧版本的Python - Mac OS X Spyder console uses older version of Python 是否有关于 PyQt 库在 Mac OS Big Sur 中不起作用的解决方案? - Is there any solution regarding to PyQt library doesn't work in Mac OS Big Sur? 如何在没有 Anaconda 的 Mac OS(Big Sur、Catalina、Mojave)上安装 TensorFlow 2.X? - How to install TensorFlow 2.X on Mac OS (Big Sur, Catalina, Mojave) without Anaconda? Mac OS Big Sur 更新导致 django 1.11 的 pip 安装要求与 cffi 错误 - Mac OS Big Sur update causing pip install requirements for django 1.11 with cffi error 在 mac big sur 上安装其他版本的 python 后,pyenv 版本不显示任何内容 - pyenv versions doesnt show anything after installing other version of python on mac big sur Python 3.9.1、Mac Big Sur、Numpy 和 Essentia - Python 3.9.1, Mac Big Sur, Numpy and Essentia
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM