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
I'm seeing import errors when following the installation instructions:
`
Traceback (most recent call last):
File "/home/chadrockey/python/python/ezbeq/lib/python3.9/site-packages/flask_restx/api.py", line 18, in
from flask.helpers import _endpoint_from_view_func
ImportError: cannot import name '_endpoint_from_view_func' from 'flask.helpers' (/home/chadrockey/python/python/ezbeq/lib/python3.9/site-packages/flask/helpers.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/chadrockey/python/python/ezbeq/bin/./ezbeq", line 5, in
from ezbeq.main import main
File "/home/chadrockey/python/python/ezbeq/lib/python3.9/site-packages/ezbeq/main.py", line 10, in
from flask_restx import Api
File "/home/chadrockey/python/python/ezbeq/lib/python3.9/site-packages/flask_restx/init.py", line 2, in
from .api import Api # noqa
File "/home/chadrockey/python/python/ezbeq/lib/python3.9/site-packages/flask_restx/api.py", line 20, in
from flask.scaffold import _endpoint_from_view_func
ModuleNotFoundError: No module named 'flask.scaffold'
`
Looks like this was fixed in 2021, but I can't identify what dependency change is causing this.
The text was updated successfully, but these errors were encountered:
I'm seeing import errors when following the installation instructions:
`
Traceback (most recent call last):
File "/home/chadrockey/python/python/ezbeq/lib/python3.9/site-packages/flask_restx/api.py", line 18, in
from flask.helpers import _endpoint_from_view_func
ImportError: cannot import name '_endpoint_from_view_func' from 'flask.helpers' (/home/chadrockey/python/python/ezbeq/lib/python3.9/site-packages/flask/helpers.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/chadrockey/python/python/ezbeq/bin/./ezbeq", line 5, in
from ezbeq.main import main
File "/home/chadrockey/python/python/ezbeq/lib/python3.9/site-packages/ezbeq/main.py", line 10, in
from flask_restx import Api
File "/home/chadrockey/python/python/ezbeq/lib/python3.9/site-packages/flask_restx/init.py", line 2, in
from .api import Api # noqa
File "/home/chadrockey/python/python/ezbeq/lib/python3.9/site-packages/flask_restx/api.py", line 20, in
from flask.scaffold import _endpoint_from_view_func
ModuleNotFoundError: No module named 'flask.scaffold'
`
Looks like this was fixed in 2021, but I can't identify what dependency change is causing this.
The text was updated successfully, but these errors were encountered: