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 when importing docx2csv #15

Open
ap-Codkelden opened this issue Jan 10, 2023 · 0 comments
Open

ModuleNotFoundError when importing docx2csv #15

ap-Codkelden opened this issue Jan 10, 2023 · 0 comments

Comments

@ap-Codkelden
Copy link

After an unsuccessful installation attempt from pip (see #14), I downloaded docx2csv sources from this repository and try to install the utility with

python3 setup.py install

It installed successfully, but when I try to import it with

import docx2csv

I received a ModuleNotFoundError:

 ModuleNotFoundError: No module named 'exceptions'

I look up this message and find that module python-docx is not installed. After installing python-docx module, import of the docx2csv works correctly.

So I suggest adding python-docx module as a dependency of the docx2csv to fix this bug.

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

1 participant