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

Can't find configobj #21

Closed
andrehuang opened this issue Nov 8, 2017 · 3 comments
Closed

Can't find configobj #21

andrehuang opened this issue Nov 8, 2017 · 3 comments

Comments

@andrehuang
Copy link

andrehuang commented Nov 8, 2017

I downloaded the zip directly and run the "demo_image.py", which returned:

Traceback (most recent call last): File "D:/Python/keras_Realtime_Multi-Person_Pose_Estimation-master/keras_Realtime_Multi-Person_Pose_Estimation-master/demo_image.py", line 7, in <module> from config_reader import config_reader File "D:\Python\keras_Realtime_Multi-Person_Pose_Estimation-master\keras_Realtime_Multi-Person_Pose_Estimation-master\config_reader.py", line 1, in <module> from configobj import ConfigObj ModuleNotFoundError: No module named 'configobj'

@andrehuang
Copy link
Author

Solved

@dlazares
Copy link

dlazares commented Dec 2, 2017

Got this too. Can you explain the solution?

@anatolix
Copy link

anatolix commented Dec 3, 2017

pip install configobj or conda install configobj

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