Skip to content

Samples need to require cloudevents #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
grant opened this issue Oct 9, 2020 · 0 comments · Fixed by #129
Closed

Samples need to require cloudevents #128

grant opened this issue Oct 9, 2020 · 0 comments · Fixed by #129

Comments

@grant
Copy link
Member

grant commented Oct 9, 2020

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:

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant