无法打开Spyder(来自Anaconda3)

问题描述 投票:0回答:0

我在打开 Spyder 时遇到错误。

命令结束时打开Spyder

spyder --new-instance

显示一行:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xac in position 49: invalid start byte

我也跑了一条线:

pip check
给出了结果:

conda-repo-cli 1.0.27 has requirement clyent==1.2.1, but you have clyent 1.2.2.
conda-repo-cli 1.0.27 has requirement nbformat==5.4.0, but you have nbformat 5.7.0.

如果以前也遇到过这种情况的人可以给我一些见解,我将不胜感激。

当我浏览互联网时,我尝试了一个更新gensim的解决方案:

pip install --upgrade gensim

更新完成至gensim-4.3.1。 (之前的 4.3.0)

python spyder anaconda3
© www.soinside.com 2019 - 2024. All rights reserved.