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 Jan 13, 2021. It is now read-only.
Ran the example from PyPi and it didn't work because of an exception not being imported correctly.
Traceback:
% python run.py
Traceback (most recent call last):
File "run.py", line 1, in <module>
from hyper import HTTP20Connection
File "/Users/tyrelsouza/.virtualenvs/hyp/lib/python2.7/site-packages/hyper/__init__.py", line 11, in <module>
from .http20.connection import HTTP20Connection
File "/Users/tyrelsouza/.virtualenvs/hyp/lib/python2.7/site-packages/hyper/http20/connection.py", line 9, in <module>
from ..common.exceptions import ConnectionResetError
ImportError: No module named common.exceptions