1 首先查看该文件所在位置

locate libicui18n.so.58


报这个错误的虚拟环境是py3.7_R4,可以发现libicuil8n.so.58这个文件不在py3.7_R4这个虚拟环境的lib文件夹里

2 查看虚拟环境py3.7_R4的lib文件夹,发现只有以下两个文件:

3 解决方法:使用软连接即可解决

ln -s libicui18n.so.68 libicui18n.so.58

软链接太强啦!!!

importerror: libicui18n.so.58: cannot open shared object file: no such file or directory相关推荐

  1. uwsgi: error while loading shared libraries: libicui18n.so.58: cannot open shared object file

    找到uwsgi的位置 which uwsgi (WebTagging) [root@Alex backend-flask]# which uwsgi /usr/anaconda/Anaconda/en ...

  2. ImportError: libopenblas.so.0: cannot open shared object file

    ImportError: libopenblas.so.0: cannot open shared object file 解决: sudo apt-get install libopenblas-d ...

  3. python opencv ImportError: libGL.so.1: cannot open shared object file: No such file or directory

    在redhat安装好opencv后,报错:ImportError: libGL.so.1: cannot open shared object file: No such file or direct ...

  4. 服务器上安装ffmpeg后报错及解决方案libavdevice.so.58: cannot open shared object file: No such file or directory

    服务器上安装ffmpeg后报错及解决方案 问题描述 实习的时候要求复现从视频中提取3D骨架的论文,其中一篇源码中要用到ffmpeg来对视频进行预处理.安装完ffmpeg之后导入ffmpeg的时候出错, ...

  5. 宝塔安装php遇错libicui18n.so.42: cannot open shared object file: No such file or directory

    前言 宝塔:7.5.1 CentOS: 6.5 php 5.4.5.5.5.6均遇到这个错误 错误 Write ZendGuardLoader to php.ini... Starting php-f ...

  6. import cv2时ImportError: libjasper.so.1: cannot open shared object file: No such file or directory

    问题描述: 如题,导入cv2时出现ImportError: libjasper.so.1: cannot open shared object file: No such file or direct ...

  7. 【libcudnn】ImportError: libcudnn.so.7: cannot open shared object file: No such file or directory

    最近在服务器上安装tensorflow-gpu,安装完成后,在使用tensorflow的时候报错" ImportError: libcudnn.so.7: cannot open share ...

  8. ImportError: libpq.so.5: cannot open shared object file: No such file or directory

    import psycopg2 Traceback (most recent call last):   File "<stdin>", line 1, in ?   ...

  9. ImportError: libSM.so.6: cannot open shared object file: No such file or dir

    ImportError: libSM.so.6: cannot open shared object file: No such file or dir 出现错误: ImportError: libS ...

最新文章

  1. python线程的注意点(线程之间执行是无序的、主线程会等待所有的子线程执行结束再结束(守护主线程)、线程之间共享全局变量、线程之间共享全局变量数据出现错误问题(线程等待(join)、互斥锁))
  2. 如何配置IIS服务器使用的中间证书( 微软 KB954755)
  3. Java BigInteger类| isProbablePrime()方法与示例
  4. HTML/CSS/JavaScript学习笔记【持续更新】
  5. 带UpdatePanel页面返回js问题
  6. win7 双屏 双工具栏_不知道这几个双屏操作技巧,你的显示器就白买了
  7. 一篇极好的Git 总结
  8. swift. 扩展类添加属性_IOS_Swift中用到extension的一些基本的扩展功能讲解,现有的类,结构或枚举类型的 - phpStudy...
  9. vm15 安装win11 预览版
  10. NX/UG二次开发—装配—实现标准件库添加组件效果
  11. 贤华老师教你正确护肤,卸妆第一步 选择卸妆产品很重要
  12. 虚拟拨号服务器名称,怎么设置虚拟拨号服务器
  13. Cmake的重新编译
  14. 为什么不居中(CellRangeAddress),关于excel导出合并单元格
  15. 个人Linux学习笔记操作大全
  16. 《实用回归分析》 何晓群 第五章
  17. ESP8266从点灯到遥控小车(三)——组装小车,0代码开发APP控制小车
  18. wireshark 学习更进一步 之wireshark异常数据解读
  19. 随笔---有关爬虫的总结
  20. premiere不能打开mkv文件?3步快速搞定,这个方法简单好用!

热门文章

  1. lodop 简单实现订单批量打印
  2. python在cmd中文乱码解决办法
  3. 损失函数结果不理想解决方案——机器学习
  4. 都问我在阿里上班是什么体验?今天就闲聊一下在阿里上班的体验!
  5. docker重启后启动失败Failed to start Docker Application Container Engine.
  6. 谨慎使用Encoding.Default
  7. 构建数据库的场景以JSON转CSV
  8. 编写一个函数,计算两个数字的和,差,积,商
  9. 第一章 信息系统基础知识
  10. Redis在京东到家的订单中的使用