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
Traceback (most recent call last):
File "./tc-info", line 4, in <module>
from itertools import imap
ImportError: cannot import name 'imap' from 'itertools' (unknown location)
from itertools import imap
is happening at the top of
tc-copy
. imap is not available in Python 3.The text was updated successfully, but these errors were encountered: