cthurau / pymf

Python Matrix Factorization Module
134 stars 42 forks source link

Import Issue #7

Open emrahsariboz opened 5 years ago

emrahsariboz commented 5 years ago

I installed the pymf package using pip. It successfully installed the package. When I import the package, I receive the following error message.

ImportError: cannot import name 'Kmeans'

Thank you in advance!

pbou commented 4 years ago

I had the same issue in python3. Solution is to install pymf3 instead of pymf in pip pip install pymf3 And then import pymf3 import pymf3

yuanjian24 commented 1 year ago

I had the same issue in python3. Solution is to install pymf3 instead of pymf in pip pip install pymf3 And then import pymf3 import pymf3

Cannot download pymf3:

ERROR: Could not find a version that satisfies the requirement pymf3
ERROR: No matching distribution found for pymf3