Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No packages for linux aarch and macos arm on pypi #451

Open
xuefeng-xu opened this issue Jun 28, 2023 · 5 comments
Open

No packages for linux aarch and macos arm on pypi #451

xuefeng-xu opened this issue Jun 28, 2023 · 5 comments
Labels
Type: New Feature ➕ Introduction of a completely new addition to the codebase

Comments

@xuefeng-xu
Copy link

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 xuefeng-xu added the Type: New Feature ➕ Introduction of a completely new addition to the codebase label Jun 28, 2023
@jinho-yoo-jack
Copy link

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

@xuefeng-xu
Copy link
Author

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

@jinho-yoo-jack
Copy link

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

@bazzilic
Copy link

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

@xuefeng-xu
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature ➕ Introduction of a completely new addition to the codebase
Projects
None yet
Development

No branches or pull requests

3 participants