Talib installation

I been trying to install talib using anaconda promt but I am getting this 



Collecting package metadata (current_repodata.json): done

Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.

Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.



any suggestions how to solve?



I am running Python 3.11.5 with windows 11 nd 64 bit

Hey Guillermo



You can follow the steps mentioned in this guide for installing talib. If you face any issue along the way, feel free to write back to us on this thread. 



Thanks

Rushda

thanks for the response, I was using that guide and tried using conda install -c conda-forge ta-lib 



Did not worked out.

This could probably happen due to the python version you are currently using. You can uninstall it and then instal an older version using the link below:

Anaconda3-2022.05-Windows-x86_64.exe



If you install an older version of Python (3.9), the conda forge command mentioned below should work:

conda install -c conda-forge ta-lib



Let me know if this works.



Thanks

Rushda