【发布时间】:2021-08-12 02:21:40
【问题描述】:
我已经安装了 WinPython 并想使用 Spyder。我使用 pip 和虚拟环境。我已按照modular approach 此处的说明进行操作。一切正常,直到最后一条指令“启动一个新的 IPython 控制台(在 Spyder 中)。安装在你的 venv 环境中的所有包都应该在那里可用。”。
得到错误Your Python environment or installation doesn't have the spyder‑kernels module or the right version of it installed (>= 1.9.0 and < 1.10.0). Without this module is not possible for Spyder to create a console for you.
但是我在我的 venv 中安装了 spyder-kernals,我可以在那里看到它们,我设置了安装在 venv 中的 python 的路径,一切都应该工作,但它没有!
有什么想法吗?
【问题讨论】:
标签: virtualenv spyder