ANNwind

Results 2 comments of ANNwind

I've had the same issue, just add time.sleep(2) in your loop/requests. The 429 only happens because you are requesting too much in a given amount of time.

Try installing the required packages one by one from the requirements.txt. That worked for me, also, for some reason it did not work in PyCharm, but did in the interpreter...