我的系统是:
赢得10个64位
我正在尝试为python安装Pillow,但我永远做不到,因为我是新手。
我下载了5.3.0的车轮,因为我有3.7,然后尝试安装但得到了:
pip install Pillow==5.3.0
'install' is not recognized as an internal or external command,
operable program or batch file.
有人知道解决方案,或者更好但更轻松的下载枕头的方法吗?
答案 0 :(得分:2)
我尝试了该命令,它对我有用:
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.
您应该检查python3.7中是否安装了 pip 。它可能甚至没有安装。
在您的标记中,您提到了 Pycharm ,在其中,您并未安装具有自己的ocntrol ui软件包的pip软件包。