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
当在VSCode环境中使用qlib时遇到错误,可以通过在项目根目录下执行特定命令来编译Cython文件并生成可执行文件,进而解决该问题。
4185

被折叠的 条评论
为什么被折叠?



