- 3.8
- Python
Download Ice 3.8 for Python
Version
3.8.0
|
Platforms
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.debsudo dpkg -i ice-repo-nightly.debrm ice-repo-nightly.debsudo apt-get update
Install Ice for Python
sudo apt-get install python3-zeroc-ice