Open ksgt00857912 opened 4 years ago
0.3.2
3.8
Windows
set_data_backend(RQAlphaDataBackend("~/.rqalpha/bundle"))
self.data_proxy = DataProxy(BaseDataSource(os.path.expanduser(bundle_path))) TypeError: init() missing 1 required positional argument: 'custom_future_info'
请问这个问题解决了吗?我也是在这里报错了。
1. funcat 的版本
0.3.2
2. Python 的版本
3.8
3. 是 Windows / Linux / MacOS or others?
Windows
4. 您出现问题对应的源码 / 或者能复现问题的简易代码
set_data_backend(RQAlphaDataBackend("~/.rqalpha/bundle"))
5. 您出现的错误堆栈日志信息
self.data_proxy = DataProxy(BaseDataSource(os.path.expanduser(bundle_path))) TypeError: init() missing 1 required positional argument: 'custom_future_info'