All Products
Search
Document Center

Elastic Compute Service:Migrate Python

Last Updated:Apr 21, 2026

Migrate Python from an x86 platform to a YiTian ECS instance with no compilation required.

Python is an interpreted scripting language. Its code is platform-independent and runs on Arm platforms without compilation.

For example, install Python 3.8 on Alibaba Cloud Linux 3:

sudo yum install python38 -y
Note

Python 2.7 and 3.6 have reached end of life (EOL) and are no longer maintained. Use Python 3.7 or later.