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
I use miniconda and activate environment python2.7, but it shows
Traceback (most recent call last):
File "main.py", line 3, in
from mtcnn_detector import MtcnnDetector
File "C:\ZhouJunfeng\project\facial-expression\mxnet_mtcnn_face_detection\mtcnn_detector.py", line 9, in
from itertools import izip
ImportError: cannot import name 'izip'
I have tried changing izip into zip, but that didn't work. What should I do?
The text was updated successfully, but these errors were encountered:
I use miniconda and activate environment python2.7, but it shows
Traceback (most recent call last):
File "main.py", line 3, in
from mtcnn_detector import MtcnnDetector
File "C:\ZhouJunfeng\project\facial-expression\mxnet_mtcnn_face_detection\mtcnn_detector.py", line 9, in
from itertools import izip
ImportError: cannot import name 'izip'
I have tried changing izip into zip, but that didn't work. What should I do?
The text was updated successfully, but these errors were encountered: