cujo0072
cujo0072
FYI: I found this write up describing the problem. It helped me get past this problem: https://datascience.stackexchange.com/questions/20199/train-test-split-error-found-input-variables-with-inconsistent-numbers-of-sam
I changed my term font size from 16 down to 12. That allowed it to run.
Can you provide a screen shot of the error message you are receiving? I just install python3.12 and ta everything works for me. IDK??
You need to generate your personal key-based authentication. Here are the docs: https://docs.alpaca.markets/api-documentation/web-api/#authentication
in the enity.py file. Make sure your running the latest alpaca-trade-api (0.24) on line 84: if not df.empty: df.index = pd.to_datetime( (df.index * 1e9).astype('int64'), utc=True, ).tz_convert(NY) else: df.index = pd.to_datetime(...
I am running the examples on Linux so I changed the raspicam.js line 2 to read: //This only works on windows //spawn = require("child_process").spawn, spawn = require("child_process").exec, as per the...