Python3.7.3安装TensorFlow和OpenCV3

根据python的版本进行下载相应的文件

一、安装TensorFlow

进入网址https://pypi.org/project/tensorflow/#files下载TensorFlow文件

Python3.7.3安装TensorFlow和OpenCV3

进入下载好的文件目录,在创建的虚拟环境进行安装

 Python3.7.3安装TensorFlow和OpenCV3

Python3.7.3安装TensorFlow和OpenCV3

 最后import tensorflow安装成功

 二、安装OpenCV

进入网址https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv下载OpenCV

Python3.7.3安装TensorFlow和OpenCV3

进入下载好的文件目录,在创建的虚拟环境进行安装

Python3.7.3安装TensorFlow和OpenCV3

 同理,import cv2成功。