During installing scikit-surprise..

 

Error1 : deprecated installer setuptools.installer and fetch_build_eggs

Solution1 :  pip install setuptools==58.2.0

 

Error2 : Requirements should be satisfied by a PEP 517 installer

Solution2 : pip install --upgrade pip setuptools wheel

+ Recent posts