isaiahbjork / Auto-GPT-MetaTrader-Plugin

The AutoGPT MetaTrader Plugin is a software tool that enables traders to connect their MetaTrader 4 or 5 trading account to Auto-GPT.
https://github.com/isaiahbjork/Auto-GPT-MetaTrader-Plugin
MIT License
464 stars 82 forks source link

ModuleNotFoundError: No module named 'ta' #14

Open DarbDave opened 1 year ago

DarbDave commented 1 year ago

I've installed everything according to the README file:

  1. I pasted the .zip in the Plugin Folder of the Auto-GPT folder
  2. I ran pip install ta myfxbook as well but I keep getting:
  3. ModuleNotFoundError: No module named 'ta'
  4. 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.
DarbDave commented 1 year ago

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...