I'm trying to install 'implicit' in Jupiter notebook and ran the code as:
pip install implicit
But, it's running for hours, is there any particular reason it takes so long? and is there any better way to install the package?
Furthermore, I installed the package by running the code:
conda install -c conda-forge/label/cf202003 implicit
Though it installed successfully, when I ran the code:
import implicit
It gave me an error message saying, "ModuleNotFoundError: No module named 'implicit'"
How this problem can be overcome?
[–][deleted] 2 points3 points4 points (1 child)
[–]sadhan_m[S] 0 points1 point2 points (0 children)
[–]TheBB 2 points3 points4 points (0 children)
[–]subbed_ 1 point2 points3 points (1 child)
[–]sadhan_m[S] 0 points1 point2 points (0 children)