We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to pip install Numberjack but I am getting a dependency problem:
pip install Numberjack
Could not find xml2-config
I assume this is related to libxml2, which I installed from here.
libxml2
What am I missing?
The text was updated successfully, but these errors were encountered:
You need the dev package of libxml2, so depending on your platform:
sudo apt-get install libxml2-dev
or
sudo yum install libxml2-devel
See this section in the readme for other packages you may need: https://github.com/eomahony/Numberjack#installation
Sorry, something went wrong.
No branches or pull requests
I am trying to
pip install Numberjack
but I am getting a dependency problem:I assume this is related to
libxml2
, which I installed from here.What am I missing?
The text was updated successfully, but these errors were encountered: