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
by using python3 i edited ConfigParser into configparser/Configparser and reinstall these file using pip3 and also use ConfigPasrer in python2.7 , but i got the same error for all time
pi@pi-HP-280-G1-MT:~/Downloads/YoloV2NCS-master/models/yolomodels$ python3 create_yolo_prototxt.py
Traceback (most recent call last):
File "create_yolo_prototxt.py", line 2, in
from ConfigParser import ConfigParser
ImportError: No module named 'ConfigParser'
Pls help me out
The text was updated successfully, but these errors were encountered:
by using python3 i edited ConfigParser into configparser/Configparser and reinstall these file using pip3 and also use ConfigPasrer in python2.7 , but i got the same error for all time
pi@pi-HP-280-G1-MT:~/Downloads/YoloV2NCS-master/models/yolomodels$ python3 create_yolo_prototxt.py
Traceback (most recent call last):
File "create_yolo_prototxt.py", line 2, in
from ConfigParser import ConfigParser
ImportError: No module named 'ConfigParser'
Pls help me out
The text was updated successfully, but these errors were encountered: