thammegowda / nllb-serve

Meta's "No Language Left Behind" models served as web app and REST API
http://rtg.isi.edu/nllb/
150 stars 20 forks source link

ImportError: cannot import name 'url_quote' from 'werkzeug.urls' #9

Closed erikvullings closed 4 months ago

erikvullings commented 9 months ago

See here for a solution.

In requirements.txt, specify Werkzeug==2.2.2

thammegowda commented 4 months ago

Thanks. Upgraded Flask to 3.x and added explicit version number for Werkzeug in requirements.txt this issue is fixed now.