pycharm安装settings 报错

Looking in indexes: https://mirrors.aliyun.com/pypi/simple/

ERROR: Could not find a version that satisfies the requirement settings (from versions: none)
ERROR: No matching distribution found for settings
WARNING: You are using pip version 21.1.2; however, version 22.0.3 is available.
You should consider upgrading via the 'C:\Users\TY001\PycharmProjects\pythonProject5\venv\Scripts\python.exe -m pip install --upgrade pip' command.

试过了网上的安装,也是同样的报错

执行一下命令更新pip:
python.exe -m pip install --upgrade pip

用这个命令试试 pip3 install 名称