当前位置:网站首页>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!
边栏推荐
- 数据表插入数据insert into
- 多主复制的适用场景(2)-需离线操作的客户端和协作编辑
- Small program: Matlab solves differential equations "recommended collection"
- Single-cell sequencing workflow (single-cell RNA sequencing)
- tensorflow2.0 cnn(layerwise)
- 百度网盘网页版加速播放(有可用的网站吗)
- LevelSequence源码分析
- 2022年必读的12本机器学习书籍推荐
- 牛客 HJ20 密码验证合格程序
- npm安装时卡在sill idealTree buildDeps,npm安装速度慢,npm安装卡在一个地方不动
猜你喜欢
随机推荐
The 2nd China PWA Developer Day
Codeforces Round #796 (Div. 2) (A-D)
The arm button controls the flashing of the led light (embedded button experiment report)
jeecg master-slave database read-write separation configuration "recommended collection"
Visualize GraphQL schemas with GraphiQL
上传图片-微信小程序(那些年的坑记录2022.4)
复制延迟案例(3)-单调读
How to switch remote server in gerrit
【7.29】Code Source - 【Arrangement】【Stone Game II】【Cow and Snacks】【Minimum Number of Spawns】【Sequence】
SringMVC中个常见的几个问题
Precautions and solutions when SIGABRT error is reported
Implementing distributed locks based on Redis (SETNX), case: Solving oversold orders under high concurrency
Summary of the implementation method of string inversion "recommended collection"
【Meetup预告】OpenMLDB+OneFlow:链接特征工程到模型训练,加速机器学习模型开发
MySQL database operations
使用 Postman 工具高效管理和测试 SAP ABAP OData 服务的试读版
Snake Project (Simple)
第二届中国PWA开发者日
仿生毛毛虫机器人源码
2022年整理LeetCode最新刷题攻略分享(附中文详细题解)