Can't install implicit on Mac
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!
Are you using an apple silicon chip? I think we only have binaries on conda-forge for the intel versions right now
Yes I'm using Mac M1 chip. Are you planning to implement in M1 chip as well?
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 =(
see also https://github.com/conda-forge/implicit-feedstock/pull/82
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,