windows下pip安装onnx编译出错,cmake编译 文件名或扩展名太长 求解决方法 "image.png" (https://wmprod.oss-cn-shanghai.aliyuncs.com/c/user/20241008/a5e336ea586350475fc4c148fa174b66.png)
实际上本地已经安装了 "Windows 10 SDK" 正确的目录是 "D:\Program Files (x86)\Windows Kits\10" 但是报错告诉我在C盘没找到, 请问该如何配置呢? ***\vscode\node_modules\@vscode\gulp-electron\src\win32.js:23 throw `There is no Windows 10 SDK installed at ${windowsSDKDir}.`; ^ There is no Windows 10 SDK installed at C:\Program Files (x86)\Windows Kits\10\bin\. (Use `node --trace-uncaught ...` to show where the exception was thrown)
在查看一个源码文件的时候: 我有看到2个CMakeLists.txt文件: https://projects.blender.org/blender/blender/src/branch/main/CMakeLists.txt https://projects.blender.org/blender/blender/src/branch/main/source/CMakeLists.txt 一个是在根目录,一个是在主源码目录,请问它们之间有联系没有呢?如果有它们是怎么联系起来的? 没有找到答案。