Open yutuer opened 1 year ago
请先阅读文档 rqalpha文档
如果仍有问题的话请在 issue列表 中寻找是否有相关问题的解决方案
如果没有的话 麻烦开一个issue 描述以下问题:
4.16.2
3.8
windows
hello mod 的例子 使用 pip后 pip install -e . Looking in indexes: https://opentuna.cn/pypi/web/simple Obtaining file:///F:/github/rqalpha-mod-hello Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Installing collected packages: rqalpha-mod-hello Running setup.py develop for rqalpha-mod-hello Successfully installed rqalpha-mod-hello-0.1.0
然后使用 enable rqalpha mod enable hello 出现报错 can not find mod [hello], ignored
使用命令 rqalpha mod install hello 出现报错 Error: Invalid value for '{list|enable|disable}': 'install' is not one of 'list', 'enable', 'disable'.
找到问题了, 需要
但是此时使用 rqalpha mod enable mysqlDS 还是会报 can not find mod [mysqlDS], ignored
提 ISSUE 须知
请先阅读文档 rqalpha文档
如果仍有问题的话请在 issue列表 中寻找是否有相关问题的解决方案
如果没有的话 麻烦开一个issue 描述以下问题:
1. RQAlpha的版本
4.16.2
2. Python的版本
3.8
3. 是Windows/Linux/MacOS or others?
windows
4. 您出现问题对应的源码/或者能复现问题的简易代码 以及对应的配置
hello mod 的例子 使用 pip后 pip install -e . Looking in indexes: https://opentuna.cn/pypi/web/simple Obtaining file:///F:/github/rqalpha-mod-hello Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Installing collected packages: rqalpha-mod-hello Running setup.py develop for rqalpha-mod-hello Successfully installed rqalpha-mod-hello-0.1.0
然后使用 enable rqalpha mod enable hello 出现报错
can not find mod [hello], ignored
使用命令 rqalpha mod install hello 出现报错 Error: Invalid value for '{list|enable|disable}': 'install' is not one of 'list', 'enable', 'disable'.
5. 您出现的错误堆栈日志信息