el-cornetillo / senti-py

A sentiment Analysis classifier in spanish
121 stars 40 forks source link

Import Error #1

Closed DenissePerez closed 6 years ago

DenissePerez commented 6 years ago

Hi, I've installed the package, but when importing it, I get the following error "SyntaxError: can not delete variable 'mask' referenced in nested scope"

the only command I have in the python file is: from classifier import *

I'd appreciate your help with this.

DenissePerez commented 6 years ago

I just noticed I was using python 2.7

el-cornetillo commented 6 years ago

I apologize for the slow reply, I didn't get the notifications. I wrote the code with python 3 so there must be some troubles if you run it with python 2 indeed. Could you save your issue ?