A description of what you expected to happen.
# PYTHONPATH=$PYTHONPATH:../ python3 app.py
Traceback (most recent call last):
File "app.py", line 5, in <module>
from flask_restx import Api
File "/usr/local/lib/python3.6/site-packages/flask_restx/__init__.py", line 1, in <module>
from . import fields, reqparse, apidoc, inputs, cors
File "/usr/local/lib/python3.6/site-packages/flask_restx/fields.py", line 22, in <module>
from .marshalling import marshal
File "/usr/local/lib/python3.6/site-packages/flask_restx/marshalling.py", line 7, in <module>
from .utils import unpack
File "/usr/local/lib/python3.6/site-packages/flask_restx/utils.py", line 43, in <module>
BaseResponse = import_werkzeug_response()
File "/usr/local/lib/python3.6/site-packages/flask_restx/utils.py", line 30, in import_werkzeug_response
import importlib.metadata
ModuleNotFoundError: No module named 'importlib.metadata'
A description of the unexpected, buggy behavior.
***** BEFORE LOGGING AN ISSUE *****
Code
Repro Steps (if applicable)
Expected Behavior
A description of what you expected to happen.
Actual Behavior
A description of the unexpected, buggy behavior.
Error Messages/Stack Trace
If applicable, add the stack trace produced by the error
Environment
3.6.81.1.21.3.0Additional Context
1.2.0is OK