aliyun-openapi-python-sdk icon indicating copy to clipboard operation
aliyun-openapi-python-sdk copied to clipboard

Alibaba Cloud SDK for Python

Results 27 aliyun-openapi-python-sdk issues
Sort by recently updated
recently updated
newest added

* **Python Version**: 3.9.7 * **aliyunsdkcore Version**: 2.13.35 * **API**: UpdateDomainRecordRequest ``` TypeError: unsupported operand type(s) for +: 'type' and 'str' ``` Stack: ``` Traceback (most recent call last): File...

python3.9 ![1632362032(1)](https://user-images.githubusercontent.com/32005789/134444058-20070184-dd57-4f11-b4f5-0e013c5412e9.png)

* **Python Version**: Python 3.7.7 * **aliyunsdkcore Version**: 2.13.28 * **API**: AllocateEipAddressRequest and ModifyEipAddressAttributeRequest It seems its not possible to set a name for Eip. It is ignored. Additionally, although...

* **Python Version**: 3.6.5 * **aliyunsdkcore Version**: 1.0.6 * **API**: batch_receive_message In the public network environment, there is no problem. In the Intranet environment (the agent has been configured), there...

* **Python Version**: 3.7.10 * **aliyunsdkcore Version**: 2.13.31 * **API**: not applicable * **PIP version**: 21.0.1 Hi! I'm trying to do ``pip install --no-cache aliyun-python-sdk-core-v3==2.13.31`` on fresh python3.7 anaconda environment...

* **Python Version**: * **aliyunsdkcore Version**: * **API**: https://help.aliyun.com/document_detail/122652.html?spm=a2c4g.11186623.6.611.70222143xDHHnC 官方帮助问题提示支持“新加坡”地区 但是 sdk中不包含新加坡 https://github.com/aliyun/aliyun-openapi-python-sdk/blob/master/aliyun-python-sdk-fnf/aliyunsdkfnf/endpoint.py

Both aliyun-python-sdk-batchcompute and aliyun-python-sdk-bsn are outdated on PyPi and pull in the old aliyun-python-sdk-core-v3 dependency. - https://pypi.org/project/aliyun-python-sdk-batchcompute/#history - https://pypi.org/project/aliyun-python-sdk-bsn/#history Could you please update both packages on PyPi? Thanks!

* **Python Version**: 3.12 * **aliyunsdkcore Version**: 2.14.0 * **API**: osssdk 中的 get_bucket() python更新到3.12后,删除了ssl.wrap_socket() 改为 ssl.SSLContext.wrap_socket https://docs.python.org/3/whatsnew/3.12.html#ssl 导致 site-packages/aliyunsdkcore/vendored/requests/packages/urllib3/util/ssl_.py line 46 中导入PROTOCOL_SSLv23失败

* **Python Version**: Python 3.13.0a3 * **aliyunsdkcore Version**: 2.14.0 * **API**: client On Python 3.13 Alpha 3, we are unable to import 'aliyunsdkcore.client': ``` $ pip3 install aliyun-python-sdk-core Collecting aliyun-python-sdk-core...

* **Python Version**: 2.7.18 * **aliyunsdkcore Version**: 2.14.0 * **API**: DescribeVpcsRequest 可复现代码 ```python from aliyunsdkcore import client from aliyunsdkcore.profile import region_provider from aliyunsdkecs.request.v20140526 import DescribeVpcsRequest # global config orId =...