简体   繁体   English

为python 3.5安装numpy和pandas

[英]Installing numpy and pandas for python 3.5

I've been trying to install numpy and pandas for python 3.5 but it keeps telling me that I have an issue. 我一直在尝试为python 3.5安装numpy和pandas,但它一直告诉我我有问题。

Could it be because numpy can't run on python 3.5 yet? 难道是因为numpy不能在python 3.5上运行吗?

This is as a result of a Numpy distutils bug (which is already fixed in the development branch). 这是由于Numpy distutils错误(已在开发分支中修复)导致的。

If you have brew: 如果您冲泡:

brew install homebrew/python/numpy --with-python3

If you don't: 如果您不这样做:

pip3 install git+https://github.com/numpy/numpy.git

I was corresponding with some ppl at python.org and they told me to use 我在python.org上对应了一些ppl,他们告诉我使用

py -3.5 -m pip install SomePackage

This works. 这可行。

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

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