lensacom / sparkit-learn

PySpark + Scikit-learn = Sparkit-learn
Apache License 2.0
1.15k stars 255 forks source link

Import error cannot import name "frombuffer_empty" #81

Open thak123 opened 7 years ago

thak123 commented 7 years ago

I installed the latest version of sparkit-learn and I got the error

from splearn.feature_extraction.text import SparkCountVectorizer Traceback (most recent call last): File "", line 1, in File "/home/gaurishk/anaconda3/lib/python3.6/site-packages/splearn/feature_extraction/init.py", line 3, in from .text import SparkCountVectorizer File "/home/gaurishk/anaconda3/lib/python3.6/site-packages/splearn/feature_extraction/text.py", line 16, in from sklearn.utils.fixes import frombuffer_empty ImportError: cannot import name 'frombuffer_empty

kszucs commented 7 years ago

What is the version of scikit-learn?

InfoDigger commented 6 years ago

I just installed sparkit-learn and I got the same error. I'm using scikit-learn version: 0.19.0.