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
File "/home/conda/feedstock_root/build_artifacts/sanic_1730241447206/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.13/site-packages/tracerite/__init__.py", line 1, in <module>
from .html import html_traceback
File "/home/conda/feedstock_root/build_artifacts/sanic_1730241447206/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.13/site-packages/tracerite/html.py", line 1, in <module>
import pkg_resources
The text was updated successfully, but these errors were encountered:
Hi,
Seems like
tracerite
importspkg_resources
explicitly:tracerite/tracerite/html.py
Line 1 in 4417b70
For that reason it should declare its dependency on
pkg_resources
explicitly, I believe:tracerite/setup.py
Line 20 in 4417b70
This issue was found during the build of
sanic
for Python 3.13:conda-forge/sanic-feedstock#65
https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1067026&view=logs&jobId=d93976e3-6ed1-588b-ebf8-e8a19c2becc4&j=d93976e3-6ed1-588b-ebf8-e8a19c2becc4&t=90b382e2-e6d3-5178-8133-a486ee34063f
The text was updated successfully, but these errors were encountered: