-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
InstallationUsually a problem with …Usually a problem with …PackagingAny mention of setup.py; some overlap with Install labelAny mention of setup.py; some overlap with Install labelPlatformA catchall for platform-relatedA catchall for platform-relatedWindows
Description
I ran the command pip install Pillow
I expected the Pillow Package to install but instead got the following error
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-rgaobc15/Pillow/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-0t2ptbmp-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-rgaobc15/Pillow/
I am using pip version 9.0.1 python version 3.6.3 and I'm trying to install PIllow version 4.3.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
InstallationUsually a problem with …Usually a problem with …PackagingAny mention of setup.py; some overlap with Install labelAny mention of setup.py; some overlap with Install labelPlatformA catchall for platform-relatedA catchall for platform-relatedWindows