ModuleNotFoundError: No module named 'TA_Lib'
Closed this issue · 3 comments
AufiTM62M commented
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?
mrjbq7 commented
The module name is “talib”
AufiTM62M commented
The module name is “talib”
Yeah i know i tried talib, TA-Lib, ta_lib and it's still the same problem
mrjbq7 commented
Well then it’s not installed properly.
Check the installation section of the README, particularly the dependencies, to make sure you have the underlying C library this depends upon.
https://github.com/ta-lib/ta-lib-python?tab=readme-ov-file#installation