I've installed weka python wrapper on Windows 10. And I tried running the sample code:
but i got this kind of error:
any solution to fix this issue?
You need to install python-weka-wrapper3 if you want to use it with Python 3. The python-weka-wrapper package is for Python 2.7:
You can install it with pip like this:
pip install python-weka-wrapper3