求大神帮忙看这是怎么了?谢谢
tensorflow吧
全部回复
仅看楼主
level 1
Could not install packages due to an EnvironmentError: [Errno 13] 权限不够: '/usr/local/lib/python2.7/dist-packages/six.pyc'
Consider using the `--user` option or check the permissions.
2018年07月15日 06点07分 1
level 1
sudo pip install --upgrade pip
2018年07月30日 09点07分 3
level 1
加个--user即可
pip install --user 需要install的文件
2018年10月11日 02点10分 4
level 3
pip install tensorflow --user
或者
sudo pip install tensorflow
2018年11月26日 09点11分 5
管用
2018年12月25日 13点12分
1