当前位置: 代码迷 >> 综合 >> qlib使用问题:Do not import qlib package in the repository directory in case of importing qlib from . wit
  详细解决方案

qlib使用问题:Do not import qlib package in the repository directory in case of importing qlib from . wit

热度:20   发布时间:2023-12-13 19:01:27.0

vscode使用qlib报如上错误,方案如下

If the error occurs when importing qlib package with PyCharm IDE, users can execute the following command in the project root folder to compile Cython files and generate executable files:

python setup.py build_ext --inplace

  相关解决方案