chcaru/gcnet

ImportError: cannot import name 'Set'

bemoregt opened this issue · 2 comments

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

I fix it on my self.

how did you fix it?
I have the same error
ImportError: cannot import name 'Set' from 'sets'