pip install tencentcloud-sdk-python pip install aliyun-python-sdk-cdn 其中qcloud_cos要下载包安装,pip安装的包可能无法使用,并有如下报错。 使用安装包安装解决问题(使用安装包的安装方式前,要卸载pip的qcloud_cos的安装) wget https://files.pythonhosted.org/packages/ec/ee/0f314f3e4d97c6b08193422e2436f5...
pip install aliyun-python-sdk-cdn 1. 2. 3. 其中qcloud_cos要下载包安装,pip安装的包可能无法使用,并有如下报错。 使用安装包安装解决问题(使用安装包的安装方式前,要卸载pip的qcloud_cos的安装) wget https://files.pythonhosted.org/packages/ec/ee/0f314f3e4d97c6b08193422e2436f5fc0af75523d2a7f29e5...
新配置了一个环境,pip默认安装的为21.0.1,使用时直接报如下错误: [root@duoluodeyu ~]# pip install qcloudapi-sdk-python Traceback (most recent call last): File "/usr/bin/pip", line 11, in <module> load_entry_point('pip==21.0.1', 'console_scripts', 'pip')() File "build/bdist.linux...