You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Ubuntu 20.04 on python 3.8, the install gets stuck at Pillow until I hit Ctrl+C
$ pip3 install localshop -v
** snipped ***
Running setup.py (path:/tmp/pip-install-h51hwhx7/Pillow/setup.py) egg_info for package Pillow
Running command python setup.py egg_info
/home/stu/.local/lib/python3.8/site-packages/setuptools/distutils_patch.py:25: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first.
warnings.warn(
running egg_info
creating /tmp/pip-install-h51hwhx7/Pillow/pip-egg-info/Pillow.egg-info
writing /tmp/pip-install-h51hwhx7/Pillow/pip-egg-info/Pillow.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-install-h51hwhx7/Pillow/pip-egg-info/Pillow.egg-info/dependency_links.txt
writing top-level names to /tmp/pip-install-h51hwhx7/Pillow/pip-egg-info/Pillow.egg-info/top_level.txt
writing manifest file '/tmp/pip-install-h51hwhx7/Pillow/pip-egg-info/Pillow.egg-info/SOURCES.txt'
reading manifest file '/tmp/pip-install-h51hwhx7/Pillow/pip-egg-info/Pillow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.yaml'
warning: no files found matching '*.bdf' under directory 'Images'
warning: no files found matching '*.fli' under directory 'Images'
warning: no files found matching '*.gif' under directory 'Images'
warning: no files found matching '*.icns' under directory 'Images'
warning: no files found matching '*.ico' under directory 'Images'
warning: no files found matching '*.jpg' under directory 'Images'
warning: no files found matching '*.pbm' under directory 'Images'
warning: no files found matching '*.pil' under directory 'Images'
warning: no files found matching '*.png' under directory 'Images'
warning: no files found matching '*.ppm' under directory 'Images'
warning: no files found matching '*.psd' under directory 'Images'
warning: no files found matching '*.tar' under directory 'Images'
warning: no files found matching '*.webp' under directory 'Images'
warning: no files found matching '*.xpm' under directory 'Images'
warning: no files found matching 'README' under directory 'Sane'
warning: no files found matching 'README' under directory 'Scripts'
warning: no files found matching '*.icm' under directory 'Tests'
warning: no files found matching '*.txt' under directory 'Tk'
writing manifest file '/tmp/pip-install-h51hwhx7/Pillow/pip-egg-info/Pillow.egg-info/SOURCES.txt'
$pip3 install pillow works to completion though.
The text was updated successfully, but these errors were encountered:
On Ubuntu 20.04 on python 3.8, the install gets stuck at Pillow until I hit Ctrl+C
$pip3 install pillow
works to completion though.The text was updated successfully, but these errors were encountered: