-
Notifications
You must be signed in to change notification settings - Fork 7
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 fails on a fresh Debian 12 - pip3 #6
Comments
Will investigate, haven't tested on Debian 12. It does create a new venv at the start of the build. These versions work fine, you can use them: Debian 10,11 |
I have been able to reproduce this bug on LXC container under proxmox 8.1. Install fails.
|
If this project has only been tested under these linux flavors and specific versions, could you please make that clear in the documentation? There are blurbs in different places that the agent can run with 1.5GB of ram and 1 core VPS. But that did not mention if its for the light agent or the "heavy" agent. So I think there should be a "Systems Requirements and scale" page of sorts and there a disclaimer could exist about untested platforms. My 2c |
On line 25 of file
install_modules/shared/impulse_deps.sh
there is the following command for ubuntu, debian and linuxmint:This does not work on Debian 12 with default python 3.11.2
I get the following error:
The best way to correct that is to (in order of preference):
As I don't know in how many files you're using pip3 (at least in
install_modules/manager/impulse_aux.sh
and ininstall_modules/shared/pip_venv.sh
), I got away with the command:However this is obviously not the best way to do it.
Don't do this on a production system relying on python packages!
The text was updated successfully, but these errors were encountered: