python3 pip Pandas
mac自带的python版本2.7。建议安装python3
WARNING: Python 2.7 is not recommended. This version is included in macOS for compatibility with legacy software. Future versions of macOS will not include Python 2.7. Instead, it is recommended that you transition to using 'python3' from within Terminal.
我下载安装了Python 3.9.5
安装 pandas需要使用 pip 。python3是默认安装了pip。对应版本pip 21.1.1
安装pandas最后还是豆瓣的镜像好用
- 豆瓣:https://pypi.doubanio.com/simple/
- 清华:https://pypi.tuna.tsinghua.edu.cn/simple
pip3 install -i https://pypi.doubanio.com/simple pandas
作者:scqilin
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。