导致该错误的原因:gcc动态库版本太老了
解决方法:
1、编辑~/.bash_profile
vim ~/.bash_profile
2、将anaconda3/lib的路径加入库文件的路径
LD_LIBRARY_PATH=/your_path/anaconda3/lib:$LD_LIBRARY_PATHexport LD_LIBRARY_PATH
3、重载~/.bash_profile
source ~/.bash_profile
京公网安备 11010502049817号