尝试为python 3.7安装pillow 5.3.0时出现问题

Problem trying to install pillow 5.3.0 for python 3.7

本问题已经有最佳答案,请猛点这里访问。

我的系统是:

赢10 64位

我试着给Python装枕头,但我做不到,我对这种东西还不熟悉。

我下载了5.3.0版的车轮,因为我有3.7版,然后我尝试安装,但得到了:

1
2
3
pip install Pillow==5.3.0
'install' is not recognized as an internal or external command,
operable program or batch file.

有人知道一个解决方案或更好的,但更容易下载枕头的方法吗?


我试过这个命令,它对我有用:

1
2
3
4
5
6
7
8
9
C:\Users>workon python37
(python37) C:\Users>pip install Pillow==5.3.0
Collecting Pillow==5.3.0
  Downloading https://files.pythonhosted.org/packages/55/ea/305f61258278790706e69f01c53e107b0830ea5a4a69aa1f2c11fe605ed3/Pillow-5.3.0-cp37-cp37m-win_amd64.whl (1.6MB)
    100% |████████████████████████████████| 1.6MB 3.9MB/s
Installing collected packages: Pillow
Successfully installed Pillow-5.3.0
You are using pip version 18.0, however, version 18.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

您应该检查pip是否安装在python3.7中。它甚至可能没有安装。

在您的标签中,您提到了pycharm,并且在其中,您没有安装带有pip的包,它有自己的包ocontrolui。

Pycharm软件包安装指南