当前位置:网站首页>Anaconda如何顺利安装CV2
Anaconda如何顺利安装CV2
2022-07-31 16:16:00 【旅途中的宽~】
试了好几个命令没有一个可以的,已经装了Anaconda,想要安装这个cv2。conda install opencv命令也可以使用,但是会对numpy、pandas等包升级,我不想升级这些包。
最后查找了方法,找到了一个合适的方法:
首先,在命令行界面输入conda activate 你的环境名(base除外)
进入自己需要安装的环境,然后输入下面的命令:
conda install -c conda-forge opencv
最后按照要求即可安装成功!
边栏推荐
- TypeError: unhashable type: ‘list‘
- 宁波大学NBU IT项目管理期末考试知识点整理
- MySQL基础篇【单行函数】
- Implementing click on the 3D model in RenderTexture in Unity
- WPF project - basic usage of controls entry, you must know XAML
- Why is the field of hacking almost filled with boys?
- Visualize GraphQL schemas with GraphiQL
- 字符串反转的实现方法总结「建议收藏」
- Precautions and solutions when SIGABRT error is reported
- C language "the third is" upgrade (mode selection + AI chess)
猜你喜欢

Implementing DDD based on ABP

i.MX6ULL驱动开发 | 33 - NXP原厂网络设备驱动浅读(LAN8720 PHY)

SringMVC中个常见的几个问题

Graham's Scan method for solving convex hull problems

Use of radiobutton
![[TypeScript] In-depth study of TypeScript type operations](/img/d9/ee240ccba72e8d3114ee5c52ed0c8f.png)
[TypeScript] In-depth study of TypeScript type operations

Qt practical cases (54) - using transparency QPixmap design pictures

js的toString方法

BGP综合实验(建立对等体、路由反射器、联邦、路由宣告及聚合)

Graham‘s Scan法求解凸包问题
随机推荐
Premiere Pro 2022 for (pr 2022)v22.5.0
C程序是如何跑起来的01 —— 普通可执行文件的构成
二分查找的细节坑
牛客 HJ19 简单错误记录
Delete table data or clear table
i.MX6ULL驱动开发 | 33 - NXP原厂网络设备驱动浅读(LAN8720 PHY)
go图书管理系统
C language "the third is" upgrade (mode selection + AI chess)
The 2nd China PWA Developer Day
Vb how to connect mysql_vb how to connect to the database collection "advice"
Use of radiobutton
Doing things software development - the importance of law and understanding of reasonable conclusions
复杂高维医学数据挖掘与疾病风险分类研究
"Autumn Recruitment Series" MySQL Interview Core 25 Questions (with answers)
mysql黑窗口~建库建表
01 Encounter typescript, build environment
Oracle dynamically registers non-1521 ports
2.索引及调优篇【mysql高级】
2020微信小程序反编译教程(小程序反编译源码能用吗)
tensorflow2.0 cnn(layerwise)