IBMPredictiveAnalytics / K_Means_with_MLlib

SPSS Modeler Extension to execute PySpark MLlib implementation of K-Means Clustering
Apache License 2.0
2 stars 5 forks source link

Python integration does not work on SPSS modeler 18.1 #4

Closed ZackCode closed 6 years ago

ZackCode commented 6 years ago

Hi, I am trying to get python integration working with SPSS modeler. However it seems SPSS cannot find my Python. I installed python in this path: "C:/ProgramData/Anaconda2", it is an anaconda install and has spark. I edited the eas_pyspark_python_path as suggested in this repo. Any extension using python just gives me messsage cannot get data model: null. Please advice. @niallmcc @Wenpei

Thanks

Wenpei commented 6 years ago

ensure you have correct path, and .... change default option.cfg 's quota of eas_pyspark_python_path to right one

take a try, and good luck.