mirror of
https://github.com/UzJu/Cloud-Bucket-Leak-Detection-Tools.git
synced 2025-11-05 10:44:04 +00:00
feat: Update requirements.txt
fix: 1、The Requirements library is missing
This commit is contained in:
parent
0efa185a0a
commit
368344f425
20
README.md
20
README.md
@ -1,27 +1,15 @@
|
|||||||

|

|
||||||
|
|
||||||
# 问题解决ModuleNotFoundError: No module named 'urlparse'
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
如果遇到这个问题,可以使用以下命令,如果还是无法解决,可以通过issue的方式联系我,或者发送邮件到`uzjuer@163.com`或在我的GitHub主页添加我的微信,告诉我python版本即可
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pip3 install cos-python-sdk-v5
|
|
||||||
```
|
|
||||||
|
|
||||||
目前我已经测试可以运行的版本如下
|
|
||||||
|
|
||||||
1、python3.8.9
|
|
||||||
|
|
||||||
2、python3.9.13
|
|
||||||
|
|
||||||
# :rooster:使用教程
|
# :rooster:使用教程
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/UzJu/Cloud-Bucket-Leak-Detection-Tools.git
|
git clone https://github.com/UzJu/Cloud-Bucket-Leak-Detection-Tools.git
|
||||||
cd Cloud-Bucket-Leak-Detection-Tools/
|
cd Cloud-Bucket-Leak-Detection-Tools/
|
||||||
# 安装依赖 建议使用Python3.8以上的版本 我的版本: Python 3.9.13 (main, May 24 2022, 21:28:31)
|
# 安装依赖 建议使用Python3.8以上的版本 我的版本: Python 3.9.13 (main, May 24 2022, 21:28:31)
|
||||||
|
# 已经测试版本如下
|
||||||
|
# 1、python3.8.9
|
||||||
|
# 2、python3.9.13
|
||||||
|
# 3、python3.7
|
||||||
pip3 install huaweicloud-sdk-python
|
pip3 install huaweicloud-sdk-python
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
python3 main.py -h
|
python3 main.py -h
|
||||||
|
|||||||
@ -11,6 +11,8 @@ cryptography==37.0.4
|
|||||||
deprecation==2.1.0
|
deprecation==2.1.0
|
||||||
dnspython==2.2.1
|
dnspython==2.2.1
|
||||||
huaweicloud-sdk-python==1.0.28
|
huaweicloud-sdk-python==1.0.28
|
||||||
|
cos-python-sdk-v5
|
||||||
|
huaweicloud-sdk-python-obs
|
||||||
idna==3.3
|
idna==3.3
|
||||||
iso8601==1.0.2
|
iso8601==1.0.2
|
||||||
jmespath==0.10.0
|
jmespath==0.10.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user