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

unable to convert cfg into prototxt file #36

Open
Hashirroshan opened this issue Jul 27, 2018 · 2 comments
Open

unable to convert cfg into prototxt file #36

Hashirroshan opened this issue Jul 27, 2018 · 2 comments

Comments

@Hashirroshan
Copy link

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

@HardworkingPearl
Copy link

I have the same problems!

@narayangour
Copy link

narayangour commented May 29, 2019

In Python 3, ConfigParser has been renamed to configparser for PEP 8 compliance.

  1. check if already installed
    $ python3
    $ import configparser
    if not installed ,
    try :
    pip3 install configparser

if already installed then ,
try edit in your script and check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants