Search code examples
pythonta-lib

How to install ta-lib in windows 11?


I used below python command

pip install -i https://pypi.anaconda.org/masdeseiscaracteres/simple ta-lib

ERROR: Could not find a version that satisfies the requirement ta-lib (from versions: none)


Solution

  • Install conda on your Windows 11 machine and run conda install -c conda-forge ta-lib

    NOTE : You may have to set conda on your system variables if the command conda is not working.