Python 为什么可以';t我使用pip安装模块

Python 为什么可以';t我使用pip安装模块,python,pip,Python,Pip,我无法安装任何模块。例如,命令 pip install Pillow 给出以下错误 Collecting Pillow Could not find a version that satisfies the requirement Pillow (from versions: ) No matching distribution found for Pillow 我有一台有两个操作系统的mac电脑。一个是macOS Sierra,另一个是LinuxMint。两者都给出了完全相同的错误。在

我无法安装任何模块。例如,命令

pip install Pillow
给出以下错误

Collecting Pillow
  Could not find a version that satisfies the requirement Pillow (from versions: )
No matching distribution found for Pillow

我有一台有两个操作系统的mac电脑。一个是macOS Sierra,另一个是LinuxMint。两者都给出了完全相同的错误。

在linux中使用
sudopip安装枕
“我无法安装任何模块”。。这是否意味着您在尝试安装任何东西时会遇到相同的错误?当您尝试
pip安装django
pip安装flask
尝试
pip安装时会发生什么?用户枕头
不要听从@arsho的建议
sudo-pip安装
可能导致难以诊断和/或修复配置,除非您处于虚拟环境中。Python和pip的版本是什么
python--version
pip--version