重装opencv-contrib-python 即可
一系列换源操作
pip install Pyinstaller -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
cd ana\envs\p36\Scripts
ipykernel
python -m ipykernel install --user --name tf2(一定要跟你的虚拟环境名一致)
pip install 模块包名字 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 永久