Linbreux/wikmd

Installation issue due to lxml - Win10, python 3.11.2

Mik3Rizzo opened this issue · 1 comments

I tried to install the wikmd on Windows 10 (python 3.11.2, venv).

I got this error installing requirements.txt:

Running setup.py install for lxml ... error
  error: subprocess-exited-with-error

  × Running setup.py install for lxml did not run successfully.
  │ exit code: 1
  ╰─> [96 lines of output]

       ...

      *********************************************************************************
      Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
      *********************************************************************************
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  Rolling back uninstall of lxml
  ...
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> lxml

Any cue? Thanks.

EDIT:
I solved the problem installing lxml==4.9.2 instead of 4.9.1 (that is in the requirements.txt).

Hi @Mik3Rizzo

Thanks for sharing this issue. I'm currently not developing on windows anymore. Feel free to add your changes via a PR :)