Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tc-copy cannot import name 'imap' #220

Open
carterthayer opened this issue Aug 24, 2018 · 2 comments
Open

tc-copy cannot import name 'imap' #220

carterthayer opened this issue Aug 24, 2018 · 2 comments

Comments

@carterthayer
Copy link

from itertools import imap
is happening at the top of tc-copy. imap is not available in Python 3.

@sbrunner
Copy link
Member

Pull request welcome :-)

@icemagno
Copy link

icemagno commented Sep 14, 2019

Same issue. Entire tilecloud is compromissed.

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)

You MUST evolve your tool or you'll loose it.

sandypm007 added a commit to sandypm007/tilecloud that referenced this issue Dec 30, 2020
sandypm007 added a commit to sandypm007/tilecloud that referenced this issue Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants