backtrader-pyqt-ui icon indicating copy to clipboard operation
backtrader-pyqt-ui copied to clipboard

multiple exception types must be parenthesized

Open tangchi-coder opened this issue 1 year ago • 1 comments

发生异常: SyntaxError multiple exception types must be parenthesized (init.py, line 239) File "E:\学习资料\backtrader-pyqt-ui-main\SkinokBacktraderUI.py", line 22, in import backtrader as bt SyntaxError: multiple exception types must be parenthesized (init.py, line 239)

tangchi-coder avatar May 02 '24 17:05 tangchi-coder

这个错误是安装IbPy包引起的,卸载backtrader包,重新安装backtrader即可解决

xiaoqizheng0033 avatar May 14 '24 07:05 xiaoqizheng0033