Closed chekhovana closed 2 years ago
Can you try running this with pip install implicit -v
to display debug output? I'm suspecting that its not hanging, just talking longer than expected. The packages on pip are doing a source install - so by going pip install implicit
you need to compile all the code - and then new version includes GPU inference code that can take some time to install.
You can speed this up a bit by only compiling for the GPU architecture that you're on - for instance if you're on colab and have a K80 gpu you can go IMPLICIT_CUDA_ARCH=37 pip install implicit -vv
which should finish quite a bit faster
Yes, you are right, according to debug output, it just takes too long to compile.
Thank you.
@chekhovana - I've added pre-built binaries to pypi with #546 , this should install in a couple of seconds on google colab now,
Thanks a lot, Ben
pip installation starts and never ends, its true for installing in colab or locally on macos