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

Any plans for building for linux arm64? #44

Closed
masip85 opened this issue Feb 8, 2021 · 3 comments
Closed

Any plans for building for linux arm64? #44

masip85 opened this issue Feb 8, 2021 · 3 comments

Comments

@masip85
Copy link

masip85 commented Feb 8, 2021

This package is not available in pip or conda for linux arm64. Are there any plans for these architectures?

@Erotemic
Copy link
Member

Erotemic commented Feb 8, 2021

I would accept a PR that added support for this.

I'm currently working on migrating to CircleCI in #43 so any updates to the build and publish process on the CI should target that branch.

@thedimlebowski
Copy link

thedimlebowski commented Feb 22, 2021

I managed to install line_profiler on aarch64 by installing directly scikit-build from conda-forge:

conda install -c conda-forge scikit-build
git clone https://github.com/pyutils/line_profiler.git
cd line_profiler && python setup.py install

@Erotemic
Copy link
Member

Erotemic commented Sep 5, 2021

Fixed by #76

@Erotemic Erotemic closed this as completed Sep 5, 2021
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