You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can solve it by replace the line 119 'except Exception, e:' by 'except Exception as e:' . I have got the same problem when I used it in windows platform.
I will. Thanks. I just wish the person that wrote the code corrects that as well so people can enjoy his hard work! Anyway i will try to correct all python 2-isms and report back
when doing
from frameworks.CPLELearning import CPLELearningModel
I get
File "/home/MYUSERNAME/anaconda3/lib/python3.6/site-packages/semisup_learn-0.0.1-py3.6.egg/frameworks/CPLELearning.py", line 119 except Exception, e: ^ SyntaxError: invalid syntax
I am using python 3.6 and have installed the module by
python setup.py install
The text was updated successfully, but these errors were encountered: