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
File "/Users/.../.venv/lib/python3.12/site-packages/bxsolana/provider/ws.py", line 7, in
from . import jsonrpc_patch # noqa: F401, Used for side-effect patching
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/.../.venv/lib/python3.12/site-packages/bxsolana/provider/jsonrpc_patch.py", line 2, in
from jsonrpc.types.server_error import RpcErrorCode, message_map, RpcError
ModuleNotFoundError: No module named 'jsonrpc.types'
The text was updated successfully, but these errors were encountered:
File "/Users/.../.venv/lib/python3.12/site-packages/bxsolana/provider/ws.py", line 7, in
from . import jsonrpc_patch # noqa: F401, Used for side-effect patching
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/.../.venv/lib/python3.12/site-packages/bxsolana/provider/jsonrpc_patch.py", line 2, in
from jsonrpc.types.server_error import RpcErrorCode, message_map, RpcError
ModuleNotFoundError: No module named 'jsonrpc.types'
The text was updated successfully, but these errors were encountered: