搜索过其他类似的问题,但没有成功。我只需要回到Python 2.7吗?
英特尔32b桌面上的ubuntu 14.04。使用Python2.7一切正常。现在使用Ubuntu软件中心安装Idle for Python3.4。它可以工作,但<div id="set-height2"></div>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>
结果
<div id="some1"></div>
<video id="v0"></video>
<div id="some2"></div>
然后
import matplotlib
导致大量良性外观输出,但以错误结束。这是pip日志文件的最后一个:
matplotlib not found
答案 0 :(得分:0)
此错误
error: [Errno 13] Permission denied: '/usr/local/lib/python3.4/dist-packages/pylab.py'
表示脚本正在尝试在目录/usr/local
中写入。
以超级用户身份运行命令:
sudo pip3 install matplotlib