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
New installs of bittensor-cli are not working with any command that hits the chain because we require websockets>=12.0, which was fine previously, but now websockets 14.0 has released, and this breaks things:
/Users/<me>/btcli_venv/lib/python3.12/site-packages/websockets/asyncio/client.py", line 367, in create_connection
_, connection = await loop.create_connection(factory, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: BaseEventLoop.create_connection() got an unexpected keyword argument 'read_limit'
The text was updated successfully, but these errors were encountered:
New installs of bittensor-cli are not working with any command that hits the chain because we require websockets>=12.0, which was fine previously, but now websockets 14.0 has released, and this breaks things:
The text was updated successfully, but these errors were encountered: