首页 > 系统相关 >install gevent in old centos release

install gevent in old centos release

时间:2022-12-02 11:24:37浏览次数:33  
标签:11 std old gnu gevent install error release

error: command '/usr/bin/gcc' failed with exit code 1

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.

export CPPFLAGS='-std=gnu++11'
pip install gevent

 

some error ends with [-fpermissive]

export CPPFLAGS='-std=gnu++11 -fpermissive'
pip install gevent

 

标签:11,std,old,gnu,gevent,install,error,release
From: https://www.cnblogs.com/QQQmadNULL/p/16943851.html

相关文章