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

Installation issue due to lxml - Win10, python 3.11.2 #97

Closed
Mik3Rizzo opened this issue Feb 16, 2023 · 1 comment · Fixed by #106
Closed

Installation issue due to lxml - Win10, python 3.11.2 #97

Mik3Rizzo opened this issue Feb 16, 2023 · 1 comment · Fixed by #106

Comments

@Mik3Rizzo
Copy link
Contributor

Mik3Rizzo commented Feb 16, 2023

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).

@Linbreux
Copy link
Owner

Hi @Mik3Rizzo

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

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

Successfully merging a pull request may close this issue.

2 participants