Closed monkey0head closed 2 years ago
I have the same issue as well
Thanks for the bug report!
It looks like the pyproject.toml file didn't get bundled into the sdist package - which means that the scikit-build and cmake dependencies didn't get installed. I'll get a fix out soon.
I tried install cmake with brew and pip, but it does not help.
You should be able to pip install the build dependencies - https://github.com/benfred/implicit/blob/main/pyproject.toml#L5-L14 and it should work. Whats the error after pip installing scikit-build and cmake?
I've updated the manifest - and verified the build on google colab for implicit v0.5.1:
Whats the error after pip installing scikit-build and cmake?
Thanks, everything works now)
Glad to hear its working !
Hi! I noticed there is a new release, but unfortunately I was not able to install implicit with pip on local machine (macos) and in google colab. see traceback:
I installed scikit-build and it started to get error related to cmake. I tried install cmake with brew and pip, but it does not help. I just want to add implicit as a dependence in my own project, and it worked well with 0.4.8. Could you please have a look?
I have python 3.9 and pip 21.3.1