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

Installing aarch64 binaries via pip #201

Closed
RVSagar opened this issue Mar 13, 2023 · 5 comments
Closed

Installing aarch64 binaries via pip #201

RVSagar opened this issue Mar 13, 2023 · 5 comments

Comments

@RVSagar
Copy link

RVSagar commented Mar 13, 2023

Hi There,

Thanks for the nice library! I'm currently using it with a humanoid (PAL REEM-C) and TSID. I was wondering whether aarch64 binaries are available for install via pip? I tried to do pip install proxsuite on Ubuntu 22.04 ARM64 version but am met with:

parallels@docker:~# pip install proxsuite
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement proxsuite (from versions: none)
ERROR: No matching distribution found for proxsuite

If helpful, I'm using Parallels 18 on an M1 MacBook Pro.

Thanks for your time!

@jcarpent
Copy link
Member

Thanks for your feedback @RVSagar.
We may easily active the support for conda. Could you rely on conda instead of pip? Conda is as simple as pip in terms of usage, if not simpler.

@ximeng96
Copy link

Hi, I used both conda and pip, and both of them return errors. I used Intel 7 and windows 10. The error returned by conda is as below:
image

@jcarpent
Copy link
Member

@ximeng96 Is your issue related to this one? If not, please open a new issue and provide more details.

PS: from what I've looked, your are missing to work with a clean environment with conda.

@jcarpent
Copy link
Member

@RVSagar you can already use conda install proxsuite -c conda-forge on aarch64.

@RVSagar
Copy link
Author

RVSagar commented Mar 14, 2023

That was fast! Thanks @fabinsch and @jcarpent, I can see that pip install proxsuite works on my aarch64 system now after #202. And thanks for the note on conda, I see most architectures are supported there.

Have a great day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants