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
The samples should work as expected. All dependencies needed should be in requirements.txt.
Actual Behavior
The requirements.txt files do not include the cloudevents package. This results in:
Traceback (most recent call last):
File "json_sample_server.py", line 16, in <module>
from cloudevents.http import from_http
ModuleNotFoundError: No module named 'cloudevents'
The text was updated successfully, but these errors were encountered:
Expected Behavior
The samples should work as expected. All dependencies needed should be in
requirements.txt
.Actual Behavior
The
requirements.txt
files do not include the cloudevents package. This results in:The text was updated successfully, but these errors were encountered: