ods2md icon indicating copy to clipboard operation
ods2md copied to clipboard

Errors installing requirements

Open therealmaxmoon opened this issue 3 years ago • 2 comments

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.

therealmaxmoon avatar Sep 04 '22 10:09 therealmaxmoon

It worked after following this pull request: https://github.com/kennytm/ods2md/pull/4

Would be nice to change this.

therealmaxmoon avatar Sep 04 '22 10:09 therealmaxmoon

We have a fork of the repo with the fix if that's helpful to anyone

https://git.agaric.com/agaric/ods2md

mlncn avatar Dec 12 '23 04:12 mlncn