Please advice on error

already coded
import talib

yet it is giving error noule not found talib.

what could be the reason…?

Hi @NiKHiL_S_R

if it says “moule not found talib” , mostly there was some issues in installation.

can you confirm if the python version you have installtion is 3.8.0

  • Open Command Prompt: Press Win + R, type cmd, and press Enter.
  • Check Default Version: Type python --version

if the version is Python 3.8.0, then run the install libraries.bat again
if the version is not Python 3.8.0, the uninstall the version and reinstall 3.8 again

Also, do post all queries on this thread: Learn Algo Trading with Python | Codes | Youtube Series

This helps me keep track of questions and ensures other traders benefit as well, as they might be facing similar issues.