当前位置:网站首页>How to install CV2 smoothly in Anaconda
How to install CV2 smoothly in Anaconda
2022-07-31 16:24:00 【Width in the journey~】
I have tried several commands and none of them work. I have installed Anaconda and want to install this cv2.The conda install opencv
command can also be used, but it will upgrade packages such as numpy, pandas
, etc. I don't want to upgrade these packages.
Finally searched for a method and found a suitable method:
First, enter conda activate your environment name (except base) in the command line interface
Enter the environment you need to install, and then enter the following command:
conda install -c conda-forge opencv
Finally follow the requirements to install successfully!
边栏推荐
- How Redis handles concurrent access
- go图书管理系统
- Emmet syntax
- tooltips使用教程(鼠标悬停时显示提示)
- 网站漏洞修复服务商关于越权漏洞分析
- 宁波大学NBU IT项目管理期末考试知识点整理
- 动态规划之线性dp(下)
- Deployment application life cycle and Pod health check
- What is the difference between BI software in the domestic market?
- [7.28] Code Source - [Fence Painting] [Appropriate Pairs (Data Enhanced Version)]
猜你喜欢
What is the difference between BI software in the domestic market?
第05章 存储引擎【1.MySQL架构篇】【MySQL高级】
i.MX6ULL driver development | 33 - NXP original network device driver reading (LAN8720 PHY)
The 2nd China PWA Developer Day
2022年整理LeetCode最新刷题攻略分享(附中文详细题解)
Use of radiobutton
Qt实战案例(54)——利用QPixmap设计图片透明度
2022年必读的12本机器学习书籍推荐
t-sne 数据可视化网络中的部分参数+
复杂高维医学数据挖掘与疾病风险分类研究
随机推荐
网站漏洞修复服务商关于越权漏洞分析
【Meetup预告】OpenMLDB+OneFlow:链接特征工程到模型训练,加速机器学习模型开发
动态规划之线性dp(下)
tooltips使用教程(鼠标悬停时显示提示)
Replication Latency Case (3) - Monotonic Read
多主复制下处理写冲突(4)-多主复制拓扑
Single-cell sequencing workflow (single-cell RNA sequencing)
复制延迟案例(1)-最终一致性
After the form is submitted, the page does not jump [easy to understand]
ansible学习笔记02
Oracle dynamically registers non-1521 ports
Baidu cloud web speed playback (is there any website available)
Snake Project (Simple)
牛客网刷题(三)
The new BMW 3 Series is on the market, with safety and comfort
2022年必读的12本机器学习书籍推荐
01 Encounter typescript, build environment
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none 失败
js的toString方法
字符指针赋值[通俗易懂]