当前位置:网站首页>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
最后按照要求即可安装成功!
边栏推荐
- go图书管理系统
- 小程序:matlab解微分方程「建议收藏」
- C语言-函数
- server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none 失败
- Handling write conflicts under multi-master replication (4) - multi-master replication topology
- Browser's built-in color picker
- Summary of the implementation method of string inversion "recommended collection"
- Qt实战案例(54)——利用QPixmap设计图片透明度
- MySQL multi-table union query
- 7. Summary of common interview questions
猜你喜欢

T - sne + data visualization parts of the network parameters

Use of radiobutton

How C programs run 01 - the composition of ordinary executable files

.NET 20th Anniversary Interview - Zhang Shanyou: How .NET technology empowers and changes the world

EF Core 2.2中将ORM框架生成的SQL语句输出到控制台

C语言”三子棋“升级版(模式选择+AI下棋)

The new BMW 3 Series is on the market, with safety and comfort

Why is the field of hacking almost filled with boys?

6-22漏洞利用-postgresql数据库密码破解
![[TypeScript] In-depth study of TypeScript type operations](/img/d9/ee240ccba72e8d3114ee5c52ed0c8f.png)
[TypeScript] In-depth study of TypeScript type operations
随机推荐
Delete the disk in good condition (recovery partition)
Applicable Scenarios of Multi-Master Replication (1) - Multi-IDC
【7.28】代码源 - 【Fence Painting】【合适数对(数据加强版)】
Kubernetes常用命令
.NET 20周年专访 - 张善友:.NET 技术是如何赋能并改变世界的
动态规划之线性dp(下)
基于ABP实现DDD
Graham‘s Scan法求解凸包问题
The arm button controls the flashing of the led light (embedded button experiment report)
长得很怪的箱图
Premiere Pro 2022 for (pr 2022)v22.5.0
How to switch remote server in gerrit
ASP.NET Core generates continuous Guid
C程序是如何跑起来的01 —— 普通可执行文件的构成
Applicable scenario of multi-master replication (2) - client and collaborative editing that require offline operation
二分查找的细节坑
宁波大学NBU IT项目管理期末考试知识点整理
Why is the field of hacking almost filled with boys?
牛客 HJ16 购物单
MySQL基础篇【单行函数】