Python

Download Ice 3.8 for Python

PyPI - The Python Package Index

The PIP Python package includes the Python extension, Ice Slice files, and the Slice to Python (slice2py) compiler.

To install the latest zeroc-ice nightly package, add the following lines to your requirements.txt:

# Use ZeroC nightly repository as the main index for pip
--index-url https://download.zeroc.com/nexus/repository/pypi-nightly/simple/
# Allow installing packages from the official PyPI index if not found in the ZeroC repository
--extra-index-url https://pypi.org/simple/
# Enable installation of pre-release versions (required for nightly builds)
--pre
# Specify the zeroc-ice package (latest nightly version)
zeroc-ice

Linux Repositories

Ubuntu 24.04 (Noble Numbat)

Configure APT repository

amd64 | arm64
wget "https://download.zeroc.com/ice/nightly/ubuntu24.04/ice-repo-nightly_1.0_all.deb" -O ice-repo-nightly.deb
sudo dpkg -i ice-repo-nightly.deb
rm ice-repo-nightly.deb
sudo apt-get update

Install Ice for Python

sudo apt-get install python3-zeroc-ice
CookiesYour privacy
This website uses cookies to analyze traffic and improve your experience.
By clicking "Accept," you consent to the use of these cookies. You can learn more about our cookies policy in our Privacy Policy.