Hello! I'm getting import error while installing odoo17 community in my local system.
File "/home/siddharth/odoo/odoo/odoo/http.py", line 161, in
from werkzeug.urls import URL, url_parse, url_encode, url_quote
ImportError: cannot import name 'URL' from 'werkzeug.urls' (/home/siddharth/py3.12-env/lib/python3.12/site-packages/werkzeug/urls.py)
I tried to change versions of Werkzeug library and tried with lower Python versions also. I'm getting the same issue after installing requirement.txt and required packages. I'm using Python virtual environment to install odoo17.