为了装个matplotlib包,搞了好久;
 
python3.4,官方没有对应版本的包,只能去下面这个地方下对应的版本:
 
下载试了下,后发现出错,好像还缺个numpy的包
 
python 3.4 numpy官方也没有对应版本, 貌似得到下面的网站下载
 
最后终于可以了
 
(更新)----------2014/9/23----------------------------------------
后来发现其实现在不用上面的地址,最新的numpy和matplotlib都支持python3.4
 
最新的matplotlib1.4.0版本支持python3.4 的。
 
最新的numpy1.9.0版本支持python3.4 的。
 

相关文章:

  • 2021-03-31
  • 2021-05-08
  • 2021-12-02
  • 2021-11-25
  • 2021-07-17
  • 2021-11-19
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2021-10-26
  • 2022-02-01
  • 2021-12-01
  • 2022-12-23
  • 2021-11-19
  • 2021-07-29
相关资源
相似解决方案