TenSEAL icon indicating copy to clipboard operation
TenSEAL copied to clipboard

No packages for linux aarch and macos arm on pypi

Open xuefeng-xu opened this issue 2 years ago • 5 comments

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.

xuefeng-xu avatar Jun 28 '23 12:06 xuefeng-xu

I'm suffering from the same error, help. [Version Info] Python - 3.9.6 pip - 23.2.1

jinho-yoo-jack avatar Jul 27 '23 04:07 jinho-yoo-jack

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 avatar Jul 27 '23 04:07 xuefeng-xu

@xuefeng-xu Thank you! I successed install. Thanks for the good advice.

jinho-yoo-jack avatar Jul 27 '23 05:07 jinho-yoo-jack

It would be nice if this package was available on pypi for ARM architectures.

bazzilic avatar Feb 26 '24 16:02 bazzilic