We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8388d0 commit f599fbeCopy full SHA for f599fbe
runtimes/aleph-debian-12-python/create_disk_image.sh
@@ -37,7 +37,7 @@ locale-gen en_US.UTF-8
37
echo "Pip installing aleph-sdk-python"
38
mkdir -p /opt/aleph/libs
39
# Fixing this protobuf dependency version to avoid getting CI errors as version 5.29.0 have this compilation issue.
40
-pip3 install --target /opt/aleph/libs 'aleph-sdk-python==1.0.0' 'aleph-message==1.0.0' 'fastapi~=0.109.2' 'protobuf==5.28.3'
+pip3 install --target /opt/aleph/libs 'aleph-sdk-python==2.0.0' 'aleph-message==1.0.0' 'fastapi~=0.109.2' 'protobuf==5.28.3'
41
42
# Compile Python code to bytecode for faster execution
43
# -o2 is needed to compile with optimization level 2 which is what we launch init1.py ("python -OO")
0 commit comments