-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
pip3 install of packages failing #3139
Comments
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/ |
what Caldera version? |
5.0.0 |
Just tried again with a fully-updated version of Kali 2025.1, same error. |
can you independently pull most recent version of Caldera from github? |
I'm not clear what you mean by that. |
As the error in the output says, you're probably missing the development packages of libxml2 and libxslt. Please install them via |
This did allow the install to go further, thank you. |
OK, found the solution: upgraded Kali uses Python3.13, which is not supported by lxml (yet). Using Python3.12 works. |
Describe the bug
When I try to install the required packages with pip3, it throws an error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the packages to install correctly
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Python version 3.13.2
The text was updated successfully, but these errors were encountered: