-
Notifications
You must be signed in to change notification settings - Fork 284
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
Issues with starting AIL Framework #608
Comments
Hi @vickywijek ! Which version of Ubuntu are you using? |
Hi No I did not have any issue during the installation. I simply did an automated installation following the instructions listed at -> https://helga.circl.lu/AIL/ail-framework/src/commit/246621f6638f88b73d61e8a803e649d88a315a2f How can I check if AILENV is set up correctly? |
Hi @Terrtia Thanks OS -> Ubuntu 24.04 LTS . No I did not have any issue during the installation. I simply did an automated installation following the instructions listed at -> https://helga.circl.lu/AIL/ail-framework/src/commit/246621f6638f88b73d61e8a803e649d88a315a2f How can I check if AILENV is set up correctly? |
You can Launch the module and API tests:
LAUNCH.sh -l
LAUNCH.sh -t |
Hi,
I have installed AIL in my Ubuntu VM, but when I launch it with ./LAUNCH.sh -l it gives me the following error. Can someone please help me fix the issue.
**************** AIL Successfully Updated *****************
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
* Checking configuration
Config File: Nothing to update
Config File: Nothing to update
* Configuration up-to-date
* Launching core scripts ...
~/AIL-framework/bin ~/AIL-framework
Traceback (most recent call last):
File "/home/user1/AIL-framework/bin/./AIL_Init.py", line 19, in
from lib import ail_core
File "/home/user1/AIL-framework/bin/lib/ail_core.py", line 12, in
from lib.ConfigLoader import ConfigLoader
File "/home/user1/AIL-framework/bin/lib/ConfigLoader.py", line 12, in
import redis
ModuleNotFoundError: No module named 'redis'
/AIL-framework/AIL-framework/bin$* Launching scripts
* Launching Flask server
user1@user1-VMware-Virtual-Platform:
The text was updated successfully, but these errors were encountered: