无法安装 mediapipe 包
Not able to install mediapipe package
所以最近我一直在尝试为我的一个 opencv 项目安装包 mediapipe
。但是当我尝试安装时它显示了这个错误:
Could not find a version that satisfies the requirement mediapipe (from versions: )
No matching distribution found for mediapipe
python version == 3.7.4
pip version == 19.3.0
当我尝试在 venv 之外安装它时还有一件事,它安装得很完美。
问题终于解决了。我使用的是 32 bit
解释器,您可以验证这一点,因为它显示 Python37-32
,这意味着 32 位解释器
所以你只需要换成 64 bit
python 解释器并确保你的 python 版本至少是 3.7
所以最近我一直在尝试为我的一个 opencv 项目安装包 mediapipe
。但是当我尝试安装时它显示了这个错误:
Could not find a version that satisfies the requirement mediapipe (from versions: )
No matching distribution found for mediapipe
python version == 3.7.4
pip version == 19.3.0
当我尝试在 venv 之外安装它时还有一件事,它安装得很完美。
问题终于解决了。我使用的是 32 bit
解释器,您可以验证这一点,因为它显示 Python37-32
,这意味着 32 位解释器
所以你只需要换成 64 bit
python 解释器并确保你的 python 版本至少是 3.7