Hello,

I am trying to set up lean on my local machine and have access to TA-Lib. I have properly edited my config file, ~/.zprofile, built the QuantConnect.Lean.sln, and ran dotnet Quantconnect.Lean.Launcher.dll with success. From here when I launch the research enviornment I get an issue with importing TA-Lib which is due to the fact that TA-Lib requires an older version of numpy or sometimes I simply get the “no module named talib” error. I attached a link below to the requirements.txt for TA-lib. So I installed numpy 1.26 and then when I rebuild QuantConnect.Lean.sln and run dotnet Quantconnect.Lean.Launcher.dll there is a stack overflow (error below). After further investigation I have confirmed this only happens with the older version of numpy. Any help would be very much appericated. I have also tried using the TalibIndicatorsAlgorithm.py set up without any luck. Thank you. 

-Noah


Error:
TRACE:: AlgorithmPythonWrapper(): Python version 3.11.9 (main, Apr 19 2024, 11:49:16) [Clang 14.0.6 ]: Importing python module BasicTemplateFrameworkAlgorithm
Stack overflow.