You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed everything according to the README file:
I pasted the .zip in the Plugin Folder of the Auto-GPT folder
I ran pip install ta myfxbook as well but I keep getting:
ModuleNotFoundError: No module named 'ta'
I tried: pip install ta
Still stuck with Module not found...
Any advice?
I'm running Auto-GPT in Docker on Windows 10.
I tried this in CMD window and VSCode Terminal with same result.
Not a seasoned CMD or PS user so, is it possible I'm running the 'PIP strings in the wrong root folder. I've been running these strings from the auto-GPT folder.
The text was updated successfully, but these errors were encountered:
Another user figured this out and it worked...
Found the 'ta' file/folder at: C:\Users\xxx\AppData\Local\Programs\Python\Python310\Lib\site-packages
and copied 'ta' to the Auto-GPT folder and Bam! Now it gets all the way to the prompt. Now to test...
I've installed everything according to the README file:
pip install ta myfxbook
as well but I keep getting:pip install ta
Still stuck with Module not found...
Any advice?
I'm running Auto-GPT in Docker on Windows 10.
I tried this in CMD window and VSCode Terminal with same result.
Not a seasoned CMD or PS user so, is it possible I'm running the 'PIP strings in the wrong root folder. I've been running these strings from the auto-GPT folder.
The text was updated successfully, but these errors were encountered: