-
Notifications
You must be signed in to change notification settings - Fork 102
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
Can't import 'escape' from 'jinja2' #121
Comments
bump, happening to me too |
same to me |
I had this problem myself, but i solved it by changing the Flask depencancy version inside of |
This just gave me another error with the webapp. I ended up needing to go down to: Flask-2.0.3 & Werkzeug-2.0.3 Traceback (most recent call last): |
thank you for ur solution |
@Telain Are you running this on a Virtual Machine or a standard installation? |
Standard install, on a rpi4. |
this seems to be a problem with the source code, not being updated to python 3.10, I'm going to make a branch that fixes this soon |
alright so i was able to fix it the long way, this is what i did.
this istalls eventlet. fixes problem 1. but this now leads to another problem. now run go to line 35, and change Boom! Fixed! this worked for me running Ubuntu 22.04.2. |
ok so what I did is I just went through it with chatgpt and yeah I got it working so just try that |
this issue was solved, so i think we can close this issue. @Brikwerk |
Hey there so I'm trying to get the web ui to run and I'm just getting this:
and I'm not really sure what to do as I don't know anything about python so yeah please help
The text was updated successfully, but these errors were encountered: