问答交流

custom_modules.features_short_user 实盘搜寻不到模块

由bqmh6rbk创建,最终由small_q 被浏览 54 用户

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
/var/app/enabled/biglearning/module2/common/moduleinvoker.cpython-38-x86_64-linux-gnu.so in biglearning.module2.common.moduleinvoker.ModuleInvoker.load()

ModuleNotFoundError: No module named 'biglearning.module2.modules.features_short_user'

During handling of the above exception, another exception occurred:

ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-5554dadfdc69> in <module>
----> 1 import strategyfile

~/work/strategyfile.cpython-38-x86_64-linux-gnu.so in init strategyfile()

/var/app/enabled/biglearning/module2/common/modulemanagerv2.cpython-38-x86_64-linux-gnu.so in biglearning.module2.common.modulemanagerv2.BigQuantModuleVersion.__call__()

/var/app/enabled/biglearning/module2/common/moduleinvoker.cpython-38-x86_64-linux-gnu.so in biglearning.module2.common.moduleinvoker.module_invoke()

/var/app/enabled/biglearning/module2/common/moduleinvoker.cpython-38-x86_64-linux-gnu.so in biglearning.module2.common.moduleinvoker.ModuleInvoker.load()

ModuleNotFoundError: No module named 'custom_modules.features_short_user'

请问有人在实盘遇到类似情况吗,该怎么解决呢?

\

标签

Python实盘
评论
  • 这个模块应该是个用户模块对吧?模块是什么时候进行封装或者是更新版本的呢? 因为我们会定期进行线上环境和实盘环境的同步,所以有可能导致最近更新的模块无法在实盘环境进行调用
  • 建议自定义模块提交到实盘环境的话,都不要进行封装,以代码形式比较好
  • 如果是其他用户封装的模块,是无法在模拟交易中运行的
{link}