码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2018-10-31 15:44:51      阅读:572      评论:0      收藏:0      [点我收藏+]

标签:python3.4   can   ann   not   应该   pre   which   安装失败   files   

环境

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失败问题解决

标签:python3.4   can   ann   not   应该   pre   which   安装失败   files   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!