当前位置:网站首页>安装OpenCV--conda建立虚拟环境并在jupyter中添加此环境的kernel
安装OpenCV--conda建立虚拟环境并在jupyter中添加此环境的kernel
2022-07-05 06:20:00 【寒叶飘逸_】
第一步:创建名为myopencv的虚拟环境
win+R -->cmd
conda create --name myopencv python=3.7
第二步:下载OpenCV-python
下载页面:https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
找到OpenCV,因为当前python版本为3.7,操作系统为64位,所以下载
把安装文件下载到本地(D:\Anaconda3\envs\myopencv)
在cmd命令行中激活环境
activate myopencv
pip install D:\Anaconda3\envs\myopencv\opencv_python-4.4.0-cp37-cp37m-win_amd64.whl
之后进入myopencv的Python环境
发现在此环境中我没有安装numpy
退出Python环境,在myopencv环境中安装numpy
exit()
pip install numpy
再次进入myopencv的Python环境
import cv2
安装成功!!!
退出Python环境,查看环境中包含的所有包
exit()
pip list
发现没有ipykernel,进行安装
pip install ipykernel
安装成功
激活默认环境(base),查看当前环境(有*的是当前环境)
activate base
conda env base
进入要添加到jupyter的kernel的环境,输入
python -m ipykernel install --name myopencv
Installed kernelspec myopencv in C:\ProgramData\jupyter\kernels\myopencv
将kernel添加到jupyter的kernel列表中
查看jupyter的kernel列表
进入jupyter中查看
参考资料:
- https://zhuanlan.zhihu.com/p/37050300
- https://zhuanlan.zhihu.com/p/37708958
- https://www.jianshu.com/p/7a996a7f1c9e
- https://blog.csdn.net/zhaoguanghe/article/details/103389302
边栏推荐
- Groupbykey() and reducebykey() and combinebykey() in spark
- MatrixDB v4.5.0 重磅发布,全新推出 MARS2 存储引擎!
- Liunx starts redis
- 高斯消元 AcWing 884. 高斯消元解异或線性方程組
- 高斯消元 AcWing 884. 高斯消元解异或线性方程组
- MySQL advanced part 1: index
- MySQL advanced part 1: View
- 打印机脱机时一种容易被忽略的原因
- LeetCode-54
- Network security skills competition in Secondary Vocational Schools -- a tutorial article on middleware penetration testing in Guangxi regional competition
猜你喜欢
Single chip computer engineering experience - layered idea
[2021]GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields
Leetcode stack related
MPLS experiment
MySQL advanced part 1: View
Navicat連接Oracle數據庫報錯ORA-28547或ORA-03135
MIT-6874-Deep Learning in the Life Sciences Week 7
背包问题 AcWing 9. 分组背包问题
博弈论 AcWing 893. 集合-Nim游戏
栈 AcWing 3302. 表达式求值
随机推荐
Erreur de connexion Navicat à la base de données Oracle Ora - 28547 ou Ora - 03135
C - XOR to all (binary topic)
Nested method, calculation attribute is not applicable, use methods
[2021]IBRNet: Learning Multi-View Image-Based Rendering Qianqian
阿里巴巴成立企业数智服务公司“瓴羊”,聚焦企业数字化增长
SQLMAP使用教程(一)
Chart. JS - Format Y axis - chart js - Formatting Y axis
MIT-6874-Deep Learning in the Life Sciences Week 7
Quickly use Amazon memorydb and build your own redis memory database
Leetcode-31: next spread
TypeScript 基础讲解
MySQL advanced part 1: index
What is socket? Basic introduction to socket
Operator priority, one catch, no doubt
[rust notes] 16 input and output (Part 1)
Shutter web hardware keyboard monitoring
LeetCode-54
Leetcode backtracking method
Records of some tools 2022
Sword finger offer II 058: schedule