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
.venv/lib/python3.11/site-packages/sanic/errorpages.py:26: in <module>
from sanic.pages.error import ErrorPage
.venv/lib/python3.11/site-packages/sanic/pages/error.py:3: in <module>
import tracerite.html
.venv/lib/python3.11/site-packages/tracerite/__init__.py:1: in <module>
from .html import html_traceback
.venv/lib/python3.11/site-packages/tracerite/html.py:1: in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
Installing setuptools resolves this
The library was previously installed but when I did a poetry update it got uninstalled
The text was updated successfully, but these errors were encountered:
Seeing this error:
Installing
setuptools
resolves thisThe library was previously installed but when I did a
poetry update
it got uninstalledThe text was updated successfully, but these errors were encountered: