Issue
I installed scikit-surprise from anaconda command prompt 'conda install -c conda-forge scikit-surprise', but on jupyter get error ModuleNotFoundError: No module named 'surprise'.
I have installed.
conda version: 4.9.2
python version: 3.8.3
jupyter version: 1.0.0
scikit-surprise version: 1.1.1
Thank for your help.
Solution
First check that you have activated your conda environment:
conda activate env
and then:
pip install scikit-surprise
Answered By - Bogdan Veliscu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.