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

No module named xmltodict #19

Closed
florisvink opened this issue Jul 22, 2022 · 1 comment
Closed

No module named xmltodict #19

florisvink opened this issue Jul 22, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@florisvink
Copy link

There seem to be a missing dependancy when installed using pip install --upgrade undatum

➜  undatum --help
Traceback (most recent call last):
  File "/usr/local/bin/undatum", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.9/site-packages/undatum/__main__.py", line 10, in main
    from .core import cli
  File "/usr/local/lib/python3.9/site-packages/undatum/core.py", line 9, in <module>
    from .cmds.analyzer import Analyzer
  File "/usr/local/lib/python3.9/site-packages/undatum/cmds/analyzer.py", line 13, in <module>
    import xmltodict
ModuleNotFoundError: No module named 'xmltodict'

After installing the dep manually (pip install xmltodict) it worked

@ivbeg ivbeg self-assigned this Jul 24, 2022
@ivbeg ivbeg added the bug Something isn't working label Jul 24, 2022
@ivbeg ivbeg moved this to ✅ Done in undatum backlog Jul 24, 2022
@ivbeg
Copy link
Contributor

ivbeg commented Jul 24, 2022

Fixed in release 1.0.14, added xmltodict to requirements.txt and setup.py

@ivbeg ivbeg closed this as completed Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants