2021-07-15T06:29:33,373 Created temporary directory: /tmp/pip-ephem-wheel-cache-rpfz4sbi 2021-07-15T06:29:33,376 Created temporary directory: /tmp/pip-req-tracker-oc2u_wuj 2021-07-15T06:29:33,377 Initialized build tracking at /tmp/pip-req-tracker-oc2u_wuj 2021-07-15T06:29:33,377 Created build tracker: /tmp/pip-req-tracker-oc2u_wuj 2021-07-15T06:29:33,377 Entered build tracker: /tmp/pip-req-tracker-oc2u_wuj 2021-07-15T06:29:33,378 Created temporary directory: /tmp/pip-wheel-6d6kcuaj 2021-07-15T06:29:33,409 1 location(s) to search for versions of xadmin2: 2021-07-15T06:29:33,409 * https://pypi.org/simple/xadmin2/ 2021-07-15T06:29:33,410 Fetching project page and analyzing links: https://pypi.org/simple/xadmin2/ 2021-07-15T06:29:33,411 Getting page https://pypi.org/simple/xadmin2/ 2021-07-15T06:29:33,412 Found index url https://pypi.org/simple 2021-07-15T06:29:33,592 Found link https://files.pythonhosted.org/packages/3d/8d/9e544019d4fcf44c0cb067fcc3938f1b5770d6b217886fc4b88a55a0f796/xadmin2-2.0.1.tar.gz#sha256=f8f2369dcd06062dd99d3445f0a791ebdc485360519572a4705a8068fe9ee252 (from https://pypi.org/simple/xadmin2/), version: 2.0.1 2021-07-15T06:29:33,592 Found link https://files.pythonhosted.org/packages/6f/d8/ece5dafe7b56e670f1bf7fcdaaeae0c2d3bd7d2d740acc06ecc979f6c3cc/xadmin2-2.0.2.tar.gz#sha256=574babae9f161a0a81cfc479c742a5e386b175e70c1c0a8d77f1e63022b086fc (from https://pypi.org/simple/xadmin2/), version: 2.0.2 2021-07-15T06:29:33,593 Found link https://files.pythonhosted.org/packages/a7/38/bcfe012a6bd5fb0904462192bb79b04f7db3bf7f72ef97f767f302063cd6/xadmin2-2.0.3.tar.gz#sha256=e6471b749ca1bf44d4d28c74dc5739781fb105341694616f003ca4d197de157b (from https://pypi.org/simple/xadmin2/), version: 2.0.3 2021-07-15T06:29:33,593 Skipping link: not a file: https://pypi.org/simple/xadmin2/ 2021-07-15T06:29:33,614 Given no hashes to check 1 links for project 'xadmin2': discarding no candidates 2021-07-15T06:29:33,637 Collecting xadmin2==2.0.2 2021-07-15T06:29:33,639 Created temporary directory: /tmp/pip-unpack-69zrcjim 2021-07-15T06:29:34,019 Downloading xadmin2-2.0.2.tar.gz (1.0 MB) 2021-07-15T06:29:35,332 Added xadmin2==2.0.2 from https://files.pythonhosted.org/packages/6f/d8/ece5dafe7b56e670f1bf7fcdaaeae0c2d3bd7d2d740acc06ecc979f6c3cc/xadmin2-2.0.2.tar.gz#sha256=574babae9f161a0a81cfc479c742a5e386b175e70c1c0a8d77f1e63022b086fc to build tracker '/tmp/pip-req-tracker-oc2u_wuj' 2021-07-15T06:29:35,333 Running setup.py (path:/tmp/pip-wheel-6d6kcuaj/xadmin2_b6b93c56eb9f4554afda15d3f40f49d9/setup.py) egg_info for package xadmin2 2021-07-15T06:29:35,334 Created temporary directory: /tmp/pip-pip-egg-info-dqcaejb5 2021-07-15T06:29:35,335 Running command python setup.py egg_info 2021-07-15T06:29:36,559 Traceback (most recent call last): 2021-07-15T06:29:36,560 File "", line 1, in 2021-07-15T06:29:36,561 File "/tmp/pip-wheel-6d6kcuaj/xadmin2_b6b93c56eb9f4554afda15d3f40f49d9/setup.py", line 11, in 2021-07-15T06:29:36,561 long_description=open('README.md', encoding='utf-8').read(), 2021-07-15T06:29:36,562 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-15T06:29:36,617 WARNING: Discarding https://files.pythonhosted.org/packages/6f/d8/ece5dafe7b56e670f1bf7fcdaaeae0c2d3bd7d2d740acc06ecc979f6c3cc/xadmin2-2.0.2.tar.gz#sha256=574babae9f161a0a81cfc479c742a5e386b175e70c1c0a8d77f1e63022b086fc (from https://pypi.org/simple/xadmin2/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-15T06:29:36,619 ERROR: Could not find a version that satisfies the requirement xadmin2==2.0.2 (from versions: 2.0.1, 2.0.2, 2.0.3) 2021-07-15T06:29:36,620 ERROR: No matching distribution found for xadmin2==2.0.2 2021-07-15T06:29:36,620 Exception information: 2021-07-15T06:29:36,620 Traceback (most recent call last): 2021-07-15T06:29:36,620 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-15T06:29:36,620 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-15T06:29:36,620 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-15T06:29:36,620 raise RequirementsConflicted(criterion) 2021-07-15T06:29:36,620 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('xadmin2==2.0.2') 2021-07-15T06:29:36,620 2021-07-15T06:29:36,620 During handling of the above exception, another exception occurred: 2021-07-15T06:29:36,620 2021-07-15T06:29:36,620 Traceback (most recent call last): 2021-07-15T06:29:36,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-15T06:29:36,620 result = self._result = resolver.resolve( 2021-07-15T06:29:36,620 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-15T06:29:36,620 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-15T06:29:36,620 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-15T06:29:36,620 raise ResolutionImpossible(e.criterion.information) 2021-07-15T06:29:36,620 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('xadmin2==2.0.2'), parent=None)] 2021-07-15T06:29:36,620 2021-07-15T06:29:36,620 The above exception was the direct cause of the following exception: 2021-07-15T06:29:36,620 2021-07-15T06:29:36,620 Traceback (most recent call last): 2021-07-15T06:29:36,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-15T06:29:36,620 status = self.run(options, args) 2021-07-15T06:29:36,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-15T06:29:36,620 return func(self, options, args) 2021-07-15T06:29:36,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-15T06:29:36,620 requirement_set = resolver.resolve( 2021-07-15T06:29:36,620 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-15T06:29:36,620 raise error from e 2021-07-15T06:29:36,620 pip._internal.exceptions.DistributionNotFound: No matching distribution found for xadmin2==2.0.2 2021-07-15T06:29:36,627 Removed xadmin2==2.0.2 from https://files.pythonhosted.org/packages/6f/d8/ece5dafe7b56e670f1bf7fcdaaeae0c2d3bd7d2d740acc06ecc979f6c3cc/xadmin2-2.0.2.tar.gz#sha256=574babae9f161a0a81cfc479c742a5e386b175e70c1c0a8d77f1e63022b086fc from build tracker '/tmp/pip-req-tracker-oc2u_wuj' 2021-07-15T06:29:36,627 Removed build tracker: '/tmp/pip-req-tracker-oc2u_wuj'