gasevi / pyreclab

pyRecLab is a library for quickly testing and prototyping of traditional recommender system methods, such as User KNN, Item KNN and FunkSVD Collaborative Filtering. It is developed and maintained by Gabriel Sepúlveda and Vicente Domínguez, advised by Prof. Denis Parra, all of them in Computer Science Department at PUC Chile, IA Lab and SocVis Lab.
GNU General Public License v3.0
122 stars 28 forks source link

Installing problem #27

Closed wangchunlin closed 3 years ago

wangchunlin commented 3 years ago

Could not find a version that satisfies the requirement pyreclab . My system is Windows 10 64 bit. Could you help me out?

gasevi commented 3 years ago

Hi @wangchunlin,

pyreclab is not supported in Windows, that's why you don't find a wheel package for that system. A good alternative is to use pyreclab on Google Colaboratory. You just need to install it using pip writing the following command in a cell:

!pip install pyreclab

thanks for using pyreclab!

Best,

GSV.