2021-07-09T20:45:26,850 Created temporary directory: /tmp/pip-ephem-wheel-cache-spe4seb3 2021-07-09T20:45:26,854 Created temporary directory: /tmp/pip-req-tracker-pb3ozi54 2021-07-09T20:45:26,854 Initialized build tracking at /tmp/pip-req-tracker-pb3ozi54 2021-07-09T20:45:26,854 Created build tracker: /tmp/pip-req-tracker-pb3ozi54 2021-07-09T20:45:26,855 Entered build tracker: /tmp/pip-req-tracker-pb3ozi54 2021-07-09T20:45:26,855 Created temporary directory: /tmp/pip-wheel-5hhe2y40 2021-07-09T20:45:26,887 1 location(s) to search for versions of django-unsubscribe: 2021-07-09T20:45:26,887 * https://pypi.org/simple/django-unsubscribe/ 2021-07-09T20:45:26,887 Fetching project page and analyzing links: https://pypi.org/simple/django-unsubscribe/ 2021-07-09T20:45:26,888 Getting page https://pypi.org/simple/django-unsubscribe/ 2021-07-09T20:45:26,889 Found index url https://pypi.org/simple 2021-07-09T20:45:27,070 Found link https://files.pythonhosted.org/packages/e5/6a/23361948f8da37160661495187d42ed634548b54b9c98e114965422c5b33/django-unsubscribe-0.1.0.tar.gz#sha256=9b3fe3c5a901d8fc6a0914a790a3f3b02440aab3bef677947ee3d43868a43402 (from https://pypi.org/simple/django-unsubscribe/), version: 0.1.0 2021-07-09T20:45:27,070 Found link https://files.pythonhosted.org/packages/3b/ca/43edc0d6b9ff07c043f7577e883d87cde010c50890d5a0d2d839bd643fdc/django-unsubscribe-0.1.1.tar.gz#sha256=c25a95d76d6f28a420f5b6d72cacc98e75793aadaaee1d0638b71471d5b95f8f (from https://pypi.org/simple/django-unsubscribe/), version: 0.1.1 2021-07-09T20:45:27,071 Found link https://files.pythonhosted.org/packages/bb/3a/21ad41c6ff96e4bce4d8b7f52ea7a344b522289fc691273fcc61e600da19/django-unsubscribe-0.1.2.tar.gz#sha256=293ab1fe809d0ae7dda6c6531859c0701424ace56949314ddfa769e25fa9f6c0 (from https://pypi.org/simple/django-unsubscribe/), version: 0.1.2 2021-07-09T20:45:27,071 Skipping link: not a file: https://pypi.org/simple/django-unsubscribe/ 2021-07-09T20:45:27,087 Given no hashes to check 1 links for project 'django-unsubscribe': discarding no candidates 2021-07-09T20:45:27,105 Collecting django-unsubscribe==0.1.0 2021-07-09T20:45:27,106 Created temporary directory: /tmp/pip-unpack-lhbp2ebd 2021-07-09T20:45:27,281 Downloading django-unsubscribe-0.1.0.tar.gz (5.0 kB) 2021-07-09T20:45:27,334 Added django-unsubscribe==0.1.0 from https://files.pythonhosted.org/packages/e5/6a/23361948f8da37160661495187d42ed634548b54b9c98e114965422c5b33/django-unsubscribe-0.1.0.tar.gz#sha256=9b3fe3c5a901d8fc6a0914a790a3f3b02440aab3bef677947ee3d43868a43402 to build tracker '/tmp/pip-req-tracker-pb3ozi54' 2021-07-09T20:45:27,335 Running setup.py (path:/tmp/pip-wheel-5hhe2y40/django-unsubscribe_a3b9b9121ae1459ea464add44ec7723a/setup.py) egg_info for package django-unsubscribe 2021-07-09T20:45:27,336 Created temporary directory: /tmp/pip-pip-egg-info-io9a3mew 2021-07-09T20:45:27,336 Running command python setup.py egg_info 2021-07-09T20:45:27,966 Traceback (most recent call last): 2021-07-09T20:45:27,967 File "", line 1, in 2021-07-09T20:45:27,967 File "/tmp/pip-wheel-5hhe2y40/django-unsubscribe_a3b9b9121ae1459ea464add44ec7723a/setup.py", line 16, in 2021-07-09T20:45:27,967 readme = open('README.rst').read() 2021-07-09T20:45:27,968 FileNotFoundError: [Errno 2] No such file or directory: 'README.rst' 2021-07-09T20:45:28,017 WARNING: Discarding https://files.pythonhosted.org/packages/e5/6a/23361948f8da37160661495187d42ed634548b54b9c98e114965422c5b33/django-unsubscribe-0.1.0.tar.gz#sha256=9b3fe3c5a901d8fc6a0914a790a3f3b02440aab3bef677947ee3d43868a43402 (from https://pypi.org/simple/django-unsubscribe/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T20:45:28,018 ERROR: Could not find a version that satisfies the requirement django-unsubscribe==0.1.0 (from versions: 0.1.0, 0.1.1, 0.1.2) 2021-07-09T20:45:28,019 ERROR: No matching distribution found for django-unsubscribe==0.1.0 2021-07-09T20:45:28,019 Exception information: 2021-07-09T20:45:28,019 Traceback (most recent call last): 2021-07-09T20:45:28,019 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T20:45:28,019 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T20:45:28,019 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T20:45:28,019 raise RequirementsConflicted(criterion) 2021-07-09T20:45:28,019 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django-unsubscribe==0.1.0') 2021-07-09T20:45:28,019 2021-07-09T20:45:28,019 During handling of the above exception, another exception occurred: 2021-07-09T20:45:28,019 2021-07-09T20:45:28,019 Traceback (most recent call last): 2021-07-09T20:45:28,019 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T20:45:28,019 result = self._result = resolver.resolve( 2021-07-09T20:45:28,019 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T20:45:28,019 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T20:45:28,019 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T20:45:28,019 raise ResolutionImpossible(e.criterion.information) 2021-07-09T20:45:28,019 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django-unsubscribe==0.1.0'), parent=None)] 2021-07-09T20:45:28,019 2021-07-09T20:45:28,019 The above exception was the direct cause of the following exception: 2021-07-09T20:45:28,019 2021-07-09T20:45:28,019 Traceback (most recent call last): 2021-07-09T20:45:28,019 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T20:45:28,019 status = self.run(options, args) 2021-07-09T20:45:28,019 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T20:45:28,019 return func(self, options, args) 2021-07-09T20:45:28,019 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T20:45:28,019 requirement_set = resolver.resolve( 2021-07-09T20:45:28,019 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T20:45:28,019 raise error from e 2021-07-09T20:45:28,019 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-unsubscribe==0.1.0 2021-07-09T20:45:28,024 Removed django-unsubscribe==0.1.0 from https://files.pythonhosted.org/packages/e5/6a/23361948f8da37160661495187d42ed634548b54b9c98e114965422c5b33/django-unsubscribe-0.1.0.tar.gz#sha256=9b3fe3c5a901d8fc6a0914a790a3f3b02440aab3bef677947ee3d43868a43402 from build tracker '/tmp/pip-req-tracker-pb3ozi54' 2021-07-09T20:45:28,024 Removed build tracker: '/tmp/pip-req-tracker-pb3ozi54'