python3.4--pandas

关于pip始终安装pandans出现错误.

Collecting pandas
  Using cached https://files.pythonhosted.org/packages/08/01/803834bc8a4e708aedebb133095a88a4dad9f45bbaf5ad777d2bea543c7e/pandas-0.22.0.tar.gz
  Installing build dependencies ... error

查了半天发现python3.4不兼容pandas0.21+ 

解决:

pip3 install 'pandas<0.21'
The Safest Way to Get what you Want is to Try and Deserve What you Want.
原文地址:https://www.cnblogs.com/Shinered/p/9056445.html