将python打包成exe。命令(pyinstaller -F XXX.exe)打包好之后运行报错。2023-08-17 13:52:15,125 - HistroyOkex.py[line:106] - ERROR: 未知错误 module 'backtrader.talib' has no attribute 'ATR'但是在pycharm开发环境中运行是没有问题的。请教解决方法。本地python和pycharm环境如图所示:
模块没装进exe