ImportError: cannot import name 'zip' from 'itertools' (unknown location)

Viewed 15

I have a problem with importing zip method. ImportError: cannot import name 'zip' from 'itertools' (unknown location). I have already installed more-itertools with pip. Could someone help me? I'm using Python 3.7.9.

#! /usr/bin/python
# -*- coding: utf-8 -*-
from itertools import zip
0 Answers
Related