Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install gets stuck at pillow #213

Open
stuaxo opened this issue Aug 12, 2020 · 0 comments
Open

Install gets stuck at pillow #213

stuaxo opened this issue Aug 12, 2020 · 0 comments

Comments

@stuaxo
Copy link

stuaxo commented Aug 12, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant