
2020-05-11 11277

2020-05-19 10310

2020-02-14 8903

2020-03-05 7488

2020-08-19 7469
import os import face_recognition as face from PIL import Image import datetime import time def enc
第一步下载 到python官网下载安装包 https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tar.xz 解压到/opt目录下 tar -cf
主要是安装dlib失败 可以先安装cmake(直接pip install cmake) pip3 install cmake -i https://pypi.tuna.tsinghua.edu.cn/
1、创建 hello.py 文件,内容如下 def hello( a,b ): print(a+b) return a+b if __name__ == '__main__
1、创建虚拟环境 python=3.6 conda create --name py3 python=3.6 2、查看虚拟环境 conda info -e 3、conda 激活环境 conda act
conda 安装失败 conda install flask-sqlalchemy 如果安装错误 1、更新conda到最新版本:conda update -n base conda 2、然后执行:co