No packages for linux aarch and macos arm on pypi
Feature Description
No packages for linux aarch and macos arm on pypi.
Is your feature request related to a problem?
Is there any consideration for not having these packages?
What alternatives have you considered?
I can build from source using pip install ., but using pypi package would be more convenient.
Additional Context
It turns out that there aren't many FHE python packages available.
I'm suffering from the same error, help. [Version Info] Python - 3.9.6 pip - 23.2.1
From my experience, you can try build from source.
Or run python3 setup.py bdist_wheel to create a wheel file, then pip3 install xx.whl
@xuefeng-xu Thank you! I successed install. Thanks for the good advice.
It would be nice if this package was available on pypi for ARM architectures.
I built these wheel files for Python 3.8 tenseal-0.3.14-cp38-cp38-linux_aarch64.zip tenseal-0.3.14-cp38-cp38-macosx_13_0_arm64.zip