Open emrahsariboz opened 5 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
I had the same issue in python3. Solution is to install pymf3 instead of pymf in pip
pip install pymf3
And then import pymf3import pymf3
Cannot download pymf3
:
ERROR: Could not find a version that satisfies the requirement pymf3
ERROR: No matching distribution found for pymf3
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!