Paddle /usr/local/gcc-5.4.0/lib64/libstdc++.so.6: version `GLIBCXX_3.4.22' not found

relj7zay  于 2022-11-05  发布在  其他
关注(0)|答案(7)|浏览(356)

为使您的问题得到快速解决,在建立Issue前,请您先通过如下方式搜索是否有相似问题:【搜索issue关键字】【使用labels筛选】【官方文档】

建立issue时,为快速解决问题,请您根据使用情况给出如下信息:

  • 标题:请包含关键词“安装错误”/“编译错误”,例如“Mac编译错误”
  • 版本、环境信息:

   1)PaddlePaddle版本:请提供您的PaddlePaddle版本号(如1.1)或CommitID
   2)CPU:请提供CPU型号,MKL/OpenBlas/MKLDNN/等数学库的使用情况
   3)GPU:请提供GPU型号,CUDA和CUDNN版本号
   4)系统环境:请说明系统类型、版本(如Mac OS 10.14)、Python版本
注:您可以通过执行 summary_env.py 获取以上信息。

  • 安装方式信息:

1)pip安装/docker安装
2)本地编译:请提供cmake命令,编译命令
3)docker编译:请提供docker镜像,编译命令           
 特殊环境请注明:如离线安装等

  • 复现信息:如为报错,请给出复现环境、复现步骤
  • 问题描述:请详细描述您的问题,同步贴出报错信息、日志/代码关键片段

Thank you for contributing to PaddlePaddle.
Before submitting the issue, you could search issue in Github in case that there was a similar issue submitted or resolved before.
If there is no solution,please make sure that this is an installation issue including the following details:

System information

-PaddlePaddle version (eg.1.1)or CommitID
-CPU: including CPUMKL/OpenBlas/MKLDNN version
-GPU: including CUDA/CUDNN version
-OS Platform (eg. Mac OS 10.14)
-Python version

  • Install method: pip install/install with docker/build from source(without docker)/build within docker
  • Other special cases that you think may be related to this problem, eg. offline install, special internet condition

Note: You can get most of the information by running summary_env.py .  

To Reproduce

Steps to reproduce the behavior

Describe your current behavior
Code to reproduce the issue
Other info / logs

bqujaahr

bqujaahr1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档常见问题历史IssueAI社区 来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

qvtsj1bj

qvtsj1bj2#

参考的 安装文档 安装的, import paddle 就会报这个错误,直接劝退我了。不能做到和pytorch那样即装即用吗

vktxenjb

vktxenjb3#

看了下源码安装的方法,都快比肩当年安装caffe的过程了,真的不考虑下新手的用户体验么

egdjgwm8

egdjgwm84#

如果为了支持多指令集这一步是不可避免的,那么针对这种报错,paddle是不是应该给出相应的解决方案。很多用户都是在服务器上使用的,没有sudo权限,针对这部分用户是不是应该给出一个解决方案呢

dojqjjoe

dojqjjoe5#

先check一下 paddle 和 cuda的版本是不是匹配 希望多提供有效的信息 便于判断

bq8i3lrv

bq8i3lrv6#

libstdc++.so.6: version GLIBCXX_3.4.22' not found ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.22' not found (required by /usr/local/lib/python3.6/site-packages/paddle/fluid/core_avx.so)

mac 下面的docker 环境安装报错

相关问题