Traceback (most recent call last):
File "/Users/zjn_11/Desktop/vnpy-3.6.0/vnpy/trader/ui/mainwindow.py", line 279, in open_widget
widget = widget_class(self.main_engine, self.event_engine)
File "/Users/zjn_11/Library/Python/3.9/lib/python/site-packages/vnpy_ctastrategy/ui/widget.py", line 41, in init
self.cta_engine.init_engine()
File "/Users/zjn_11/Library/Python/3.9/lib/python/site-packages/vnpy_ctastrategy/engine.py", line 102, in init_engine
self.init_datafeed()
File "/Users/zjn_11/Library/Python/3.9/lib/python/site-packages/vnpy_ctastrategy/engine.py", line 123, in init_datafeed
result: bool = self.datafeed.init(self.write_log)
TypeError: init() takes 1 positional argument but 2 were given
如下是触发异常的详细信息
如上是对应conda环境的包版本,还请大佬们帮忙看看问题出在哪里