当前位置:网站首页>ModuleNotFoundError: No module named 'cv2'
ModuleNotFoundError: No module named 'cv2'
2022-07-19 05:17:00 【UeFan】
No module named 'cv2', 需要pip 安装,然后就能用import cv2了~
(是opencv-python,不是python-opencv)
pip install opencv-python
边栏推荐
猜你喜欢
随机推荐
网络安全学习(十七)VlAN
Unreal Engine learning (I)
Mikrotik ROS软路由设置上网方式(三)
DHCP service and configuration
Leetcode:13. Roman numeral to integer [key value pair mapping]
RISC_V交叉编译环境(国内镜像 避坑)
CA运行fft版本
虚幻引擎学习(一)
2022美赛E题(Finalist Award)建模笔记
equals和“==”的异同
MySQL Galera cluster configuration
ceph详解之mon_osd_max_split_count
NJU南京大学数电实验课大实验:字符小游戏
FileInputStream与BufferedInputStream有哪些区别?
Network Security Learning (XXII) build virtual special lines for companies and branches
iptables examples
Nju Nanjing University Digital and electrical experiment class big experiment: character games
FIO test hard disk performance
Mikrotik ROS软路由设置上网方式(二)
Leetcode:2. Add two numbers [large number addition + analog carry]