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

Failed to build wheel for hmmslearn #33

Closed
steffenhartmeyer opened this issue Aug 23, 2023 · 2 comments · Fixed by #55
Closed

Failed to build wheel for hmmslearn #33

steffenhartmeyer opened this issue Aug 23, 2023 · 2 comments · Fixed by #55

Comments

@steffenhartmeyer
Copy link

I could not install the package using the normal install routine since pip failed to build the wheel for the hmmslearn v0.2.7 package. I solved this issue by cloning the repo and in setup.py changing the required hmmslearn version to 0.3.0. Then it installed without a problem using python -m pip install /path/to/package.

FYI, I am using MacOSX 13.4.1 on a Macbook Pro with the Apple M1 Pro chip.

@db-2010
Copy link

db-2010 commented Feb 1, 2024

I run into the same problem since hmmlearn = 0.2.7 is not natively supported for arm64 architectures like Apple silicon. The first native version is hmmlearn = 0.3.0.
This will also hinder the installation of OxWearables/asleep package on such architectures.

Would you consider changing

"hmmlearn==0.2.7",

too hmmlearn>=0.2.7. ?

Thank you very much!

@chanshing
Copy link
Member

Thanks so much @db-2010 for figuring this out!

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

Successfully merging a pull request may close this issue.

3 participants