因此,当我尝试pip安装mediapipe时,我看到类似ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none) ERROR: No matching distribution found for mediapipeimage的错误这里是错误和pip和python版本的图像我有64位python
The current latest version mediapipe 0.9.0.1 provides wheels for Windows for Python 3.7-3.10. A wheel for Python 3.11 is only available for Linux. 底线是:不要那么快升级你的Python,等到你使用的所有第三方库都升级了。 降级你的Python,使用Python 3.10 64位。或者尝试从源代码构建。
1条答案
按热度按时间h7appiyu1#
The current latest version mediapipe 0.9.0.1 provides wheels for Windows for Python 3.7-3.10. A wheel for Python 3.11 is only available for Linux.
底线是:不要那么快升级你的Python,等到你使用的所有第三方库都升级了。
降级你的Python,使用Python 3.10 64位。或者尝试从源代码构建。