@Xjh114514
Traceback (most recent call last):
File "/tmp/jqcore/jqboson/jqboson/plugin/web.py", line 77, in import_
code = read_file(path)
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 55, in wrapped_f
return Retrying(*dargs, **dkw).call(f, *args, **kw)
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 231, in call
return attempt.get(self._wrap_exception)
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 275, in get
six.reraise(self.value[0], self.value[1], self.value[2])
File "six.py", line 693, in reraise
raise value
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 225, in call
attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
File "/tmp/jqcore/jqboson/jqboson/api/settings.py", line 606, in read_file
raise ReadRemoteFileError('read_file %s: %s' % (path, res.text))
jqboson.core.exception.ReadRemoteFileError: read_file jqdatasdk.py: 文件'/opt/research-files/383/38328970725/jqdatasdk.py'不存在
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/jqcore/jqboson/jqboson/plugin/web.py", line 99, in import_
code = read_file(path)
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 55, in wrapped_f
return Retrying(*dargs, **dkw).call(f, *args, **kw)
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 231, in call
return attempt.get(self._wrap_exception)
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 275, in get
six.reraise(self.value[0], self.value[1], self.value[2])
File "six.py", line 693, in reraise
raise value
File "/tmp/jqcore/jqcommon/jqcommon/retrying.py", line 225, in call
attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
File "/tmp/jqcore/jqboson/jqboson/api/settings.py", line 606, in read_file
raise ReadRemoteFileError('read_file %s: %s' % (path, res.text))
jqboson.core.exception.ReadRemoteFileError: read_file jqdatasdk.so: 文件'/opt/research-files/383/38328970725/jqdatasdk.so'不存在
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/jqcore/jqboson/jqboson/core/entry.py", line 379, 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 696, in setup
self._load(context)
File "/tmp/jqcore/jqboson/jqboson/core/strategy.py", line 249, 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 1, in < module>
from jqdatasdk import *
File "/tmp/jqcore/jqboson/jqboson/plugin/web.py", line 106, in import_
raise ImportError("导入错误,未找到系统库或自定义库 {}".format(name))
ImportError: 导入错误,未找到系统库或自定义库 jqdatasdk