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