You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When I run setup.py on Windows 10, I always have the following problem:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DVERSION_INFO="0.8.0" -Ipyvirtualcam/native_windows_obs -Ic:\users\administrator\pyvirtualcam.eggs\pybind11-2.7.1-py3.8.egg\pybind11\include -Iexternal/libyuv/include -IC:\Users\Administrator\AppData\Local\Programs\Python\Python38\include -IC:\Users\Administrator\AppData\Local\Programs\Python\Python38\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\winrt" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include" "-IC:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt" /EHsc /Tppyvirtualcam/native_windows_obs/main.cpp /Fobuild\temp.win-amd64-3.8\Release\pyvirtualcam/native_windows_obs/main.obj /EHsc /std:c++17
cl: 命令行 warning D9002 :忽略未知选项“/std:c++17”
main.cpp
pyvirtualcam/native_windows_obs/main.cpp(2): fatal error C1083: 无法打开包括文件: “optional”: No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2
May I ask how to solve these problems? I look forward to your reply!
Beta Was this translation helpful? Give feedback.
All reactions