YOLOv3 icon indicating copy to clipboard operation
YOLOv3 copied to clipboard

ImportError: No module named configparser

Open tahadarendeli opened this issue 6 years ago • 0 comments

Hi,I am trying to convert Yolo wieghts to Keras on my Mac but i can't run the script. It says;

Traceback (most recent call last): File "yad2k.py", line 9, in import configparser ImportError: No module named configparser

i tried pip install configparser but it didn't work. Do you have any advise?

tahadarendeli avatar Nov 15 '18 20:11 tahadarendeli