All Products
Search
Document Center

Function Compute:Python

Last Updated:Jan 24, 2025

This topic describes the Python runtimes that Function Compute supports for writing your function code.

Python runtimes

The following table lists the Python runtimes that are supported by Function Compute.

Version

Identifier

Operating system

Architecture

Python 3.12 (public preview)

python3.12

Debian 11

x86_64

Python 3.10

python3.10

Debian 10

x86_64

Python 3.9

python3.9

Debian 9

x86_64

Python 3.6

python3

Debian 9

x86_64

Important
  • Function Compute will soon stop supporting Python 2.7 according to the deprecation plan. For more information, see Runtime deprecation policy.

  • Python 3.12 is supported in the following regions: China (Hangzhou), China (Shanghai), China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Shenzhen), China (Chengdu), China (Hong Kong), Japan (Tokyo), Thailand (Bangkok), South Korea (Seoul), Germany (Frankfurt), UK (London), US (Virginia), and US (Silicon Valley).

Built-in Python modules

In addition to the standard modules of Python, Function Compute provides commonly used modules for Python for you to reference. The following table lists these modules.

Python 3.12 (public preview)

Module

Description

Version

oss2

OSS SDK

2.18.6

alibabacloud_ecs20140526

ECS SDK

4.1.9

alibabacloud_vpc20160428

VPC SDK

6.7.2

alibabacloud_rds20140815

RDS SDK

6.0.1

alibabacloud_kms20160120

KMS SDK

2.2.1

alibabacloud-mns-open20220119

MNS SDK

1.0.3

alibabacloud_cdn20180510

CDN SDK

4.0.0

alibabacloud_ram20150501

RAM SDK

1.1.0

alibabacloud_sts20150401

STS SDK

3.1.0

alibabacloud_iot20180120

IoT SDK

5.1.0

alibabacloud_sls20201230

SLS SDK

5.2.2

wand

Wand

0.6.11

scrapy

Scrapy

2.11.2

PyMySQL

PyMySQL

1.4.6

elasticsearch

Elasticsearch Python Client

8.14.0

Pillow

Pillow

10.4.0

pyOpenSSL

pyOpenSSL

24.2.1

redis

redis-py

5.0.7

requests

Requests

2.32.3

Python 3.10

Module

Description

Version

oss2

OSS SDK

2.16.0

tablestore

Tablestore SDK

5.4.1

aliyun-fc2

FC SDK

2.5.2

aliyun-python-sdk-ecs

ECS SDK

4.24.26

aliyun-python-sdk-vpc

VPC SDK

3.0.27

aliyun-python-sdk-rds

RDS SDK

2.7.2

aliyun-python-sdk-kms

KMS SDK

2.16.0

aliyun-mns

MNS SDK

1.1.5

aliyun-python-sdk-cdn

CDN SDK

3.7.8

aliyun-python-sdk-ram

RAM SDK

3.2.0

aliyun-python-sdk-sts

STS SDK

3.1.0

aliyun-python-sdk-iot

IoT SDK

8.47.0

aliyun-log-python-sdk

SLS SDK

0.8.0

wand

Wand

0.6.10

scrapy

Scrapy

2.7.1

PyMySQL

PyMySQL

1.0.2

elasticsearch

Elasticsearch Python Client

8.5.2

Pillow

Pillow

9.3.0

pyOpenSSL

pyOpenSSL

1.0.2

redis

redis-py

4.4.0

requests

Requests

2.28.1

Python 3.9

Module

Description

Version

oss2

OSS SDK

2.15.0

tablestore

Tablestore SDK

5.2.1

aliyun-fc2

FC SDK

2.5.0

aliyun-python-sdk-ecs

ECS SDK

4.24.11

aliyun-python-sdk-vpc

VPC SDK

3.0.15

aliyun-python-sdk-rds

RDS SDK

2.6.1

aliyun-python-sdk-kms

KMS SDK

2.15.0

pydatahub

DataHub SDK

Not supported

aliyun-mns

MNS SDK

1.1.5

aliyun-python-sdk-cdn

CDN SDK

3.6.7

aliyun-python-sdk-ram

RAM SDK

3.2.0

aliyun-python-sdk-sts

STS SDK

3.1.0

aliyun-python-sdk-iot

IoT SDK

8.30.0

aliyun-log-python-sdk

SLS SDK

0.7.3

wand

Wand

0.6.7

opencv

OpenCV

4.5.4.58

numpy

NumPy

1.21.4

scipy

SciPy

1.7.2

matplotlib

Matplotlib

3.4.3

scrapy

Scrapy

2.5.1

Python 3.6

Module

Description

Version

oss2

OSS SDK

2.9.1

tablestore

Tablestore SDK

5.1.0

aliyun-fc2

FC SDK

2.3.0

aliyun-python-sdk-ecs

ECS SDK

4.10.1

aliyun-python-sdk-vpc

VPC SDK

3.0.2

aliyun-python-sdk-rds

RDS SDK

2.1.4

aliyun-python-sdk-kms

KMS SDK

2.14.0

pydatahub

DataHub SDK

2.11.2

aliyun-mns

MNS SDK

1.1.5

aliyun-python-sdk-cdn

CDN SDK

3.0.8

aliyun-python-sdk-ram

RAM SDK

3.0.0

aliyun-python-sdk-sts

STS SDK

3.0.0

aliyun-python-sdk-iot

IoT SDK

7.8.0

aliyun-log-python-sdk

SLS SDK

0.6.38

wand

Wand

0.6.7

opencv

OpenCV

3.3.0.10

numpy

NumPy

1.13.3

scipy

SciPy

1.0.0

matplotlib

Matplotlib

2.0.2

scrapy

Scrapy

1.4.0

Additional information