无法导入包,例如 pandas 和numpy,使用Conda环境下安装的Spyder 5
操作系统:Win 11 蟒蛇:3.9 Spyder版本:4& 5
我创建了一个 Conda 环境
>> conda create -n tensorflow2.x
然后我激活了环境
>>激活tensorflow2.x
在创建的环境中,我可以成功导入numpy和pandas等包,没有任何错误:
>>蟒蛇
>>导入numpy
>>导入pandas
但是,当我在自己创建的环境中安装spyder时,仍然按照步骤3的方式使用,却报错“No module named Numpy/Pandas”。
>> pip 安装spyder
对此有什么想法吗?如果我没记错的话,我曾经在 Ubuntu 操作系统上做过同样的事情。并且安装的Spyder运行正常。不确定我在 Win 11 操作系统上的操作出了什么问题。
OS: Win 11
Python: 3.9
Spyder version: 4 & 5
I created a Conda environment with
>> conda create -n tensorflow2.x
Then I activated the environment with
>> activate tensorflow2.x
Within the created environment, I could sucessfully import packages like numpy and pandas without any errors:
>> python
>> import numpy
>> import pandas
However, when I installed spyder in my created environment, and still used the same way as step 3, it reported an error that "No module named Numpy/Pandas".
>> pip install spyder
Any ideas about this? If I remember correctly, I used to do the same thing on Ubuntu os. And the installed Spyder ran normally. Not sure what is wrong with my operations on Win 11 os.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论