Installation fails with /bin/activate: No such file or directory
Installation fails with /bin/activate: No such file or directory
Sisense installation may fail in the very beginning with the following symptoms:
[2024-06-18 18:07:02] Preparing System ...
[2024-06-18 18:07:02] Linux user: sistemas
[2024-06-18 18:07:02] Validating Sudo permissions for user sistemas ...
[2024-06-18 18:07:02] User sistemas has sufficient sudo permissions
[2024-06-18 18:07:02] Detecting Host OS ...
[2024-06-18 18:07:02] OS: Ubuntu, Version: 23.04
[2024-06-18 18:07:02] Validating OS and its version
[2024-06-18 18:07:03] Validating that namespace name is all lower case ...
[2024-06-18 18:07:03] detected lock on dpkg, releasing it
Enter the password for user sisense and press [ENTER]:
Using password for Ansible Installation ...
[2024-06-18 18:07:15] Verifying Python packages exist ...
installer/01_general_preparation/functions.sh: line 615: sisense-installer/bin/activate: No such file or directory
[2024-06-18 18:08:39] ** Error occurred during generic_pre_install section **
[2024-06-18 18:08:39] Exiting Installation ...
The issue is related to the wrong Python packages or not being installed.
To resolve the issue it's needed to run the verification commands from the Minimum System Requirements: https://docs.sisense.com/main/SisenseLinux/linux-minimum-requirements.htm#DefaultPackagesRepository
For Ubuntu:
sudo apt-get update
sudo apt-get install python3 netcat sshpass python3-apt python3-pip dbus
sudo apt-get install jq
sudo python3 -m pip install --upgrade --force-reinstall pip
sudo python3 -m pip install configparser zipp
sudo python3 -m pip install -r kubespray/requirements.txt --ignore-installed (from the installation folder)
Check out this related content:
Academy Course
Sisense Documentation
Published 08-20-2024
vsolodkyi
Sisense Employee
Joined August 11, 2022
Andriy_S
Sisense Employee
Joined March 18, 2024