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
; It appears to be the only module missing a version specifier (e.g., >= 3.0). Adding this version specifier resolves the issue on my end. Looks like something has changes in Python packaging module recently as I don't see any changes in bootstrap_gen.py.
@emdneto, please hold off on merging your PR and consider fixing this line first.
the actual error originates from the
sqlalchemy
dependency (if included in your project):opentelemetry-python-contrib/opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py
Line 164 in 77613da
packaging
module recently as I don't see any changes in bootstrap_gen.py.@emdneto, please hold off on merging your PR and consider fixing this line first.
Originally posted by @rayrapetyan in #2968 (comment)
The text was updated successfully, but these errors were encountered: