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
Looks like the latest version of opentracing has no module called logs, when I updated to latest version of lightstep I got the following error: import lightstep /usr/local/lib/python3.7/site-packages/lightstep/__init__.py:3: in <module> from .tracer import Tracer # noqa /usr/local/lib/python3.7/site-packages/lightstep/tracer.py:17: in <module> from .recorder import Recorder /usr/local/lib/python3.7/site-packages/lightstep/recorder.py:17: in <module> from opentracing.logs import ERROR_KIND, STACK, ERROR_OBJECT E ModuleNotFoundError: No module named 'opentracing.logs'
The text was updated successfully, but these errors were encountered:
Looks like the latest version of opentracing has no module called logs, when I updated to latest version of lightstep I got the following error:
import lightstep /usr/local/lib/python3.7/site-packages/lightstep/__init__.py:3: in <module> from .tracer import Tracer # noqa /usr/local/lib/python3.7/site-packages/lightstep/tracer.py:17: in <module> from .recorder import Recorder /usr/local/lib/python3.7/site-packages/lightstep/recorder.py:17: in <module> from opentracing.logs import ERROR_KIND, STACK, ERROR_OBJECT E ModuleNotFoundError: No module named 'opentracing.logs'
The text was updated successfully, but these errors were encountered: