Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import CosS3Client 报错 #145

Closed
gezsops opened this issue Nov 25, 2020 · 1 comment
Closed

import CosS3Client 报错 #145

gezsops opened this issue Nov 25, 2020 · 1 comment

Comments

@gezsops
Copy link

gezsops commented Nov 25, 2020

安装:
C:\Python27>python -m pip install cos-python-sdk-v5
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Requirement already satisfied: cos-python-sdk-v5 in c:\python27\lib\site-packages (1.9.0)
Requirement already satisfied: dicttoxml in c:\python27\lib\site-packages (from cos-python-sdk-v5) (1.7.4)
Requirement already satisfied: six in c:\python27\lib\site-packages (from cos-python-sdk-v5) (1.15.0)
Requirement already satisfied: requests>=2.8 in c:\python27\lib\site-packages (from cos-python-sdk-v5) (2.25.0)
Requirement already satisfied: pycryptodome in c:\python27\lib\site-packages (from cos-python-sdk-v5) (3.9.9)
Requirement already satisfied: crcmod in c:\python27\lib\site-packages (from cos-python-sdk-v5) (1.7)
Requirement already satisfied: certifi>=2017.4.17 in c:\python27\lib\site-packages (from requests>=2.8->cos-python-sdk-v5) (2020.11.8)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\python27\lib\site-packages (from requests>=2.8->cos-python-sdk-v5) (1.26.2)
Requirement already satisfied: idna<3,>=2.5 in c:\python27\lib\site-packages (from requests>=2.8->cos-python-sdk-v5) (2.10)
Requirement already satisfied: chardet<4,>=3.0.2 in c:\python27\lib\site-packages (from requests>=2.8->cos-python-sdk-v5) (3.0.4)

报错信息 :
from qcloud_cos import CosS3Client
ImportError: cannot import name CosS3Client

@gezsops
Copy link
Author

gezsops commented Nov 26, 2020

安装:
C:\Python27>python -m pip install cos-python-sdk-v5
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Requirement already satisfied: cos-python-sdk-v5 in c:\python27\lib\site-packages (1.9.0)
Requirement already satisfied: dicttoxml in c:\python27\lib\site-packages (from cos-python-sdk-v5) (1.7.4)
Requirement already satisfied: six in c:\python27\lib\site-packages (from cos-python-sdk-v5) (1.15.0)
Requirement already satisfied: requests>=2.8 in c:\python27\lib\site-packages (from cos-python-sdk-v5) (2.25.0)
Requirement already satisfied: pycryptodome in c:\python27\lib\site-packages (from cos-python-sdk-v5) (3.9.9)
Requirement already satisfied: crcmod in c:\python27\lib\site-packages (from cos-python-sdk-v5) (1.7)
Requirement already satisfied: certifi>=2017.4.17 in c:\python27\lib\site-packages (from requests>=2.8->cos-python-sdk-v5) (2020.11.8)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\python27\lib\site-packages (from requests>=2.8->cos-python-sdk-v5) (1.26.2)
Requirement already satisfied: idna<3,>=2.5 in c:\python27\lib\site-packages (from requests>=2.8->cos-python-sdk-v5) (2.10)
Requirement already satisfied: chardet<4,>=3.0.2 in c:\python27\lib\site-packages (from requests>=2.8->cos-python-sdk-v5) (3.0.4)

报错信息 :
from qcloud_cos import CosS3Client
ImportError: cannot import name CosS3Client

@gezsops gezsops closed this as completed Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant