Learn Algo Trading with Python | Codes | Youtube Series

Hi @vishnu_kolipaka

Better is to uninstall python 3.13.7 as this verison does not support talib library which is necessary for creating indicators. Thus the ERROR: Python version mismatch. This wheel requires Python 3.12.x

Step1 : Uninstall python 3.13.7

Step2: Install python 3.12 with its libraries , for detailed steps see this link

Step3: For IDE with first preference use Cursor it has good AI support.

Let me know if this fixes it

1 Like