I'm novice in python. I use anaconda Jupiter Notebook, i'm trying to use a module named weka, i installed it with pip. But now I find this error:
File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2961, in run_code exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 14, in from weka.classifiers import Classifier, Evaluation, PredictionOutput
File "C:\ProgramData\Anaconda3\lib\site-packages\weka\classifiers.py", line 2169 except Exception, e: ^ SyntaxError: invalid syntax
Somebody can help me? guess is a stupid error, but i can't solve it..
except Exception, e:is Python 2 syntax.