FastMaskRCNN icon indicating copy to clipboard operation
FastMaskRCNN copied to clipboard

error: command 'VS Code Path' failed with exit status 2

Open EvanThomasKaduthanam opened this issue 3 years ago • 0 comments

`$ python setup.py build_ext --inplace Compiling _mask.pyx because it changed. [1/1] Cythonizing _mask.pyx running build_ext building '_mask' extension creating build creating build\temp.win-amd64-3.8 creating build\temp.win-amd64-3.8\Release creating build\temp.win-amd64-3.8\Release\common C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\evant_soger93\AppData\Local\Programs\Python\Python38\lib\site-packages\numpy\core\include -I./common -IC:\Users\evant_soger93\AppData\Local\Programs\Python\Python38\include -IC:\Users\evant_soger93\AppData\Local\Programs\Python\Python38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\cppwinrt" /Tc_mask.c /Fobuild\temp.win-amd64-3.8\Release_mask.obj -Wno-cpp -Wno-unused-function -std=c99 cl : Command line error D8021 : invalid numeric argument '/Wno-cpp' C:\Users\evant_soger93\AppData\Local\Programs\Python\Python38\lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: E:\FastMaskRCNN-master\libs\datasets\pycocotools_mask.pyx tree = Parsing.p_module(s, pxd, full_module_name) error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe' failed with exit status 2

`

EvanThomasKaduthanam avatar Jan 05 '21 04:01 EvanThomasKaduthanam