2021-07-28T16:32:12,820 Created temporary directory: /tmp/pip-ephem-wheel-cache-t_3l8y59 2021-07-28T16:32:12,823 Created temporary directory: /tmp/pip-req-tracker-a2l0t2_t 2021-07-28T16:32:12,824 Initialized build tracking at /tmp/pip-req-tracker-a2l0t2_t 2021-07-28T16:32:12,824 Created build tracker: /tmp/pip-req-tracker-a2l0t2_t 2021-07-28T16:32:12,824 Entered build tracker: /tmp/pip-req-tracker-a2l0t2_t 2021-07-28T16:32:12,825 Created temporary directory: /tmp/pip-wheel-lx27jnv4 2021-07-28T16:32:12,857 WARNING: The index url "/" seems invalid, please provide a scheme. 2021-07-28T16:32:12,858 WARNING: The index url "t" seems invalid, please provide a scheme. 2021-07-28T16:32:12,858 WARNING: The index url "m" seems invalid, please provide a scheme. 2021-07-28T16:32:12,858 WARNING: The index url "p" seems invalid, please provide a scheme. 2021-07-28T16:32:12,859 Looking in indexes: https://pypi.org/simple, /, t, m, p 2021-07-28T16:32:12,861 WARNING: Location '/pillepy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-28T16:32:12,862 WARNING: Location 't/pillepy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-28T16:32:12,862 WARNING: Location 'm/pillepy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-28T16:32:12,862 WARNING: Location 'p/pillepy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-28T16:32:12,863 1 location(s) to search for versions of pillepy: 2021-07-28T16:32:12,863 * https://pypi.org/simple/pillepy/ 2021-07-28T16:32:12,863 Fetching project page and analyzing links: https://pypi.org/simple/pillepy/ 2021-07-28T16:32:12,864 Getting page https://pypi.org/simple/pillepy/ 2021-07-28T16:32:12,865 Found index url https://pypi.org/simple 2021-07-28T16:32:13,168 Found link https://files.pythonhosted.org/packages/c9/3a/c03a1ae9ae6b6dc8c670e55d1cc1d5deca9b219095effa73f6e4b090d6b9/pillepy-0.0.1.tar.gz#sha256=4a7136e2ffdb373eb5fa47a679c3b3e55c45bb89ce96ec98e35dac841d9f02d6 (from https://pypi.org/simple/pillepy/), version: 0.0.1 2021-07-28T16:32:13,169 Skipping link: not a file: https://pypi.org/simple/pillepy/ 2021-07-28T16:32:13,185 Given no hashes to check 1 links for project 'pillepy': discarding no candidates 2021-07-28T16:32:13,201 Collecting pillepy==0.0.1 2021-07-28T16:32:13,203 Created temporary directory: /tmp/pip-unpack-muu1oo34 2021-07-28T16:32:13,373 Downloading pillepy-0.0.1.tar.gz (1.3 kB) 2021-07-28T16:32:13,412 Added pillepy==0.0.1 from https://files.pythonhosted.org/packages/c9/3a/c03a1ae9ae6b6dc8c670e55d1cc1d5deca9b219095effa73f6e4b090d6b9/pillepy-0.0.1.tar.gz#sha256=4a7136e2ffdb373eb5fa47a679c3b3e55c45bb89ce96ec98e35dac841d9f02d6 to build tracker '/tmp/pip-req-tracker-a2l0t2_t' 2021-07-28T16:32:13,413 Running setup.py (path:/tmp/pip-wheel-lx27jnv4/pillepy_d6d78b4b02ea47ecbef1a7760fae0790/setup.py) egg_info for package pillepy 2021-07-28T16:32:13,414 Created temporary directory: /tmp/pip-pip-egg-info-y3dpvgc3 2021-07-28T16:32:13,415 Running command python setup.py egg_info 2021-07-28T16:32:14,101 Traceback (most recent call last): 2021-07-28T16:32:14,102 File "", line 1, in 2021-07-28T16:32:14,102 File "/tmp/pip-wheel-lx27jnv4/pillepy_d6d78b4b02ea47ecbef1a7760fae0790/setup.py", line 15, in 2021-07-28T16:32:14,102 long_description=open('README.txt').read() + '\n\n' + open('CHANGELOG.txt').read(), 2021-07-28T16:32:14,103 FileNotFoundError: [Errno 2] No such file or directory: 'CHANGELOG.txt' 2021-07-28T16:32:14,151 WARNING: Discarding https://files.pythonhosted.org/packages/c9/3a/c03a1ae9ae6b6dc8c670e55d1cc1d5deca9b219095effa73f6e4b090d6b9/pillepy-0.0.1.tar.gz#sha256=4a7136e2ffdb373eb5fa47a679c3b3e55c45bb89ce96ec98e35dac841d9f02d6 (from https://pypi.org/simple/pillepy/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-28T16:32:14,153 ERROR: Could not find a version that satisfies the requirement pillepy==0.0.1 (from versions: 0.0.1) 2021-07-28T16:32:14,153 ERROR: No matching distribution found for pillepy==0.0.1 2021-07-28T16:32:14,154 Exception information: 2021-07-28T16:32:14,154 Traceback (most recent call last): 2021-07-28T16:32:14,154 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-28T16:32:14,154 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-28T16:32:14,154 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-28T16:32:14,154 raise RequirementsConflicted(criterion) 2021-07-28T16:32:14,154 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pillepy==0.0.1') 2021-07-28T16:32:14,154 2021-07-28T16:32:14,154 During handling of the above exception, another exception occurred: 2021-07-28T16:32:14,154 2021-07-28T16:32:14,154 Traceback (most recent call last): 2021-07-28T16:32:14,154 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-28T16:32:14,154 result = self._result = resolver.resolve( 2021-07-28T16:32:14,154 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-28T16:32:14,154 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-28T16:32:14,154 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-28T16:32:14,154 raise ResolutionImpossible(e.criterion.information) 2021-07-28T16:32:14,154 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pillepy==0.0.1'), parent=None)] 2021-07-28T16:32:14,154 2021-07-28T16:32:14,154 The above exception was the direct cause of the following exception: 2021-07-28T16:32:14,154 2021-07-28T16:32:14,154 Traceback (most recent call last): 2021-07-28T16:32:14,154 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-28T16:32:14,154 status = self.run(options, args) 2021-07-28T16:32:14,154 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-28T16:32:14,154 return func(self, options, args) 2021-07-28T16:32:14,154 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-28T16:32:14,154 requirement_set = resolver.resolve( 2021-07-28T16:32:14,154 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-28T16:32:14,154 raise error from e 2021-07-28T16:32:14,154 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pillepy==0.0.1 2021-07-28T16:32:14,158 Removed pillepy==0.0.1 from https://files.pythonhosted.org/packages/c9/3a/c03a1ae9ae6b6dc8c670e55d1cc1d5deca9b219095effa73f6e4b090d6b9/pillepy-0.0.1.tar.gz#sha256=4a7136e2ffdb373eb5fa47a679c3b3e55c45bb89ce96ec98e35dac841d9f02d6 from build tracker '/tmp/pip-req-tracker-a2l0t2_t' 2021-07-28T16:32:14,159 Removed build tracker: '/tmp/pip-req-tracker-a2l0t2_t'