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
在安装好环境后, 运行sudo python setup.py install --user 失败
提示:
clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
wsdream/PMF/c_PMF.cpp:9:10: fatal error: 'iostream' file not found
#include
^~~~~~~~~~
1 error generated.
error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered:
在安装好环境后, 运行sudo python setup.py install --user 失败
提示:
clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
wsdream/PMF/c_PMF.cpp:9:10: fatal error: 'iostream' file not found
#include
^~~~~~~~~~
1 error generated.
error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: