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

这篇博客详细介绍了如何重新安装opencv-contrib-python,并提供了多步骤的Python环境配置指南,包括更换pip源、conda渠道设置,以及pip和conda的全局配置更新。此外,还涉及到ipykernel的安装和虚拟环境的匹配。内容对于需要优化Python和conda环境的开发者具有实用价值。
摘要由CSDN通过智能技术生成

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

conda config --remove-key channels
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.bfsu.edu.cn/anaconda/cloud/pytorch/
conda config --set show_channel_urls yes
pip config set global.index-url https://mirrors.ustc.edu.cn/pypi/web/simple
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值