AIL-framework icon indicating copy to clipboard operation
AIL-framework copied to clipboard

Inquiry on accessing the web interface

Open amypanduh opened this issue 3 years ago • 2 comments

I was trying to install AIL on ubuntu. I've already finished until here --> update_thirdparty.sh. When running the Flask_server.py, I encounter this error.

image

Is this the correct next step? How can I access the web interface?

amypanduh avatar Jan 26 '22 13:01 amypanduh

This problem is similar to this one

https://github.com/CIRCL/AIL-framework/issues/86#issue-181081221

But I don't know how to run the .py file within the virtual environment :(

amypanduh avatar Jan 26 '22 13:01 amypanduh

Try with

cd /home/azula/ail-framework/AILENV/bin/
source activate

That should activate the Venv

alexisteleco avatar Apr 19 '22 15:04 alexisteleco

The installer failed to install the AILENV. This issue has been fixed in newer versions.

Terrtia avatar Feb 05 '24 10:02 Terrtia