首页 > 系统服务 > 详细

[py2neo]Ubuntu14 安装py2neo失败问题解决

时间:2018-10-31 14:58:42      阅读:405      评论:0      收藏:0      [点我收藏+]

环境

1.操作系统Ubuntu14 

2.py2neo版本4.1

3.python版本python3.4

问题

pip install py2neo==4.1  安装失败,提示:

Cannot uninstall ‘urllib3‘. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解决

urllib3旧版本依赖多,不能清晰的删除,此时应该忽略旧版本升级,即如下

sudo pip install urllib3 --ignore-installed urllib3

 

[py2neo]Ubuntu14 安装py2neo失败问题解决

原文:https://www.cnblogs.com/skyell/p/9882861.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!