bench get-app --branch version-15 GitHub - phamos-eu/it_management: Management von IT-Bausteinen. Hierzu gehören IT-Geräte und IT-Lösungen wie Server, Rechner, Netzwerke und E-Mailserver sowie auch Backups, Dienstleistungsverträge, Accounts und Internetleistungen.
Hi @Midhat,
I tried the same steps on my local setup, but I did not encounter this error.
If the link above solves your issue, great! Otherwise, try the steps below.
-
Check if
pip
is installed:pip --version
If
pip
is not installed, install it using:sudo apt install python3-pip
else:
python3 -m pip install --upgrade pip
-
Install required packages:
If installingpip
in step 1 doesn’t resolve the issue, navigate to your Frappe bench directory and run:bench setup requirements
If issue remains, then please let me know!
Thanks for the help, But this does not resolve issue but we figure out something else.