ail-project/ail-framework

can not access the webpage

KhaledEid020 opened this issue · 4 comments

I am unable to access the webpage. Can you please investigate the issue and advise on the next steps?

image

I did that to install
###############################################

Clone the repo first

git clone https://github.com/ail-project/ail-framework.git
cd ail-framework

For Debian and Ubuntu based distributions

./installing_deps.sh

Launch ail

cd ~/ail-framework/
cd bin/
./LAUNCH.sh -l

image

This image says it all right? The flask server cannot import "url_decode" from werkzeug.urls
The exact error is often due to the installation of a flask-login version that is incompatible with flask-login
Try this:

pip install werkzeug==2.3.0

Thanks it worked but I face another error here:
#186