Skip to content

Commit 6bf9876

Browse files
author
kang
committed
缺少lxml依赖
1 parent ef4be49 commit 6bf9876

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ bcloud 是[百度网盘](http://pan.baidu.com)的Linux桌面客户端.
3838
```
3939
python3 setup.py install
4040
```
41+
卸载执行:
42+
```bash
43+
python setup.py install --record files.txt #记录安装后文件的路径
4144

45+
cat files.txt | xargs rm -rf #删除这些文件
46+
```
47+
**最近有不少用户反馈安装后无法启动,原因大多数是因为缺少某些依赖的模块。我已经添加了部分依赖到requiements.txt文件中。如还有报错请大家issues的时候附上log**
4248

4349
Q&A
4450
===

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
keyring
22
pycrypto==2.6.1
3+
lxml

0 commit comments

Comments
 (0)