我正在使用swig用Python实现C ++代码。用Distutils构建动态模块似乎有些问题
当我尝试使用Distutils构建软件包时,出现以下错误-
(base) C:\Users\U374235\Desktop\Repair Algorithm>python setup.py build_ext --inplace
running build_ext
error: [WinError 2] The system cannot find the file specified
我检查了我是否在正确的文件夹等中。这时,我不确定发生了什么。我天真地猜测这与我的C ++编译器有关。