implicit icon indicating copy to clipboard operation
implicit copied to clipboard

Can't install implicit on Mac

Open strongzero opened this issue 3 years ago • 3 comments

When I tried to install implicit on Mac, conda forge, I got this error below Mac 12.2 Python 3.9.7

conda install -c conda-forge implicit       

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - implicit

Current channels:

  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

Any idea to solve this issue? Thanks in advance!

strongzero avatar Apr 15 '22 14:04 strongzero

Are you using an apple silicon chip? I think we only have binaries on conda-forge for the intel versions right now

benfred avatar Apr 23 '22 18:04 benfred

Yes I'm using Mac M1 chip. Are you planning to implement in M1 chip as well?

strongzero avatar Apr 26 '22 13:04 strongzero

I haven't thought about apple silicon support on conda yet - but we are building binary wheels for apple silicon on pypi right now. The py_spy-0.3.12-py2.py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl wheel should work on apple silicon , but I haven't actually tried it myself - since I don't have a M1 mac =(

benfred avatar Jun 03 '22 00:06 benfred

see also https://github.com/conda-forge/implicit-feedstock/pull/82

benfred avatar Jul 24 '23 21:07 benfred

there should be packages for osx arm64 machines up on conda-forge now https://anaconda.org/conda-forge/implicit/files

let me know if you hit any problems,

benfred avatar Jul 25 '23 17:07 benfred