has2k1 / scikit-misc

Miscellaneous tools for data analysis and scientific computing

Home Page:https://has2k1.github.io/scikit-misc/stable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail to install scikit-misc on Apple M1

watiss opened this issue · comments

Hi.

I am trying to install scikit-misc on an Apple M1 macbook. However I am not succeeding in doing so with pip install. I tried conda install -c conda-forge scikit-misc as instructed on this page. However this fails as well as the package is not being found on the available channels:
Screen Shot 2022-06-02 at 10 14 00 AM

I am using a conda environment using miniconda.

Are there no sciki-misc wheels/binaries available for osx-arm64? I only see osx-64 here.

Thanks ahead.

There are no binaries for arm64. I haven't been able to create them, most recent attempt is two days ago -> https://github.com/has2k1/scikit-misc-wheels/actions/runs/2416403685.

Does it mean scikit-misc cannot currently be installed on Apple M1 (without using rosetta)?

Does it mean scikit-misc cannot currently be installed on Apple M1 (without using rosetta)?

Yes.

@watiss, can you try again using pip. I have uploaded binaries for python 3.9 & 3.10.

It works, thanks!