My code was working properly until a couple of hours ago, but now it won’t connect to my account, I have observed this since last 3 days and it works intermittently but rest of the time it doesnt even print anything. not even exceptions nothing, as if it got stuck or something. I did create a new api but the issue still persists.
Today I have started getting this error, which was working fine so far: Traceback (most recent call last):
File “C:\Users\Ram\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.11\arb1.py”, line 1, in from binance.spot import Spot
File “C:\Users\Ram\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.11\binance.py”, line 8, in
from binance.spot import Spot
ModuleNotFoundError: No module named ‘binance.spot’; ‘binance’ is not a package