sam1946

Results 5 comments of sam1946

https://stackoverflow.com/questions/13784192/creating-an-empty-pandas-dataframe-then-filling-it This may solve the issue? **Never append a row to a dataframe**

I get the same fail & error with Python 3.10: ``` bsm = ThreadedWebsocketManager() bsm.start() bsm.start_symbol_ticker_socket(callback=callbackFunc, symbol="BTCUSDT") ``` I manually edited /local/lib/python3.10/site-packages/binance/streams.py to remove the (loop=self._loop) code as previous post...

Thanks @maudemor. Updating `websockets` stopped the error. Will the next python-binance release fix this issue?

That is all I did, I just updated websockets to V10 and removed the (loop=self._loop) code. You could try installing python3.9 and see if that works.

This may or may not solve your issue, but I had Thorium not starting - and it was because my CPU doesnt have AVX2. I used the SSE3 version of...