ZENALC / algobot

Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.
GNU General Public License v3.0
905 stars 171 forks source link

ModuleNotFoundError: No module named 'talib' #153

Closed hungtrungthinh closed 2 years ago

hungtrungthinh commented 2 years ago

Hello,

Ta-lib has been installed successfully, but run command algobot, it continues to report the error that tablib module cannot be found. Ta-lib and Talib are different??

Work well on macOS, but Windows 11 is not with "import talib ModuleNotFoundError: No module named 'talib'"

Thanks

ZENALC commented 2 years ago

ReadMe instructions have been updated for Windows; please revisit.