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

您好我是写了一个Comfyui的插件叫 [ComfyUI-Portrait-Maker](https://github.com/THtianhao/ComfyUI-Portrait-Maker),很多windows用户出现一个问题,我的windows用户安装modelscope包的时候依赖于aliyun-python-sdk-core 出现下面的错误: ``` Collecting aliyun-python-sdk-core>=2.13.12 (from oss2~=2.17.0->openxlab->opendatalab->openmim) Using cached aliyun-python-sdk-core-2.13.36.tar.gz (440 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit...

`aliyun-python-sdk-core 2.13.36 has requirement jmespath=0.9.3, but you have jmespath 1.0.1.`

* **Python Version**: 3.11 * **aliyunsdkcore Version**: 2.13.36 * **API**: aliyunsdkrds.request.v20140815.DescribeDBInstancesRequest When calling `DescribeDBInstancesRequest` through the CLI, I can override the default region by using the flag `--RegionId`. The same...

* **Python Version**: 3.7.2 * **aliyunsdkcore Version**: 2.13.36 * **API**: `RunInstancesRequest()` The launching works in web console. However, when executing the codes generated by "View Open API" in "Preview" step,...

``` # -*- coding: utf8 -*- from aliyunsdkcore.client import AcsClient from aliyunsdkcore.acs_exception.exceptions import ClientException from aliyunsdkcore.acs_exception.exceptions import ServerException from aliyunsdkecs.request.v20140526 import DescribeInstancesRequest from aliyunsdkecs.request.v20140526 import StopInstanceRequest # Initialize AcsClient instance...

* **Python Version**: 3.9.18 * **aliyunsdkcore Version**: 2.15.0 * **API**: client The updated `get_uuid()` code using hashlib.md5() in aliyunsdkcore/utils/parameter_helper.py causes issues when used in a FIPS environment. ``` response_str =...

##### You need to complete - [ ] unit tests and/or feature tests - [ ] documentation is changed or added