ods2md
ods2md copied to clipboard
Errors installing requirements
I got some errors installing requirements and I figured out that a package is missing:
sudo apt-get install libxslt-dev
But even then errors appear I can't solve.
Failed building wheel for ezodf
Running setup.py clean for ezodf
Running setup.py bdist_wheel for lxml ... error
Complete output from command /home/maxmoon/git_repos/ods2md/testing/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-sr4r8_60/lxml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-zgrk51ky --python-tag cp37:
Building lxml version 3.7.2.
Building without Cython.
Using build configuration of libxslt 1.1.32
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for lxml
Running setup.py clean for lxml
Failed to build ezodf lxml
Installing collected packages: ezodf, lxml
Running setup.py install for ezodf ... done
Running setup.py install for lxml ... error
Thanks a lot for your help. Would really like to have a tool like this.
It worked after following this pull request: https://github.com/kennytm/ods2md/pull/4
Would be nice to change this.
We have a fork of the repo with the fix if that's helpful to anyone
https://git.agaric.com/agaric/ods2md