Mendeley / mrec

A recommender systems development and evaluation package by Mendeley
Other
562 stars 174 forks source link

install error #22

Open skycorner opened 4 years ago

skycorner commented 4 years ago

when i install mrec with git, there is an error i cant deal with: ImportError: cannot import name 'izip' from 'itertools' (unknown location)

AmazingDD commented 4 years ago

same problem

AmazingDD commented 4 years ago

when i install mrec with git, there is an error i cant deal with: ImportError: cannot import name 'izip' from 'itertools' (unknown location)

its a python2 implementation, maybe you should change all these code to python3