Question
The pre-built Linux wheel is not supported for Alpine Linux. Neither installing from pip works.
Further Information
The failure is due to unable to search for protobuf. Even though tried install with
apk add protobuf-dev, still no success. It keep saying Fail to download protobuf.
However, the network is working fine. As no URL provided in error message, no idea
which site it failed.
Screenshots
System Information
- OS: Alpine Linux
- OS Version: 3.23.5
- Language Version: Python 3.12
- Package Manager Version: pip 25.1.1
Additional Context
Neither pre-built wheel works
/ # pip install tenseal-0.3.17-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl --break-system-packages
ERROR: tenseal-0.3.17-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl is not a supported wheel on this platform.
Question
The pre-built Linux wheel is not supported for Alpine Linux. Neither installing from
pipworks.Further Information
The failure is due to unable to search for protobuf. Even though tried install with
apk add protobuf-dev, still no success. It keep sayingFail to download protobuf.However, the network is working fine. As no URL provided in error message, no idea
which site it failed.
Screenshots
System Information
Additional Context
Neither pre-built wheel works