sparkit-learn icon indicating copy to clipboard operation
sparkit-learn copied to clipboard

Import error cannot import name "frombuffer_empty"

Open thak123 opened this issue 8 years ago • 2 comments

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

thak123 avatar Nov 03 '17 03:11 thak123

What is the version of scikit-learn?

kszucs avatar Nov 06 '17 08:11 kszucs

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

InfoDigger avatar Jun 11 '18 21:06 InfoDigger