简体   繁体   English

Spyder IDE:Mac 上没有名为 pip 的模块

[英]Spyder IDE : No module named pip on Mac

I'm trying to use PIP to install pandas on spyder however I keep getting this issue:我正在尝试使用PIPspyder上安装pandas但是我一直遇到这个问题:

/Applications/Spyder.app/Contents/MacOS/python: No module named pip
Note: you may need to restart the kernel to use updated packages.

( Spyder maintainer here ) We don't provide pip in our Mac app to prevent people breaking Spyder by installing any kind of packages with it. 这里是 Spyder 维护者)我们不在我们的 Mac 应用程序中提供pip ,以防止人们通过安装任何类型的软件包来破坏 Spyder。

The only way to use other packages that don't come with our app is to install Miniconda , create a conda environment after that with the packages you want to use and spyder-kernels , and finally connect Spyder to that env.使用我们的应用程序未附带的其他包的唯一方法是安装Miniconda ,然后使用您要使用的包和spyder-kernels创建一个 conda 环境,最后将 Spyder 连接到该环境。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM