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 May 22, 2021. It is now read-only.
Environment:
Running Python 3.8.2 on Ubuntu 20.04 LTS (in WSL, but that doesn't matter)
Solution
You need to update werkzeug in requirements.txt to 0.15.5 where they fixed this issue: pallets/werkzeug#1551
Trace (not that you'll need it)
File "server.py", line 16, in <module>
app = Flask(__name__, static_url_path="")
File "/mnt/c/Users/rick/Documents/git/react-elements-card-payment/server/python/venv/lib/python3.8/site-packages/flask/app.py", line 559, in __init__
self.add_url_rule(
File "/mnt/c/Users/rick/Documents/git/react-elements-card-payment/server/python/venv/lib/python3.8/site-packages/flask/app.py", line 67, in wrapper_func
return f(self, *args, **kwargs)
File "/mnt/c/Users/rick/Documents/git/react-elements-card-payment/server/python/venv/lib/python3.8/site-packages/flask/app.py", line 1217, in add_url_rule
self.url_map.add(rule)
File "/mnt/c/Users/rick/Documents/git/react-elements-card-payment/server/python/venv/lib/python3.8/site-packages/werkzeug/routing.py", line 1388, in add
rule.bind(self)
File "/mnt/c/Users/rick/Documents/git/react-elements-card-payment/server/python/venv/lib/python3.8/site-packages/werkzeug/routing.py", line 730, in bind
self.compile()
File "/mnt/c/Users/rick/Documents/git/react-elements-card-payment/server/python/venv/lib/python3.8/site-packages/werkzeug/routing.py", line 794, in compile
self._build = self._compile_builder(False).__get__(self, None)
File "/mnt/c/Users/rick/Documents/git/react-elements-card-payment/server/python/venv/lib/python3.8/site-packages/werkzeug/routing.py", line 951, in _compile_builder
code = compile(module, "<werkzeug routing>", "exec")
TypeError: required field "type_ignores" missing from Module```
The text was updated successfully, but these errors were encountered:
Environment:
Running Python 3.8.2 on Ubuntu 20.04 LTS (in WSL, but that doesn't matter)
Solution
You need to update werkzeug in requirements.txt to 0.15.5 where they fixed this issue: pallets/werkzeug#1551
Trace (not that you'll need it)
The text was updated successfully, but these errors were encountered: