Trying to run pip install alpaca-trade-api==0.38.
It does not work for .33,.34,.35,.36,.37 either
The same command did work for .32 though.
try the newest version, i dont use python so i cant help you much but i know there’s a big difference in python 2 and python 3 try to see what one that api version supports or try there php api i was able to get that part up in a few hrs
I am using the newest version of python. Why do you think I am not?
Are you still having trouble? Can you post python version (python --version)
I am on Python 3.5.2 and still having this problem. Any advice?
Check the github page… Note this module supports only python version 3.6 and above, due to the async/await and websockets module dependency.
I second that, you’ll definitely encounter problems on previous versions.
@YacovShovel Welcome to the forum!