opentensor / btcli

Bittensor command line tool
https://docs.bittensor.com/btcli
13 stars 4 forks source link

New installs not working #237

Closed thewhaleking closed 10 hours ago

thewhaleking commented 1 week ago

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'