We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
will fix this today Lemme check
Sorry, something went wrong.
according to this https://techoverflow.net/2021/02/06/how-to-fix-python-websocket-typeerror-__init__-missing-3-required-positional-arguments-environ-socket-and-rfile/ I think it's either your dependencies is wrong or my requirements are broken
since running this locally in my computer work flawlessly please try this and notice me if it's working or not:
pip uninstall websocket pip install websocket-client
also, note that you should run this in a virtual environment AKA.
python -m venv venv ./venv/script/activate # activated virtual python environment # uninstall web socket and install WebSocket client instead pip uninstall websocket pip install websocket-client # install other dependencies pip install -r ./requirements.txt
thanks its worked
I'll added this into the readme Thx for report!
No branches or pull requests
The text was updated successfully, but these errors were encountered: