TA-Lib/ta-lib-python

ModuleNotFoundError: No module named 'TA_Lib'

Closed this issue · 3 comments

Hi guys, i have a problem. I installed Talib on Miniconda and Windows. Everything was fine until i run into a problem. When i use 'import talib as ta'. When i do this this appears 'ModuleNotFoundError: No module named 'TA_Lib''. I think the problem appears because of the difference in the names, and i cant use TA-Lib couse u cant use '-' in python. What should i do?
Zrzut ekranu 2024-10-24 204211

The module name is “talib”

Yeah i know i tried talib, TA-Lib, ta_lib and it's still the same problem