Code interpreter api - custom packages

been kinda stuck on this for a few months :confused: im looking to install a couple python packages into my code interpreter, but have ran into a couple problems and want to share my potential solutions

the reason i need these packages in my gpt environment is to successfully debug code that uses these packages

looking to install backtesting.py, pandas_ta and ta-lib as they are not available in the standard environment but one of the packages doesn’t have a wheel so my potential solutions

  1. create a vps on a windows machine and have the ai run off the local machine where i can install the above python packages. seems like a clunky solution that wont be super scalable tho
  2. wait for openai desktop app to see if i can use some of the copy and pasting features
  3. to me this seems like the most scalable but a lot of upfront work- essentially re-build backtesting.py with available packages like numpy and pandas then feed that to code interpreter

am i over thinking this? what would you do?