Giter Site home page Giter Site logo

anline's People

Contributors

neeraj319 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

anline's Issues

pip install -r requirements.txt fails to install Pillow==8.0.1

Python version: 3.10.4
Pip version: 22.0.2
Pillow==8.0.1 doesn't install but latest version of pillow(9.1.1) gets installed fine.

pip log file:

2022-06-24T07:14:57,893 Collecting Pillow==8.0.1
2022-06-24T07:14:57,894   Created temporary directory: /tmp/pip-unpack-fsi5j12g
2022-06-24T07:14:58,020   Using cached Pillow-8.0.1.tar.gz (44.6 MB)
2022-06-24T07:14:59,210   Added Pillow==8.0.1 from https://files.pythonhosted.org/packages/2b/06/93bf1626ef36815010e971a5ce90f49919d84ab5d2fa310329f843a74bc1/Pillow-8.0.1.tar.gz#sha256=11c5c6e9b02c9dac08af04f093eb5a2f84857df70a7d4a6a6ad461aca803fb9e (from -r requirements.txt (line 13)) to build tracker '/tmp/pip-req-tracker-gvr6ksuv'
2022-06-24T07:14:59,210   Running setup.py (path:/tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/setup.py) egg_info for package Pillow
2022-06-24T07:14:59,210   Created temporary directory: /tmp/pip-pip-egg-info-zs2ze4dr
2022-06-24T07:14:59,210   Running command python setup.py egg_info
2022-06-24T07:14:59,396   running egg_info
2022-06-24T07:14:59,397   creating /tmp/pip-pip-egg-info-zs2ze4dr/Pillow.egg-info
2022-06-24T07:14:59,397   writing /tmp/pip-pip-egg-info-zs2ze4dr/Pillow.egg-info/PKG-INFO
2022-06-24T07:14:59,397   writing dependency_links to /tmp/pip-pip-egg-info-zs2ze4dr/Pillow.egg-info/dependency_links.txt
2022-06-24T07:14:59,397   writing top-level names to /tmp/pip-pip-egg-info-zs2ze4dr/Pillow.egg-info/top_level.txt
2022-06-24T07:14:59,398   writing manifest file '/tmp/pip-pip-egg-info-zs2ze4dr/Pillow.egg-info/SOURCES.txt'
2022-06-24T07:14:59,401   reading manifest file '/tmp/pip-pip-egg-info-zs2ze4dr/Pillow.egg-info/SOURCES.txt'
2022-06-24T07:14:59,401   reading manifest template 'MANIFEST.in'
2022-06-24T07:14:59,401   warning: no files found matching '*.c'
2022-06-24T07:14:59,401   warning: no files found matching '*.h'
2022-06-24T07:14:59,402   warning: no files found matching '*.sh'
2022-06-24T07:14:59,413   warning: no previously-included files found matching '.appveyor.yml'
2022-06-24T07:14:59,413   warning: no previously-included files found matching '.coveragerc'
2022-06-24T07:14:59,414   warning: no previously-included files found matching '.editorconfig'
2022-06-24T07:14:59,414   warning: no previously-included files found matching '.readthedocs.yml'
2022-06-24T07:14:59,415   warning: no previously-included files found matching 'codecov.yml'
2022-06-24T07:14:59,416   warning: no previously-included files matching '.git*' found anywhere in distribution
2022-06-24T07:14:59,417   warning: no previously-included files matching '*.pyc' found anywhere in distribution
2022-06-24T07:14:59,418   warning: no previously-included files matching '*.so' found anywhere in distribution
2022-06-24T07:14:59,418   no previously-included directories found matching '.ci'
2022-06-24T07:14:59,418   adding license file 'LICENSE'
2022-06-24T07:14:59,429   writing manifest file '/tmp/pip-pip-egg-info-zs2ze4dr/Pillow.egg-info/SOURCES.txt'
2022-06-24T07:14:59,454   Source in /tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652 has version 8.0.1, which satisfies requirement Pillow==8.0.1 from https://files.pythonhosted.org/packages/2b/06/93bf1626ef36815010e971a5ce90f49919d84ab5d2fa310329f843a74bc1/Pillow-8.0.1.tar.gz#sha256=11c5c6e9b02c9dac08af04f093eb5a2f84857df70a7d4a6a6ad461aca803fb9e (from -r requirements.txt (line 13))
2022-06-24T07:14:59,454   Removed Pillow==8.0.1 from https://files.pythonhosted.org/packages/2b/06/93bf1626ef36815010e971a5ce90f49919d84ab5d2fa310329f843a74bc1/Pillow-8.0.1.tar.gz#sha256=11c5c6e9b02c9dac08af04f093eb5a2f84857df70a7d4a6a6ad461aca803fb9e (from -r requirements.txt (line 13)) from build tracker '/tmp/pip-req-tracker-gvr6ksuv'
2022-06-24T07:14:59,455 Requirement already satisfied: pycodestyle==2.6.0 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (2.6.0)
2022-06-24T07:14:59,457 Requirement already satisfied: pycparser==2.21 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (2.21)
2022-06-24T07:14:59,458 Requirement already satisfied: PyJWT==2.4.0 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (2.4.0)
2022-06-24T07:14:59,460 Requirement already satisfied: python-decouple==3.3 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (3.3)
2022-06-24T07:14:59,461 Requirement already satisfied: python-dotenv==0.15.0 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (0.15.0)
2022-06-24T07:14:59,462 Requirement already satisfied: python3-openid==3.2.0 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (3.2.0)
2022-06-24T07:14:59,463 Requirement already satisfied: pytz==2020.1 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (2020.1)
2022-06-24T07:14:59,465 Requirement already satisfied: requests==2.28.0 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (2.28.0)
2022-06-24T07:14:59,466 Requirement already satisfied: requests-oauthlib==1.3.1 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.3.1)
2022-06-24T07:14:59,468 Requirement already satisfied: sqlparse==0.3.1 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.3.1)
2022-06-24T07:14:59,469 Requirement already satisfied: toml==0.10.1 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.10.1)
2022-06-24T07:14:59,470 Requirement already satisfied: urllib3==1.26.9 in ./myenv/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (1.26.9)
2022-06-24T07:14:59,614 Created temporary directory: /tmp/pip-unpack-73ost6vh
2022-06-24T07:14:59,614 Building wheels for collected packages: Pillow
2022-06-24T07:14:59,615   Created temporary directory: /tmp/pip-wheel-3v6qx7ql
2022-06-24T07:14:59,615   Destination directory: /tmp/pip-wheel-3v6qx7ql
2022-06-24T07:14:59,615   Running command python setup.py bdist_wheel
2022-06-24T07:14:59,805   running bdist_wheel
2022-06-24T07:14:59,806   running build
2022-06-24T07:14:59,806   running build_py
2022-06-24T07:14:59,808   creating build
2022-06-24T07:14:59,808   creating build/lib.linux-x86_64-3.10
2022-06-24T07:14:59,808   creating build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,808   copying src/PIL/SgiImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,808   copying src/PIL/ImageMode.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,808   copying src/PIL/CurImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,809   copying src/PIL/GdImageFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,809   copying src/PIL/ImageShow.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,809   copying src/PIL/ContainerIO.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,809   copying src/PIL/ImageFilter.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,809   copying src/PIL/PaletteFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,809   copying src/PIL/GimpGradientFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,809   copying src/PIL/TiffTags.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,809   copying src/PIL/ImageFont.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,810   copying src/PIL/ImagePalette.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,810   copying src/PIL/__main__.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,810   copying src/PIL/ImageChops.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,810   copying src/PIL/BlpImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,810   copying src/PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,811   copying src/PIL/ImageSequence.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,811   copying src/PIL/ImageTk.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,811   copying src/PIL/XpmImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,811   copying src/PIL/ImageQt.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,811   copying src/PIL/FliImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,812   copying src/PIL/ImageCms.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,812   copying src/PIL/ImageColor.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,812   copying src/PIL/PsdImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,812   copying src/PIL/__init__.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,812   copying src/PIL/ImageFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,812   copying src/PIL/ImageDraw2.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,812   copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,813   copying src/PIL/XbmImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,813   copying src/PIL/IcoImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,813   copying src/PIL/BmpImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,813   copying src/PIL/ImageWin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,813   copying src/PIL/ImageGrab.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,813   copying src/PIL/GbrImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,813   copying src/PIL/BdfFontFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,813   copying src/PIL/JpegPresets.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,814   copying src/PIL/_tkinter_finder.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,814   copying src/PIL/FtexImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,814   copying src/PIL/IptcImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,814   copying src/PIL/ExifTags.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,814   copying src/PIL/PdfParser.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,814   copying src/PIL/GifImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,815   copying src/PIL/DdsImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,815   copying src/PIL/PdfImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,815   copying src/PIL/DcxImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,815   copying src/PIL/PpmImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,815   copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,815   copying src/PIL/PSDraw.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,815   copying src/PIL/ImageMorph.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,815   copying src/PIL/ImagePath.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,816   copying src/PIL/SunImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,816   copying src/PIL/Image.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,816   copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,816   copying src/PIL/MpoImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,816   copying src/PIL/ImImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,816   copying src/PIL/ImageEnhance.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,817   copying src/PIL/EpsImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,817   copying src/PIL/GimpPaletteFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,817   copying src/PIL/JpegImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,817   copying src/PIL/PcdImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,817   copying src/PIL/TarIO.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,817   copying src/PIL/ImtImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,817   copying src/PIL/features.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,818   copying src/PIL/PyAccess.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,818   copying src/PIL/FontFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,818   copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,818   copying src/PIL/ImageTransform.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,818   copying src/PIL/_version.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,818   copying src/PIL/PalmImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,818   copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,818   copying src/PIL/FpxImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,819   copying src/PIL/MspImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,819   copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,819   copying src/PIL/ImageOps.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,819   copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,819   copying src/PIL/PcfFontFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,819   copying src/PIL/ImageStat.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,819   copying src/PIL/TgaImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,820   copying src/PIL/PixarImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,820   copying src/PIL/WmfImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,820   copying src/PIL/WalImageFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,820   copying src/PIL/MpegImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,820   copying src/PIL/WebPImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,820   copying src/PIL/ImageDraw.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,820   copying src/PIL/PcxImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,821   copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,821   copying src/PIL/_binary.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,821   copying src/PIL/PngImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,821   copying src/PIL/ImageMath.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,821   copying src/PIL/MicImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,821   copying src/PIL/_util.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,821   copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:14:59,822   running egg_info
2022-06-24T07:14:59,824   writing src/Pillow.egg-info/PKG-INFO
2022-06-24T07:14:59,825   writing dependency_links to src/Pillow.egg-info/dependency_links.txt
2022-06-24T07:14:59,825   writing top-level names to src/Pillow.egg-info/top_level.txt
2022-06-24T07:14:59,827   reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
2022-06-24T07:14:59,832   reading manifest template 'MANIFEST.in'
2022-06-24T07:14:59,833   warning: no files found matching '*.c'
2022-06-24T07:14:59,833   warning: no files found matching '*.h'
2022-06-24T07:14:59,833   warning: no files found matching '*.sh'
2022-06-24T07:14:59,844   warning: no previously-included files found matching '.appveyor.yml'
2022-06-24T07:14:59,845   warning: no previously-included files found matching '.coveragerc'
2022-06-24T07:14:59,846   warning: no previously-included files found matching '.editorconfig'
2022-06-24T07:14:59,847   warning: no previously-included files found matching '.readthedocs.yml'
2022-06-24T07:14:59,848   warning: no previously-included files found matching 'codecov.yml'
2022-06-24T07:14:59,849   warning: no previously-included files matching '.git*' found anywhere in distribution
2022-06-24T07:14:59,851   warning: no previously-included files matching '*.pyc' found anywhere in distribution
2022-06-24T07:14:59,853   warning: no previously-included files matching '*.so' found anywhere in distribution
2022-06-24T07:14:59,854   no previously-included directories found matching '.ci'
2022-06-24T07:14:59,854   adding license file 'LICENSE'
2022-06-24T07:14:59,871   writing manifest file 'src/Pillow.egg-info/SOURCES.txt'
2022-06-24T07:14:59,879   running build_ext


2022-06-24T07:14:59,903   The headers or library files could not be found for jpeg,
2022-06-24T07:14:59,903   a required dependency when compiling Pillow from source.

2022-06-24T07:14:59,903   Please see the install instructions at:
2022-06-24T07:14:59,903      https://pillow.readthedocs.io/en/latest/installation.html

2022-06-24T07:14:59,903   Traceback (most recent call last):
2022-06-24T07:14:59,903     File "/tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/setup.py", line 861, in <module>
2022-06-24T07:14:59,903       setup(
2022-06-24T07:14:59,903     File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/setuptools/__init__.py", line 153, in setup
2022-06-24T07:14:59,903       return distutils.core.setup(**attrs)
2022-06-24T07:14:59,903     File "/usr/lib/python3.10/distutils/core.py", line 148, in setup
2022-06-24T07:14:59,904       dist.run_commands()
2022-06-24T07:14:59,904     File "/usr/lib/python3.10/distutils/dist.py", line 966, in run_commands
2022-06-24T07:14:59,904       self.run_command(cmd)
2022-06-24T07:14:59,904     File "/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
2022-06-24T07:14:59,904       cmd_obj.run()
2022-06-24T07:14:59,904     File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/wheel/bdist_wheel.py", line 299, in run
2022-06-24T07:14:59,904       self.run_command('build')
2022-06-24T07:14:59,904     File "/usr/lib/python3.10/distutils/cmd.py", line 313, in run_command
2022-06-24T07:14:59,904       self.distribution.run_command(command)
2022-06-24T07:14:59,904     File "/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
2022-06-24T07:14:59,904       cmd_obj.run()
2022-06-24T07:14:59,904     File "/usr/lib/python3.10/distutils/command/build.py", line 135, in run
2022-06-24T07:14:59,904       self.run_command(cmd_name)
2022-06-24T07:14:59,904     File "/usr/lib/python3.10/distutils/cmd.py", line 313, in run_command
2022-06-24T07:14:59,905       self.distribution.run_command(command)
2022-06-24T07:14:59,905     File "/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
2022-06-24T07:14:59,905       cmd_obj.run()
2022-06-24T07:14:59,905     File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/setuptools/command/build_ext.py", line 79, in run
2022-06-24T07:14:59,905       _build_ext.run(self)
2022-06-24T07:14:59,905     File "/usr/lib/python3.10/distutils/command/build_ext.py", line 340, in run
2022-06-24T07:14:59,905       self.build_extensions()
2022-06-24T07:14:59,905     File "/tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/setup.py", line 698, in build_extensions
2022-06-24T07:14:59,905       raise RequiredDependencyException(f)
2022-06-24T07:14:59,905   __main__.RequiredDependencyException: jpeg

2022-06-24T07:14:59,905   During handling of the above exception, another exception occurred:

2022-06-24T07:14:59,905   Traceback (most recent call last):
2022-06-24T07:14:59,906     File "<string>", line 2, in <module>
2022-06-24T07:14:59,906     File "<pip-setuptools-caller>", line 34, in <module>
2022-06-24T07:14:59,906     File "/tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/setup.py", line 914, in <module>
2022-06-24T07:14:59,906       raise RequiredDependencyException(msg)
2022-06-24T07:14:59,906   __main__.RequiredDependencyException:

2022-06-24T07:14:59,906   The headers or library files could not be found for jpeg,
2022-06-24T07:14:59,906   a required dependency when compiling Pillow from source.

2022-06-24T07:14:59,906   Please see the install instructions at:
2022-06-24T07:14:59,906      https://pillow.readthedocs.io/en/latest/installation.html


2022-06-24T07:14:59,929   ERROR: [present-diagnostic] python setup.py bdist_wheel exited with 1
2022-06-24T07:14:59,937   [bold magenta]full command[/]: [blue]/home/nishant/Documents/temp/Anline/myenv/bin/python -u -c '
2022-06-24T07:14:59,937   exec(compile('"'"''"'"''"'"'
2022-06-24T07:14:59,937   # This is <pip-setuptools-caller> -- a caller that pip uses to run setup.py
2022-06-24T07:14:59,937   #
2022-06-24T07:14:59,937   # - It imports setuptools before invoking setup.py, to enable projects that directly
2022-06-24T07:14:59,937   #   import from `distutils.core` to work with newer packaging standards.
2022-06-24T07:14:59,937   # - It provides a clear error message when setuptools is not installed.
2022-06-24T07:14:59,937   # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so
2022-06-24T07:14:59,937   #   setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning:
2022-06-24T07:14:59,937   #     manifest_maker: standard file '"'"'-c'"'"' not found".
2022-06-24T07:14:59,937   # - It generates a shim setup.py, for handling setup.cfg-only projects.
2022-06-24T07:14:59,937   import os, sys, tokenize
2022-06-24T07:14:59,937   
2022-06-24T07:14:59,937   try:
2022-06-24T07:14:59,937       import setuptools
2022-06-24T07:14:59,937   except ImportError as error:
2022-06-24T07:14:59,937       print(
2022-06-24T07:14:59,937           "ERROR: Can not execute `setup.py` since setuptools is not available in "
2022-06-24T07:14:59,937           "the build environment.",
2022-06-24T07:14:59,937           file=sys.stderr,
2022-06-24T07:14:59,937       )
2022-06-24T07:14:59,937       sys.exit(1)
2022-06-24T07:14:59,937   
2022-06-24T07:14:59,937   __file__ = %r
2022-06-24T07:14:59,937   sys.argv[0] = __file__
2022-06-24T07:14:59,937   
2022-06-24T07:14:59,937   if os.path.exists(__file__):
2022-06-24T07:14:59,937       filename = __file__
2022-06-24T07:14:59,937       with tokenize.open(__file__) as f:
2022-06-24T07:14:59,937           setup_py_code = f.read()
2022-06-24T07:14:59,937   else:
2022-06-24T07:14:59,937       filename = "<auto-generated setuptools caller>"
2022-06-24T07:14:59,937       setup_py_code = "from setuptools import setup; setup()"
2022-06-24T07:14:59,937   
2022-06-24T07:14:59,937   exec(compile(setup_py_code, filename, "exec"))
2022-06-24T07:14:59,937   '"'"''"'"''"'"' % ('"'"'/tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/setup.py'"'"',), "<pip-setuptools-caller>", "exec"))' bdist_wheel -d /tmp/pip-wheel-3v6qx7ql[/]
2022-06-24T07:14:59,937   [bold magenta]cwd[/]: /tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/
2022-06-24T07:14:59,938   ERROR: Failed building wheel for Pillow
2022-06-24T07:14:59,938   Running setup.py clean for Pillow
2022-06-24T07:14:59,938   Running command python setup.py clean
2022-06-24T07:15:00,103   running clean
2022-06-24T07:15:00,103   removing 'build/lib.linux-x86_64-3.10' (and everything under it)
2022-06-24T07:15:00,105   'build/bdist.linux-x86_64' does not exist -- can't clean it
2022-06-24T07:15:00,106   'build/scripts-3.10' does not exist -- can't clean it
2022-06-24T07:15:00,106   removing 'build'
2022-06-24T07:15:00,127 Failed to build Pillow
2022-06-24T07:15:00,155 Installing collected packages: Pillow
2022-06-24T07:15:00,155   Created temporary directory: /tmp/pip-record-xac14ons
2022-06-24T07:15:00,155   Running command Running setup.py install for Pillow
2022-06-24T07:15:00,338   running install
2022-06-24T07:15:00,338   /home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
2022-06-24T07:15:00,338     warnings.warn(
2022-06-24T07:15:00,338   running build
2022-06-24T07:15:00,338   running build_py
2022-06-24T07:15:00,340   creating build
2022-06-24T07:15:00,340   creating build/lib.linux-x86_64-3.10
2022-06-24T07:15:00,340   creating build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,340   copying src/PIL/SgiImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,340   copying src/PIL/ImageMode.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/CurImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/GdImageFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/ImageShow.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/ContainerIO.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/ImageFilter.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/PaletteFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/GimpGradientFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/TiffTags.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/ImageFont.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/ImagePalette.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,341   copying src/PIL/__main__.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,342   copying src/PIL/ImageChops.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,342   copying src/PIL/BlpImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,342   copying src/PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,342   copying src/PIL/ImageSequence.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,342   copying src/PIL/ImageTk.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,342   copying src/PIL/XpmImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,342   copying src/PIL/ImageQt.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,342   copying src/PIL/FliImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,342   copying src/PIL/ImageCms.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,342   copying src/PIL/ImageColor.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/PsdImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/__init__.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/ImageFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/ImageDraw2.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/XbmImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/IcoImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/BmpImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/ImageWin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/ImageGrab.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,343   copying src/PIL/GbrImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/BdfFontFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/JpegPresets.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/_tkinter_finder.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/FtexImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/IptcImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/ExifTags.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/PdfParser.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/GifImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/DdsImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/PdfImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,344   copying src/PIL/DcxImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,345   copying src/PIL/PpmImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,345   copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,345   copying src/PIL/PSDraw.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,345   copying src/PIL/ImageMorph.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,345   copying src/PIL/ImagePath.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,345   copying src/PIL/SunImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,345   copying src/PIL/Image.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,345   copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,345   copying src/PIL/MpoImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,345   copying src/PIL/ImImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/ImageEnhance.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/EpsImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/GimpPaletteFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/JpegImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/PcdImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/TarIO.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/ImtImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/features.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/PyAccess.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/FontFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,346   copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,347   copying src/PIL/ImageTransform.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,347   copying src/PIL/_version.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,347   copying src/PIL/PalmImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,347   copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,347   copying src/PIL/FpxImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,347   copying src/PIL/MspImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,347   copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,347   copying src/PIL/ImageOps.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,347   copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,347   copying src/PIL/PcfFontFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/ImageStat.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/TgaImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/PixarImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/WmfImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/WalImageFile.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/MpegImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/WebPImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/ImageDraw.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/PcxImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,348   copying src/PIL/_binary.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,349   copying src/PIL/PngImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,349   copying src/PIL/ImageMath.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,349   copying src/PIL/MicImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,349   copying src/PIL/_util.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,349   copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-x86_64-3.10/PIL
2022-06-24T07:15:00,349   running egg_info
2022-06-24T07:15:00,352   writing src/Pillow.egg-info/PKG-INFO
2022-06-24T07:15:00,352   writing dependency_links to src/Pillow.egg-info/dependency_links.txt
2022-06-24T07:15:00,352   writing top-level names to src/Pillow.egg-info/top_level.txt
2022-06-24T07:15:00,355   reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
2022-06-24T07:15:00,360   reading manifest template 'MANIFEST.in'
2022-06-24T07:15:00,360   warning: no files found matching '*.c'
2022-06-24T07:15:00,360   warning: no files found matching '*.h'
2022-06-24T07:15:00,361   warning: no files found matching '*.sh'
2022-06-24T07:15:00,371   warning: no previously-included files found matching '.appveyor.yml'
2022-06-24T07:15:00,372   warning: no previously-included files found matching '.coveragerc'
2022-06-24T07:15:00,373   warning: no previously-included files found matching '.editorconfig'
2022-06-24T07:15:00,374   warning: no previously-included files found matching '.readthedocs.yml'
2022-06-24T07:15:00,375   warning: no previously-included files found matching 'codecov.yml'
2022-06-24T07:15:00,376   warning: no previously-included files matching '.git*' found anywhere in distribution
2022-06-24T07:15:00,378   warning: no previously-included files matching '*.pyc' found anywhere in distribution
2022-06-24T07:15:00,380   warning: no previously-included files matching '*.so' found anywhere in distribution
2022-06-24T07:15:00,381   no previously-included directories found matching '.ci'
2022-06-24T07:15:00,381   adding license file 'LICENSE'
2022-06-24T07:15:00,397   writing manifest file 'src/Pillow.egg-info/SOURCES.txt'
2022-06-24T07:15:00,406   running build_ext


2022-06-24T07:15:00,429   The headers or library files could not be found for jpeg,
2022-06-24T07:15:00,429   a required dependency when compiling Pillow from source.

2022-06-24T07:15:00,429   Please see the install instructions at:
2022-06-24T07:15:00,429      https://pillow.readthedocs.io/en/latest/installation.html

2022-06-24T07:15:00,430   Traceback (most recent call last):
2022-06-24T07:15:00,430     File "/tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/setup.py", line 861, in <module>
2022-06-24T07:15:00,430       setup(
2022-06-24T07:15:00,430     File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/setuptools/__init__.py", line 153, in setup
2022-06-24T07:15:00,430       return distutils.core.setup(**attrs)
2022-06-24T07:15:00,430     File "/usr/lib/python3.10/distutils/core.py", line 148, in setup
2022-06-24T07:15:00,430       dist.run_commands()
2022-06-24T07:15:00,430     File "/usr/lib/python3.10/distutils/dist.py", line 966, in run_commands
2022-06-24T07:15:00,430       self.run_command(cmd)
2022-06-24T07:15:00,430     File "/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
2022-06-24T07:15:00,430       cmd_obj.run()
2022-06-24T07:15:00,430     File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/setuptools/command/install.py", line 68, in run
2022-06-24T07:15:00,431       return orig.install.run(self)
2022-06-24T07:15:00,431     File "/usr/lib/python3.10/distutils/command/install.py", line 619, in run
2022-06-24T07:15:00,431       self.run_command('build')
2022-06-24T07:15:00,431     File "/usr/lib/python3.10/distutils/cmd.py", line 313, in run_command
2022-06-24T07:15:00,431       self.distribution.run_command(command)
2022-06-24T07:15:00,431     File "/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
2022-06-24T07:15:00,431       cmd_obj.run()
2022-06-24T07:15:00,431     File "/usr/lib/python3.10/distutils/command/build.py", line 135, in run
2022-06-24T07:15:00,431       self.run_command(cmd_name)
2022-06-24T07:15:00,431     File "/usr/lib/python3.10/distutils/cmd.py", line 313, in run_command
2022-06-24T07:15:00,431       self.distribution.run_command(command)
2022-06-24T07:15:00,431     File "/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
2022-06-24T07:15:00,431       cmd_obj.run()
2022-06-24T07:15:00,431     File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/setuptools/command/build_ext.py", line 79, in run
2022-06-24T07:15:00,432       _build_ext.run(self)
2022-06-24T07:15:00,432     File "/usr/lib/python3.10/distutils/command/build_ext.py", line 340, in run
2022-06-24T07:15:00,432       self.build_extensions()
2022-06-24T07:15:00,432     File "/tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/setup.py", line 698, in build_extensions
2022-06-24T07:15:00,432       raise RequiredDependencyException(f)
2022-06-24T07:15:00,432   __main__.RequiredDependencyException: jpeg

2022-06-24T07:15:00,432   During handling of the above exception, another exception occurred:

2022-06-24T07:15:00,432   Traceback (most recent call last):
2022-06-24T07:15:00,432     File "<string>", line 2, in <module>
2022-06-24T07:15:00,432     File "<pip-setuptools-caller>", line 34, in <module>
2022-06-24T07:15:00,432     File "/tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/setup.py", line 914, in <module>
2022-06-24T07:15:00,432       raise RequiredDependencyException(msg)
2022-06-24T07:15:00,432   __main__.RequiredDependencyException:

2022-06-24T07:15:00,433   The headers or library files could not be found for jpeg,
2022-06-24T07:15:00,433   a required dependency when compiling Pillow from source.

2022-06-24T07:15:00,433   Please see the install instructions at:
2022-06-24T07:15:00,433      https://pillow.readthedocs.io/en/latest/installation.html


2022-06-24T07:15:00,454   ERROR: [present-diagnostic] Running setup.py install for Pillow exited with 1
2022-06-24T07:15:00,457   [bold magenta]full command[/]: [blue]/home/nishant/Documents/temp/Anline/myenv/bin/python -u -c '
2022-06-24T07:15:00,457   exec(compile('"'"''"'"''"'"'
2022-06-24T07:15:00,457   # This is <pip-setuptools-caller> -- a caller that pip uses to run setup.py
2022-06-24T07:15:00,457   #
2022-06-24T07:15:00,457   # - It imports setuptools before invoking setup.py, to enable projects that directly
2022-06-24T07:15:00,457   #   import from `distutils.core` to work with newer packaging standards.
2022-06-24T07:15:00,457   # - It provides a clear error message when setuptools is not installed.
2022-06-24T07:15:00,457   # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so
2022-06-24T07:15:00,457   #   setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning:
2022-06-24T07:15:00,457   #     manifest_maker: standard file '"'"'-c'"'"' not found".
2022-06-24T07:15:00,457   # - It generates a shim setup.py, for handling setup.cfg-only projects.
2022-06-24T07:15:00,457   import os, sys, tokenize
2022-06-24T07:15:00,457   
2022-06-24T07:15:00,457   try:
2022-06-24T07:15:00,457       import setuptools
2022-06-24T07:15:00,457   except ImportError as error:
2022-06-24T07:15:00,457       print(
2022-06-24T07:15:00,457           "ERROR: Can not execute `setup.py` since setuptools is not available in "
2022-06-24T07:15:00,457           "the build environment.",
2022-06-24T07:15:00,457           file=sys.stderr,
2022-06-24T07:15:00,457       )
2022-06-24T07:15:00,457       sys.exit(1)
2022-06-24T07:15:00,457   
2022-06-24T07:15:00,457   __file__ = %r
2022-06-24T07:15:00,457   sys.argv[0] = __file__
2022-06-24T07:15:00,457   
2022-06-24T07:15:00,457   if os.path.exists(__file__):
2022-06-24T07:15:00,457       filename = __file__
2022-06-24T07:15:00,457       with tokenize.open(__file__) as f:
2022-06-24T07:15:00,457           setup_py_code = f.read()
2022-06-24T07:15:00,457   else:
2022-06-24T07:15:00,457       filename = "<auto-generated setuptools caller>"
2022-06-24T07:15:00,457       setup_py_code = "from setuptools import setup; setup()"
2022-06-24T07:15:00,457   
2022-06-24T07:15:00,457   exec(compile(setup_py_code, filename, "exec"))
2022-06-24T07:15:00,457   '"'"''"'"''"'"' % ('"'"'/tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/setup.py'"'"',), "<pip-setuptools-caller>", "exec"))' install --record /tmp/pip-record-xac14ons/install-record.txt --single-version-externally-managed --compile --install-headers /home/nishant/Documents/temp/Anline/myenv/include/site/python3.10/Pillow[/]
2022-06-24T07:15:00,457   [bold magenta]cwd[/]: /tmp/pip-install-0m6wlnku/pillow_54269d2ce7b845a0be7fa619dd567652/
2022-06-24T07:15:00,458 ERROR: [present-diagnostic] <LegacyInstallFailure: legacy-install-failure>
2022-06-24T07:15:00,460 Exception information:
2022-06-24T07:15:00,460 Traceback (most recent call last):
2022-06-24T07:15:00,460   File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py", line 97, in install
2022-06-24T07:15:00,460     runner(
2022-06-24T07:15:00,460   File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py", line 252, in runner
2022-06-24T07:15:00,460     call_subprocess(
2022-06-24T07:15:00,460   File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py", line 224, in call_subprocess
2022-06-24T07:15:00,460     raise error
2022-06-24T07:15:00,460 pip._internal.exceptions.InstallationSubprocessError: Running setup.py install for Pillow exited with 1
2022-06-24T07:15:00,460 
2022-06-24T07:15:00,460 The above exception was the direct cause of the following exception:
2022-06-24T07:15:00,460 
2022-06-24T07:15:00,460 Traceback (most recent call last):
2022-06-24T07:15:00,460   File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 165, in exc_logging_wrapper
2022-06-24T07:15:00,460     status = run_func(*args)
2022-06-24T07:15:00,460   File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper
2022-06-24T07:15:00,460     return func(self, options, args)
2022-06-24T07:15:00,460   File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 405, in run
2022-06-24T07:15:00,460     installed = install_given_reqs(
2022-06-24T07:15:00,460   File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/pip/_internal/req/__init__.py", line 73, in install_given_reqs
2022-06-24T07:15:00,460     requirement.install(
2022-06-24T07:15:00,460   File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/pip/_internal/req/req_install.py", line 811, in install
2022-06-24T07:15:00,460     raise exc
2022-06-24T07:15:00,460   File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/pip/_internal/req/req_install.py", line 793, in install
2022-06-24T07:15:00,460     success = install_legacy(
2022-06-24T07:15:00,460   File "/home/nishant/Documents/temp/Anline/myenv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py", line 109, in install
2022-06-24T07:15:00,460     raise LegacyInstallFailure(package_details=req_name) from e
2022-06-24T07:15:00,460 pip._internal.exceptions.LegacyInstallFailure: <LegacyInstallFailure: legacy-install-failure>
2022-06-24T07:15:00,462 Removed build tracker: '/tmp/pip-req-tracker-gvr6ksuv'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.