回测就报错
Traceback (most recent call last):
File "/tmp/jqcore/jqboson/jqboson/plugin/web.py", line 79, in import_
code = read_file(path)
File "/tmp/jqcore/jqboson/jqboson/api/settings.py", line 570, in read_file
raise ReadRemoteFileError('read_file %s: %s' % (path, res.text))
jqboson.core.exception.ReadRemoteFileError: read_file bwlist.so: 文件'/opt/research-files/379/37916763297/bwlist.so'不存在
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/jqcore/jqboson/jqboson/core/entry.py", line 366, in _run
engine.start()
File "/tmp/jqcore/jqboson/jqboson/core/engine.py", line 220, in start
self._load()
File "/tmp/jqcore/jqboson/jqboson/core/engine.py", line 208, in _load
self._strategy.setup(self._context)
File "/tmp/jqcore/jqboson/jqboson/core/strategy.py", line 653, in setup
self._load(context)
File "/tmp/jqcore/jqboson/jqboson/core/strategy.py", line 250, in _load
self._module = self._loader.load(context)
File "/tmp/jqcore/jqboson/jqboson/core/loader.py", line 111, in load
exec(code, module.__dict__)
File "/tmp/strategy/user_code.py", line 6, in < module>
from bwlist import *
File "/tmp/jqcore/jqboson/jqboson/plugin/web.py", line 86, in import_
raise ImportError("导入错误,未找到系统库或自定义库 {}".format(name))
ImportError: 导入错误,未找到系统库或自定义库 bwlist