Programming/Python

Python 에서 pip install할때 발생하는 오류들

armyost 2023. 3. 21. 09:29
728x90

오류
/usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

 

해결방안

# yum -y install centos-release-scl
# yum -y install devtoolset-7
# scl enable devtoolset-7 bash

 

 내용 미적용  에러 발생 :