ImportError: cannot import name 'Set'
bemoregt opened this issue · 2 comments
bemoregt commented
HI, @chcaru
I met this runtime error when run
kraken:gcnet dti$ python3 -i filterCaptions.py
Traceback (most recent call last):
File "filterCaptions.py", line 4, in
from sets import Set
ImportError: cannot import name 'Set'
What's wrong with me?
Thanks in advance ~
My IDE:
iMac i7, MacOSX Sierra, Python3
bemoregt commented
I fix it on my self.
Deleted user commented
how did you fix it?
I have the same error
ImportError: cannot import name 'Set' from 'sets'