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
wsproto is a dependency forhypercorn, but not fortwisted. So if rolo is used only with twisted, without installing hypercorn, it will fail because of a missing dependency:
File "/opt/code/localstack/localstack-pro-azure/.venv/lib/python3.11/site-packages/localstack/runtime/server/plugins.py", line 8, in load
from .twisted import TwistedRuntimeServer
File "/opt/code/localstack/localstack-pro-azure/.venv/lib/python3.11/site-packages/localstack/runtime/server/twisted.py", line 2, in
from rolo.serving.twisted import TwistedGateway
File "/opt/code/localstack/localstack-pro-azure/.venv/lib/python3.11/site-packages/rolo/serving/twisted.py", line 20, in
from wsproto import ConnectionType, WSConnection, events
ModuleNotFoundError: No module named 'wsproto'
The text was updated successfully, but these errors were encountered:
wsproto
is a dependency forhypercorn
, but not fortwisted
. So ifrolo
is used only withtwisted
, without installinghypercorn
, it will fail because of a missing dependency:The text was updated successfully, but these errors were encountered: