No need to use anaconda, just a python virtual environment
First of all check your Python version.
Then go to this link to download the TA-LIB library that corresponds to your Python version: https://github.com/cgohlke/talib-build/releases
Then install Git Bash.
Then, in the directory where you downloaded the TA-Lib library, right-click, select Git Bash, which will open a terminal in that same directory. On the terminal, use pip install targetting the TA-Lib library (the full file name with extension). For example:
pip install TA_Lib-0.4.32-cp311-cp311-win_amd64.whl
I am using
3.11.7 version Python 64-bit Windows TA_Lib-0.4.32-cp311-cp311-win_amd64.whl