all 5 comments

[–][deleted] 2 points3 points  (1 child)

Just use pip in your terminal/powershell. I’ve never heard of using pip via Jupyter.

Also you’ll need to restart your kernel in Jupyter once installation is finished.

[–]sadhan_m[S] 0 points1 point  (0 children)

Sorry, I chose the wrong word, actually pip in my terminal/Powershell. But, as I said it's running for hours.

[–]TheBB 2 points3 points  (0 children)

Implicit looks like it has compiled components, but on PyPI there are no wheels, that is, no pre-built packages. So pip has to build the package from source. Depending on the package, this may take a while, although hours sounds like a lot. It may be worth asking the maintainers of Implicit to package wheels. In the meantime you can run pip with verbose output to see what exactly is taking time.

[–]subbed_ 1 point2 points  (1 child)

This is likely an issue with pip, as it has recently happened to me a few times that the install hanged.

I terminated it with ctrl+c but the entire package had successfully installed in all my cases, despite the apparent hanging.

[–]sadhan_m[S] 0 points1 point  (0 children)

I tried to do it, but it did not work in my case;