mac版python安装pandas_关于python:使用pip在Mac上安装Pandas

在Mac OS Sierra上使用pip安装pandas时遇到权限问题,导致安装失败。错误提示显示在'/Library/Python/2.7/site-packages'目录下创建文件时权限被拒绝。解决方法包括使用sudo提升权限或者使用`pip install --user pandas`进行用户特定安装。对于Python 3.0,推荐使用`pip3 install pandas`。
摘要由CSDN通过智能技术生成

我试图用pip安装Pandas,但遇到了问题。 以下是详细信息:

Mac OS Sierra

which python => /usr/bin/python

python --version => Python 2.7.10

Inside"/System/Library/Frameworks/Python.framework/Versions" there is the following

2.3 2.5 2.6 2.7 Current

我希望pandas链接到"/ usr / bin / python"中的Python 2.7.10

当我执行pip install pandas时,收到以下错误消息:

Collecting pandas

Using cached pandas-0.19.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Requirement already satisfied: pytz>=2011k in

/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from pandas)

Requirement already satisfied: python-dateutil in

/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from pandas)

Requirement already satisfied: numpy>&

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值