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
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
opencensus-python does not support Python 3.7, for example it's using a forbidden name (since Python 3.7):
Traceback (most recent call last):
File "main.py", line 4, in <module>
from opencensus.stats.exporters import stackdriver_exporter as stackdriver
File "/Users/peter/.virtualenvs/octest/lib/python3.7/site-packages/opencensus/stats/exporters/stackdriver_exporter.py", line 23
from opencensus.common.transports import async
^
SyntaxError: invalid syntax
opencensus-python does not support Python 3.7, for example it's using a forbidden name (since Python 3.7):