You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Python installation method results in the error in larynx-server on Ubuntu 22.04.1
(larynx_venv) user@hp-laptop:~/Downloads/larynx-master$ larynx-server
Traceback (most recent call last):
File "/home/user/Downloads/larynx-master/larynx_venv/bin/larynx-server", line 5, in <module>
from larynx.server.__main__ import main
File "/home/user/Downloads/larynx-master/larynx_venv/lib/python3.10/site-packages/larynx/server.py", line 24, in <module>
import quart_cors
File "/home/user/Downloads/larynx-master/larynx_venv/lib/python3.10/site-packages/quart_cors/__init__.py", line 5, in <module>
from quart import abort, Blueprint, current_app, make_response, Quart, request, Response, websocket
File "/home/user/Downloads/larynx-master/larynx_venv/lib/python3.10/site-packages/quart/__init__.py", line 3, in <module>
from jinja2 import escape, Markup
ImportError: cannot import name 'escape' from 'jinja2' (/home/user/Downloads/larynx-master/larynx_venv/lib/python3.10/site-packages/jinja2/__init__.py)
The text was updated successfully, but these errors were encountered:
Python installation method results in the error in larynx-server on Ubuntu 22.04.1
The text was updated successfully, but these errors were encountered: