Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

请问用pip3安装bcloud,如何卸载? #48

Closed
diyiliaoya opened this issue Sep 12, 2014 · 6 comments
Closed

请问用pip3安装bcloud,如何卸载? #48

diyiliaoya opened this issue Sep 12, 2014 · 6 comments

Comments

@diyiliaoya
Copy link

用sudo pip3 uninstall bcloud会报
Can't uninstall 'bcloud'. No files were found to uninstall

@diyiliaoya diyiliaoya changed the title 用pip3安装bcloud,如何卸载? 请问用pip3安装bcloud,如何卸载? Sep 12, 2014
@LiuLang
Copy link
Collaborator

LiuLang commented Sep 12, 2014

On 09/12/2014 02:18 PM, 李仕杰 wrote:

用sudo pip3 uninstall bcloud会报
Can't uninstall 'bcloud'. No files were found to uninstall


Reply to this email directly or view it on GitHub:
#48

请使用与你的系统相对应的安装包, 在这里可以找到
https://github.com/LiuLang/bcloud/

@diyiliaoya
Copy link
Author

已经装上了,用pip3装的,就是再用pip3卸载的话卸载不了
如果再用安装包安装的话会报错:
Preparing to unpack bcloud_3.5.1-2_all.deb ...
Unpacking bcloud (3.5.1-2) ...
dpkg: error processing archive bcloud_3.5.1-2_all.deb (--install):
正试图覆盖 /usr/lib/python3/dist-packages/cssselect/init.py,它同时被包含于软件包 python3-cssselect 0.9.1-1.1
dpkg-deb: error: subprocess 粘贴 was killed by signal (断开的管道)
在处理时有错误发生:
bcloud_3.5.1-2_all.deb

@LiuLang
Copy link
Collaborator

LiuLang commented Sep 12, 2014

On 09/12/2014 02:39 PM, 李仕杰 wrote:

已经装上了,用pip3装的,就是再用pip3卸载的话卸载不了
如果再用安装包安装的话会报错:
Preparing to unpack bcloud_3.5.1-2_all.deb ...
Unpacking bcloud (3.5.1-2) ...
dpkg: error processing archive bcloud_3.5.1-2_all.deb (--install):
正试图覆盖 /usr/lib/python3/dist-packages/cssselect/init.py,它同时被包含于软件包 python3-cssselect 0.9.1-1.1
dpkg-deb: error: subprocess 粘贴 was killed by signal (断开的管道)
在处理时有错误发生:
bcloud_3.5.1-2_all.deb


Reply to this email directly or view it on GitHub:
#48 (comment)

安装与卸载都要用相同的方式, 因为它们是由不同的包管理器来处理的!

用pip3来安装的, 就要用pip3 uninstall 来卸载, 出错了的话, 看一下pip的日志, 里面可能包含有用的信息

@diyiliaoya
Copy link
Author

我知道,我的问题本来就是这个啊,用Pip3 uninstall 卸载不了,会报错
Can't uninstall 'bcloud'. No files were found to uninstall

@LiuLang
Copy link
Collaborator

LiuLang commented Sep 12, 2014

On 09/12/2014 02:56 PM, 李仕杰 wrote:

我知道,我的问题本来就是这个啊,用Pip3 uninstall 卸载不了,会报错
Can't uninstall 'bcloud'. No files were found to uninstall


Reply to this email directly or view it on GitHub:
#48 (comment)

你读一下pip的日志, ~/.pip/pip.log

@diyiliaoya
Copy link
Author

pip.log这个文件里没有bcloud的信息,我直接到/usr/local/lib/python3.4/dist-packages下,把bcloud的所有相关文件全删了,现在没啥问题了

@LiuLang LiuLang closed this as completed Sep 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants