当前位置:网站首页>libpng12.so.0: cannot open shared object file: No such file or directory 亲测有效
libpng12.so.0: cannot open shared object file: No such file or directory 亲测有效
2022-07-01 05:33:00 【火星种萝卜】
在conda环境中调用opencv报错:ImportError: libpng12.so.0: cannot open shared object file: No such file or directory
原因:动态链接库丢失或路径找不到
解决:执行下列命令即可
wget -q -O /tmp/libpng12.deb http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb \
&& sudo dpkg -i /tmp/libpng12.deb \
&& rm /tmp/libpng12.deb
————————————————
版权声明:本文为CSDN博主「_Karry」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/tkzky001/article/details/114026174
边栏推荐
- [ffmpeg] [reprint] image mosaic: picture in picture with wheat
- Numeric amount plus comma; JS two methods of adding three digits and a comma to numbers; JS data formatting
- Multi table operation - foreign key cascade operation
- 数字金额加逗号;js给数字加三位一逗号间隔的两种方法;js数据格式化
- CockroachDB: The Resilient Geo-Distributed SQL Database 论文阅读笔记
- [RootersCTF2019]babyWeb
- How to meet the requirements of source code confidentiality and source code security management
- HDU - 1024 Max Sum Plus Plus(DP)
- Youqitong [vip] v3.7.2022.0106 official January 22 Edition
- Understand several related problems in JVM - JVM memory layout, class loading mechanism, garbage collection
猜你喜欢

基于微信小程序的青少年生理健康知识小助手(免费获取源码+项目介绍+运行介绍+运行截图+论文)
SSM的教务管理系统(免费源码获取)

Educational administration management system (free source code)

Use and principle of AQS related implementation classes

Summary of common components of applet

Typeorm framework

从底层结构开始学习FPGA----RAM IP的定制与测试

Simple implementation of database connection pool

Fluentd is easy to use. Combined with the rainbow plug-in market, log collection is faster

Basic electrician knowledge 100 questions
随机推荐
Is it safe for a novice to open a securities account?
Some common commands of podman
Set set detailed explanation
Tar command
Ebpf cilium practice (2) - underlying network observability
Application and principle of ThreadPoolExecutor thread pool
Unity project experience summary
Leetcode top 100 questions 1 Sum of two numbers
Floweable source code annotation (40) class delegation
Simple read / write verification of qdatastream
And search: the suspects (find the number of people related to the nth person)
Explanation of characteristics of hydraulic slip ring
printk 调试总结
Use and principle of Park unpark
数据治理:数据治理管理(第五篇)
QDataStream的簡單讀寫驗證
Use and principle of reentrantlock
JDBC common interview questions
More than one file was found with OS independent path ‘lib/armeabi-v7a/libyuv. so‘.
A little assistant for teenagers' physiological health knowledge based on wechat applet (free source code + project introduction + operation introduction + operation screenshot + Thesis)