2021-07-09T01:21:58,600 Created temporary directory: /tmp/pip-ephem-wheel-cache-2ycuhph1 2021-07-09T01:21:58,603 Created temporary directory: /tmp/pip-req-tracker-jyfb1tak 2021-07-09T01:21:58,603 Initialized build tracking at /tmp/pip-req-tracker-jyfb1tak 2021-07-09T01:21:58,603 Created build tracker: /tmp/pip-req-tracker-jyfb1tak 2021-07-09T01:21:58,604 Entered build tracker: /tmp/pip-req-tracker-jyfb1tak 2021-07-09T01:21:58,604 Created temporary directory: /tmp/pip-wheel-dcf2z6wo 2021-07-09T01:21:58,637 1 location(s) to search for versions of django-fossil: 2021-07-09T01:21:58,637 * https://pypi.org/simple/django-fossil/ 2021-07-09T01:21:58,638 Fetching project page and analyzing links: https://pypi.org/simple/django-fossil/ 2021-07-09T01:21:58,638 Getting page https://pypi.org/simple/django-fossil/ 2021-07-09T01:21:58,640 Found index url https://pypi.org/simple 2021-07-09T01:21:58,817 Found link https://files.pythonhosted.org/packages/a1/fa/df2f98a744334053e9abc62165abe71fbfe92477ad86a98f2eceba05d385/django-fossil-0.4-stable.tar.gz#sha256=eda4ac11400e5e19e93d13e99bd7e96f5fdb1bc0c25324f52ae5d036fbbeef60 (from https://pypi.org/simple/django-fossil/), version: 0.4-stable 2021-07-09T01:21:58,818 Found link https://files.pythonhosted.org/packages/31/21/a8b417947a97ba8cde7719ab719d654d67d7234016e0dbcdf92a3b23e35a/django-fossil-0.7-stable.tar.gz#sha256=d64f44dfaf081c1bbcd460020bc311d95bd95677369721041ea1911779e646c6 (from https://pypi.org/simple/django-fossil/), version: 0.7-stable 2021-07-09T01:21:58,818 Found link https://files.pythonhosted.org/packages/82/4e/85d9a3ab7c5050ebd66672b02a74d7ef1fd7d4385bc282b58757ca1bb742/django-fossil-0.8-stable.tar.gz#sha256=ea8264d03776743f2595e689b632429ce613ec27e2708971c9874adce6fa1876 (from https://pypi.org/simple/django-fossil/), version: 0.8-stable 2021-07-09T01:21:58,818 Skipping link: not a file: https://pypi.org/simple/django-fossil/ 2021-07-09T01:21:58,835 Given no hashes to check 1 links for project 'django-fossil': discarding no candidates 2021-07-09T01:21:58,852 Collecting django-fossil==0.4-stable 2021-07-09T01:21:58,853 Created temporary directory: /tmp/pip-unpack-k5hf_k9w 2021-07-09T01:21:59,038 Downloading django-fossil-0.4-stable.tar.gz (20 kB) 2021-07-09T01:21:59,121 Added django-fossil==0.4-stable from https://files.pythonhosted.org/packages/a1/fa/df2f98a744334053e9abc62165abe71fbfe92477ad86a98f2eceba05d385/django-fossil-0.4-stable.tar.gz#sha256=eda4ac11400e5e19e93d13e99bd7e96f5fdb1bc0c25324f52ae5d036fbbeef60 to build tracker '/tmp/pip-req-tracker-jyfb1tak' 2021-07-09T01:21:59,122 Running setup.py (path:/tmp/pip-wheel-dcf2z6wo/django-fossil_fec3ef9106614f7d99cc90e53938aa63/setup.py) egg_info for package django-fossil 2021-07-09T01:21:59,123 Created temporary directory: /tmp/pip-pip-egg-info-996wvwlv 2021-07-09T01:21:59,123 Running command python setup.py egg_info 2021-07-09T01:21:59,725 Traceback (most recent call last): 2021-07-09T01:21:59,726 File "", line 1, in 2021-07-09T01:21:59,726 File "/tmp/pip-wheel-dcf2z6wo/django-fossil_fec3ef9106614f7d99cc90e53938aa63/setup.py", line 4, in 2021-07-09T01:21:59,727 import ez_setup 2021-07-09T01:21:59,727 File "/tmp/pip-wheel-dcf2z6wo/django-fossil_fec3ef9106614f7d99cc90e53938aa63/ez_setup.py", line 98 2021-07-09T01:21:59,727 except pkg_resources.VersionConflict, e: 2021-07-09T01:21:59,727 ^ 2021-07-09T01:21:59,728 SyntaxError: invalid syntax 2021-07-09T01:21:59,775 WARNING: Discarding https://files.pythonhosted.org/packages/a1/fa/df2f98a744334053e9abc62165abe71fbfe92477ad86a98f2eceba05d385/django-fossil-0.4-stable.tar.gz#sha256=eda4ac11400e5e19e93d13e99bd7e96f5fdb1bc0c25324f52ae5d036fbbeef60 (from https://pypi.org/simple/django-fossil/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T01:21:59,777 ERROR: Could not find a version that satisfies the requirement django-fossil==0.4-stable (from versions: 0.4-stable, 0.7-stable, 0.8-stable) 2021-07-09T01:21:59,777 ERROR: No matching distribution found for django-fossil==0.4-stable 2021-07-09T01:21:59,777 Exception information: 2021-07-09T01:21:59,777 Traceback (most recent call last): 2021-07-09T01:21:59,777 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T01:21:59,777 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T01:21:59,777 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T01:21:59,777 raise RequirementsConflicted(criterion) 2021-07-09T01:21:59,777 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django-fossil==0.4-stable') 2021-07-09T01:21:59,777 2021-07-09T01:21:59,777 During handling of the above exception, another exception occurred: 2021-07-09T01:21:59,777 2021-07-09T01:21:59,777 Traceback (most recent call last): 2021-07-09T01:21:59,777 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T01:21:59,777 result = self._result = resolver.resolve( 2021-07-09T01:21:59,777 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T01:21:59,777 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T01:21:59,777 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T01:21:59,777 raise ResolutionImpossible(e.criterion.information) 2021-07-09T01:21:59,777 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django-fossil==0.4-stable'), parent=None)] 2021-07-09T01:21:59,777 2021-07-09T01:21:59,777 The above exception was the direct cause of the following exception: 2021-07-09T01:21:59,777 2021-07-09T01:21:59,777 Traceback (most recent call last): 2021-07-09T01:21:59,777 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T01:21:59,777 status = self.run(options, args) 2021-07-09T01:21:59,777 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T01:21:59,777 return func(self, options, args) 2021-07-09T01:21:59,777 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T01:21:59,777 requirement_set = resolver.resolve( 2021-07-09T01:21:59,777 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T01:21:59,777 raise error from e 2021-07-09T01:21:59,777 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-fossil==0.4-stable 2021-07-09T01:21:59,782 Removed django-fossil==0.4-stable from https://files.pythonhosted.org/packages/a1/fa/df2f98a744334053e9abc62165abe71fbfe92477ad86a98f2eceba05d385/django-fossil-0.4-stable.tar.gz#sha256=eda4ac11400e5e19e93d13e99bd7e96f5fdb1bc0c25324f52ae5d036fbbeef60 from build tracker '/tmp/pip-req-tracker-jyfb1tak' 2021-07-09T01:21:59,782 Removed build tracker: '/tmp/pip-req-tracker-jyfb1tak'