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

PyPi Pip install does not work on MacOS #24

Open
rhoadesScholar opened this issue Feb 9, 2024 · 4 comments
Open

PyPi Pip install does not work on MacOS #24

rhoadesScholar opened this issue Feb 9, 2024 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@rhoadesScholar
Copy link

Please fix it - kthanxbye ;)

@rhoadesScholar rhoadesScholar added bug Something isn't working help wanted Extra attention is needed labels Feb 9, 2024
@rhoadesScholar rhoadesScholar changed the title Pip install does not work on MacOS PyPi Pip install does not work on MacOS Feb 9, 2024
@mzouink
Copy link

mzouink commented Feb 9, 2024

ps: pip install git+https://github.com/funkelab/lsd works

@mzouink
Copy link

mzouink commented Feb 13, 2024

@funkey
$ pip install lsds

ERROR: Could not find a version that satisfies the requirement lsds (from versions: none)
ERROR: No matching distribution found for lsds

@funkey
Copy link
Member

funkey commented Feb 13, 2024

@sheridana, could you have a look into that? The LSD package is pure python, there shouldn't be platform-dependent builds on PyPI in the first place.

@sheridana
Copy link
Collaborator

sheridana commented Feb 13, 2024

@funkey The post processing code (lsd.post) had cython deps, so there are cp3{6,7,8,9,10} x86_64 wheels in the build. I just added arm64 wheels tested on M2, works for me now with:

conda create -n lsds python=3
pip install lsds

I can add this to the gh actions when i get some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants