首页 > 解决方案 > 我有 3.8.3 但我想使用 3.7

问题描述

如何安装 python 3.7 并使用它?
我在安装时遇到错误:

C:\Users\admin\PycharmProject\virtual_mouse>pip install mediapipe <br>
ERROR: Could not find a version that satisfies the requirement mediapipe<br>
ERROR: No matching distribution found for mediapipe

标签: pythonpycharm

解决方案


您可以使用 PyCharm 设置配置 Python 解释器

  • File-->Setting
  • 在部分的左侧project-->Project interpreter
  • 选择所需Project interpreter
  • Apply+OK

如果未列出,请使用加号添加。


推荐阅读