fatal error C1021: 无效的预处理器命令“warning”
这个没有预训练:https://github.com/jacke121/CenterNetPerson
这个是源码研读:https://github.com/takooctopus/CenterNet-Tako
这两个一样,都需要编译,编译下面这个库时报错:
D:\detect\CenterNetPerson\models\py_utils\_cpools
fatal error C1021: 无效的预处理器命令“warning”
解决方法:
#include <torch/torch.h>
改为:#include <torch/extension.h>
python setup.py build develop
报错内容:
D:\ProgramData\Miniconda3\lib\site-packages\torch\include\torch\csrc\api\include\torch/torch.h(7): fatal error C1021: 无效的预处理器命令“warning”
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\amd64\\cl.exe' failed with exit status 2
文章来源: blog.csdn.net,作者:网奇,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/jacke121/article/details/90951279
- 点赞
- 收藏
- 关注作者
评论(0)