CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 282 forks source link

Please make sure you have a AIL-framework environment, au revoir #582

Closed komangulo closed 2 years ago

komangulo commented 2 years ago

Hello, I get the error "Please make sure you have a AIL-framework environment, au revoir" after executing: ./LAUNCH.sh -l

This happens to me on parrot OS. I can't find any directory "AILENV".

Can anyone help me?

Terrtia commented 2 years ago

Hi @komangulo ! It seem like you have an issue with the installer. Can you relaunch the install script and gave me the error output ?

komangulo commented 2 years ago

Hola@komangulo! Parece que tienes un problema con el instalador. ¿Puede reiniciar el script de instalación y me dio el resultado de error?

Hi, I have tried to install it two more times and I always get the same error.

image

gallypette commented 2 years ago

I guess it boils down to the error ModuleNotFoundError: No module named 'virtualenv.activation.xonsh that you get at the end of the install script. I am not familiar with parrot OS, but from a quick google search it looks like this can be related to interactions with previous installations of virtualenv. Try removing virtualenv, using maybe apt-get remove python3-virtualenv depending on your install and reinstall AIL.