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

pip3 install of packages failing #3139

Closed
c0de0gre opened this issue Feb 25, 2025 · 9 comments
Closed

pip3 install of packages failing #3139

c0de0gre opened this issue Feb 25, 2025 · 9 comments
Assignees
Labels

Comments

@c0de0gre
Copy link

Describe the bug
When I try to install the required packages with pip3, it throws an error.

To Reproduce
Steps to reproduce the behavior:

  1. install Caldera from Git
  2. cd /caldera
  3. create and activate a Python3 venv
  4. pip3 -r requirements.txt

Expected behavior
I expected the packages to install correctly

Screenshots

Image

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: kali
  • Browser: Firefox
  • Version: 2023.4

Additional context
Python version 3.13.2

Copy link

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/

@elegantmoose
Copy link
Contributor

what Caldera version?

@c0de0gre
Copy link
Author

what Caldera version?

5.0.0

@c0de0gre
Copy link
Author

Just tried again with a fully-updated version of Kali 2025.1, same error.

@elegantmoose
Copy link
Contributor

can you independently pull most recent version of Caldera from github?

@c0de0gre
Copy link
Author

I'm not clear what you mean by that.

@leba-atr
Copy link

leba-atr commented Feb 28, 2025

As the error in the output says, you're probably missing the development packages of libxml2 and libxslt. Please install them via apt install libxml2-dev libxslt-dev and then try pip install ... again.

@c0de0gre
Copy link
Author

As the error in the output says, you're probably missing the development packages of libxml2 and libxslt. Please install them via apt install libxml2-dev libxslt-dev and then try pip install ... again.

This did allow the install to go further, thank you.

@c0de0gre
Copy link
Author

OK, found the solution: upgraded Kali uses Python3.13, which is not supported by lxml (yet). Using Python3.12 works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants