1. 找到uwsgi的位置
which uwsgi
(WebTagging) [root@Alex backend-flask]# which uwsgi
/usr/anaconda/Anaconda/envs/WebTagging/bin/uwsgi
  1. ldd查看缺少的包
ldd /usr/anaconda/Anaconda/envs/WebTagging/bin/uwsgi


发现 uwsgi 找不到三个包

  1. 建立软连接
ln -s /usr/anaconda/Anaconda/lib/libicui18n.so.58 /lib64/libicui18n.so.58
ln -s /usr/anaconda/Anaconda/lib/libicuuc.so.58 /lib64/libicuuc.so.58
ln -s /usr/anaconda/Anaconda/lib/libicudata.so.58 /lib64/libicudata.so.58
  1. 复制libstdc++.so.6
cp /usr/anaconda/Anaconda/lib/libstdc++.so.6 /lib64/
  1. complete
ldd /usr/anaconda/Anaconda/envs/WebTagging/bin/uwsgi

uwsgi: error while loading shared libraries: libicui18n.so.58: cannot open shared object file相关推荐

  1. uwsgs loading shared libraries: libicui18n.so.58 异常处理

    如果缺少报这个错uwsgi: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file ...

  2. 解决 error while loading shared libraries: libicui18n.so.63: cannot open shared object file

    出现这个问题的原因是:系统中没有对应版本的共享库导致的.可能是不存在,或者版本不对. 不存在 不存在的话,直接安装就行了. $ yay -S icu 这里安装的是最新版本的,如果还是不对的话,采用下面 ...

  3. 报错解决:cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such fi

    我的个人博客:zhang0peter的个人博客 先说一下为什么会发生这个错误,我看这篇博客:分享Centos6.5升级glibc过程 ,里面提到了如下命令: $ rm -rf /lib64/libc. ...

  4. ./ffmpeg: error while loading shared libraries: libx264.so.138: cannot open shared object file: No s

    在安装ffmpeg时,执行完 ./configure--enable-libx264 --enable-gpl --disable-yasm --prefix=/usr/local/ffmpeg ma ...

  5. linux android gradle构建机器 error while loading shared libraries: libz.so.1: cannot open shared object

    原因:64位 linux 机器缺少32位lib相关的支持库 如果yum 服务器上有 相关的库最好使用 yum 安装,其他 博客上使用 apt-file 安装. 查看libz.so.1属于 glic 库 ...

  6. 错误./hello: error while loading shared libraries: libQtGui.so.4: cannot open shared object file:

    之前一直想在ARM 上跑qt,但都出现错误: ./hello: error while loading shared libraries: libQtGui.so.4: cannot open sha ...

  7. ./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such

    [root@iZbp10xlek93e0is7ye8o6Z bin]# ./mysqld --user=mysql --basedir=/usr/local/mysql-8.0 --datadir=/ ...

  8. ./mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No suc

    ./mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No suc ...

  9. nginx启动报错 :./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object fi

    jnydjky@jnydjky:/usr/local/nginx/sbin$ ./nginx ./nginx: error while loading shared libraries: libpcr ...

最新文章

  1. R语言限制性立方样条(RCS, Restricted cubic spline)分析:基于logistic回归模型、南非心脏病数据集(South African Heart Disease)
  2. python exit 0_python中 os._exit() 和 sys.exit(), exit(0)的用法和区别
  3. Python、Java、TypeScript 和 Perl 作者谈语言设计
  4. JavaFX 2:创建登录表单
  5. UNIX(多线程):27---多线程并发之原子操作与无锁编程
  6. 百度阿里快手们春节争相撒红包,微信笑而不语默默数钱...
  7. 移动端:判断是否微信端、判断手机操作系统(ios或android)
  8. odata数据绑定_如何使用用于SQL Server集成服务的OData源将数据导入SQL Server数据库
  9. assoc fetch mysql 用法_mysql_fetch_assoc、mysql_fetch_object、mysql_fetch_row、mysql_fetch_array用法学习...
  10. html布局文字设置,div css布局中css中文字体设置
  11. IDEA GIT 单文件回退到指定版本
  12. FULENT软件测试工程师头像,fluent软件应用超详细实例
  13. 《凤凰项目:一个IT运维的传奇故事》的读后感
  14. Java基础之类加载器
  15. 哲学中的推理规则 —— 《自然哲学之数学原理》
  16. 【MATLAB笔记】对矩阵进行满秩分解
  17. 武汉大学java 期末考试试题_武汉大学java期末考试试题和答案
  18. An annotation management system for relational databases(论文阅读)
  19. 大学计算机李凤霞课本百度云,大学计算机
  20. vmvare workstation 15Pro密钥

热门文章

  1. 推荐11个实用Python库
  2. Cloudera Manager安装之Cloudera Manager安装前准备(Ubuntu14.04)(一)
  3. chrome浏览器被reimage pair 劫持怎么处理
  4. dom解析和sax解析的区别及优缺点
  5. ADO.NET封装的SqlHelper
  6. 产品经理如何量化关键需求指标
  7. 学习蛙泳过程用到的一些资料
  8. php控制器是啥,控制器的定义
  9. 16 导出pcb各网络的布线长度_PCB原理图常见错误分析
  10. Java黑皮书课后题第4章:*4.15(电话键盘)电话上的国际标准字母/数字映射如下所示。编写程序,提示用户输入一个小写或大写字母,然后显示对应数字。对于非字母输入,提示非法输入