python 学习记录

2017-07-18  本文已影响0人  码农也越野

pip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install numpy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install pandas -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install seaborn scipy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

1、[AttributeError: 'dict' object has no attribute 'iteritems']
原因:Python3.5之后:iteritems变为items

上一篇下一篇

猜你喜欢

热点阅读