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

ModuleNotFoundError: No module named 'pascal_voc_writer' #16

Closed
elviswf opened this issue Feb 20, 2021 · 2 comments
Closed

ModuleNotFoundError: No module named 'pascal_voc_writer' #16

elviswf opened this issue Feb 20, 2021 · 2 comments

Comments

@elviswf
Copy link

elviswf commented Feb 20, 2021

python3.7/site-packages/alfred/modules/data/mergevoc.py", line 39, in <module> from pascal_voc_writer import Writer ModuleNotFoundError: No module named 'pascal_voc_writer'
An unused python module (may has been deleted) pascal_voc_writer cause the error.
Just delete this line and reinstall the alfred code.
alfred/modules/data/mergevoc.py", line 39, in <module> from pascal_voc_writer import Writer

Then it works!

@lucasjinreal
Copy link
Owner

@elviswf You need install that package first

❯ pip3 list | grep pascal
pascal-voc-writer             0.1.4 

@elviswf
Copy link
Author

elviswf commented Mar 1, 2021

Got it. Thank you!

@elviswf elviswf closed this as completed Mar 1, 2021
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

2 participants