0
点赞
收藏
分享

微信扫一扫

cvzone 中findPosition function takes exactly 2 arguments (4 given)

自信的姐姐 2022-03-20 阅读 27
python

重装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  永久
 

举报

相关推荐

0 条评论