2021-07-10T02:29:16,813 Created temporary directory: /tmp/pip-ephem-wheel-cache-zfo6s6yy 2021-07-10T02:29:16,816 Created temporary directory: /tmp/pip-req-tracker-y9wtnq6t 2021-07-10T02:29:16,817 Initialized build tracking at /tmp/pip-req-tracker-y9wtnq6t 2021-07-10T02:29:16,817 Created build tracker: /tmp/pip-req-tracker-y9wtnq6t 2021-07-10T02:29:16,817 Entered build tracker: /tmp/pip-req-tracker-y9wtnq6t 2021-07-10T02:29:16,818 Created temporary directory: /tmp/pip-wheel-2s5y98ap 2021-07-10T02:29:16,850 1 location(s) to search for versions of django-emailsupport: 2021-07-10T02:29:16,850 * https://pypi.org/simple/django-emailsupport/ 2021-07-10T02:29:16,851 Fetching project page and analyzing links: https://pypi.org/simple/django-emailsupport/ 2021-07-10T02:29:16,851 Getting page https://pypi.org/simple/django-emailsupport/ 2021-07-10T02:29:16,853 Found index url https://pypi.org/simple 2021-07-10T02:29:17,029 Found link https://files.pythonhosted.org/packages/3c/1a/ef43effeff7b18d94a7a8631f34687ad7d58abe3827b9321b0b31df89f95/django-emailsupport-0.0.2.tar.gz#sha256=63954fdc81dff608d36d4685d2c33f32e87e999ea187ed880a311d8cb7e292c8 (from https://pypi.org/simple/django-emailsupport/), version: 0.0.2 2021-07-10T02:29:17,030 Found link https://files.pythonhosted.org/packages/0a/f3/9ee4141690fb49b322b82a93b2d4bf03c198b2af9ccc33176e159d2e19a2/django-emailsupport-0.0.3.tar.gz#sha256=ee9f789deb4b2286bb242cdddd76e8c989621464221a33a60ec9a8135de6d862 (from https://pypi.org/simple/django-emailsupport/), version: 0.0.3 2021-07-10T02:29:17,030 Skipping link: not a file: https://pypi.org/simple/django-emailsupport/ 2021-07-10T02:29:17,048 Given no hashes to check 1 links for project 'django-emailsupport': discarding no candidates 2021-07-10T02:29:17,066 Collecting django-emailsupport==0.0.2 2021-07-10T02:29:17,068 Created temporary directory: /tmp/pip-unpack-f0uunj5k 2021-07-10T02:29:17,240 Downloading django-emailsupport-0.0.2.tar.gz (5.6 kB) 2021-07-10T02:29:17,313 Added django-emailsupport==0.0.2 from https://files.pythonhosted.org/packages/3c/1a/ef43effeff7b18d94a7a8631f34687ad7d58abe3827b9321b0b31df89f95/django-emailsupport-0.0.2.tar.gz#sha256=63954fdc81dff608d36d4685d2c33f32e87e999ea187ed880a311d8cb7e292c8 to build tracker '/tmp/pip-req-tracker-y9wtnq6t' 2021-07-10T02:29:17,314 Running setup.py (path:/tmp/pip-wheel-2s5y98ap/django-emailsupport_98660348e3a5484880494a88da0dcfe3/setup.py) egg_info for package django-emailsupport 2021-07-10T02:29:17,315 Created temporary directory: /tmp/pip-pip-egg-info-d37vt8_t 2021-07-10T02:29:17,315 Running command python setup.py egg_info 2021-07-10T02:29:17,962 Traceback (most recent call last): 2021-07-10T02:29:17,963 File "", line 1, in 2021-07-10T02:29:17,963 File "/tmp/pip-wheel-2s5y98ap/django-emailsupport_98660348e3a5484880494a88da0dcfe3/setup.py", line 39, in 2021-07-10T02:29:17,964 license=read_file('LICENSE'), 2021-07-10T02:29:17,964 File "/tmp/pip-wheel-2s5y98ap/django-emailsupport_98660348e3a5484880494a88da0dcfe3/setup.py", line 28, in read_file 2021-07-10T02:29:17,964 return open(os.path.join(base_path, filename)).read() 2021-07-10T02:29:17,964 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-2s5y98ap/django-emailsupport_98660348e3a5484880494a88da0dcfe3/LICENSE' 2021-07-10T02:29:18,014 WARNING: Discarding https://files.pythonhosted.org/packages/3c/1a/ef43effeff7b18d94a7a8631f34687ad7d58abe3827b9321b0b31df89f95/django-emailsupport-0.0.2.tar.gz#sha256=63954fdc81dff608d36d4685d2c33f32e87e999ea187ed880a311d8cb7e292c8 (from https://pypi.org/simple/django-emailsupport/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T02:29:18,016 ERROR: Could not find a version that satisfies the requirement django-emailsupport==0.0.2 (from versions: 0.0.2, 0.0.3) 2021-07-10T02:29:18,016 ERROR: No matching distribution found for django-emailsupport==0.0.2 2021-07-10T02:29:18,016 Exception information: 2021-07-10T02:29:18,016 Traceback (most recent call last): 2021-07-10T02:29:18,016 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T02:29:18,016 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T02:29:18,016 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T02:29:18,016 raise RequirementsConflicted(criterion) 2021-07-10T02:29:18,016 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django-emailsupport==0.0.2') 2021-07-10T02:29:18,016 2021-07-10T02:29:18,016 During handling of the above exception, another exception occurred: 2021-07-10T02:29:18,016 2021-07-10T02:29:18,016 Traceback (most recent call last): 2021-07-10T02:29:18,016 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T02:29:18,016 result = self._result = resolver.resolve( 2021-07-10T02:29:18,016 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T02:29:18,016 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T02:29:18,016 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T02:29:18,016 raise ResolutionImpossible(e.criterion.information) 2021-07-10T02:29:18,016 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django-emailsupport==0.0.2'), parent=None)] 2021-07-10T02:29:18,016 2021-07-10T02:29:18,016 The above exception was the direct cause of the following exception: 2021-07-10T02:29:18,016 2021-07-10T02:29:18,016 Traceback (most recent call last): 2021-07-10T02:29:18,016 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T02:29:18,016 status = self.run(options, args) 2021-07-10T02:29:18,016 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T02:29:18,016 return func(self, options, args) 2021-07-10T02:29:18,016 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T02:29:18,016 requirement_set = resolver.resolve( 2021-07-10T02:29:18,016 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T02:29:18,016 raise error from e 2021-07-10T02:29:18,016 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-emailsupport==0.0.2 2021-07-10T02:29:18,021 Removed django-emailsupport==0.0.2 from https://files.pythonhosted.org/packages/3c/1a/ef43effeff7b18d94a7a8631f34687ad7d58abe3827b9321b0b31df89f95/django-emailsupport-0.0.2.tar.gz#sha256=63954fdc81dff608d36d4685d2c33f32e87e999ea187ed880a311d8cb7e292c8 from build tracker '/tmp/pip-req-tracker-y9wtnq6t' 2021-07-10T02:29:18,022 Removed build tracker: '/tmp/pip-req-tracker-y9wtnq6t'