Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New installs not working #237

Open
thewhaleking opened this issue Nov 12, 2024 · 0 comments · Fixed by #236
Open

New installs not working #237

thewhaleking opened this issue Nov 12, 2024 · 0 comments · Fixed by #236
Assignees
Labels
bug Something isn't working

Comments

@thewhaleking
Copy link
Contributor

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'
@thewhaleking thewhaleking added the bug Something isn't working label Nov 12, 2024
@thewhaleking thewhaleking self-assigned this Nov 12, 2024
@thewhaleking thewhaleking linked a pull request Nov 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant