2021-07-09T17:08:34,292 Created temporary directory: /tmp/pip-ephem-wheel-cache-ls_997go 2021-07-09T17:08:34,294 Created temporary directory: /tmp/pip-req-tracker-5l2dvt7n 2021-07-09T17:08:34,295 Initialized build tracking at /tmp/pip-req-tracker-5l2dvt7n 2021-07-09T17:08:34,295 Created build tracker: /tmp/pip-req-tracker-5l2dvt7n 2021-07-09T17:08:34,295 Entered build tracker: /tmp/pip-req-tracker-5l2dvt7n 2021-07-09T17:08:34,296 Created temporary directory: /tmp/pip-wheel-_6d_3hxr 2021-07-09T17:08:34,329 1 location(s) to search for versions of nosexunitlite: 2021-07-09T17:08:34,329 * https://pypi.org/simple/nosexunitlite/ 2021-07-09T17:08:34,330 Fetching project page and analyzing links: https://pypi.org/simple/nosexunitlite/ 2021-07-09T17:08:34,331 Getting page https://pypi.org/simple/nosexunitlite/ 2021-07-09T17:08:34,332 Found index url https://pypi.org/simple 2021-07-09T17:08:34,505 Found link https://files.pythonhosted.org/packages/2c/d9/a155145434917cbc296aba0dbd62b095516dce810c81f104a546909961e7/NoseXUnitLite-0.3.3.tar.gz#sha256=852db23b6a68b8e062b8eeb11181281e8c6351fa11f6a48caaae63da6c84a68e (from https://pypi.org/simple/nosexunitlite/), version: 0.3.3 2021-07-09T17:08:34,506 Skipping link: not a file: https://pypi.org/simple/nosexunitlite/ 2021-07-09T17:08:34,523 Given no hashes to check 1 links for project 'nosexunitlite': discarding no candidates 2021-07-09T17:08:34,541 Collecting nosexunitlite==0.3.3 2021-07-09T17:08:34,543 Created temporary directory: /tmp/pip-unpack-78vslvie 2021-07-09T17:08:34,719 Downloading NoseXUnitLite-0.3.3.tar.gz (12 kB) 2021-07-09T17:08:34,777 Added nosexunitlite==0.3.3 from https://files.pythonhosted.org/packages/2c/d9/a155145434917cbc296aba0dbd62b095516dce810c81f104a546909961e7/NoseXUnitLite-0.3.3.tar.gz#sha256=852db23b6a68b8e062b8eeb11181281e8c6351fa11f6a48caaae63da6c84a68e to build tracker '/tmp/pip-req-tracker-5l2dvt7n' 2021-07-09T17:08:34,778 Running setup.py (path:/tmp/pip-wheel-_6d_3hxr/nosexunitlite_7e80ecccd90f490facaca660c4cb7a7e/setup.py) egg_info for package nosexunitlite 2021-07-09T17:08:34,779 Created temporary directory: /tmp/pip-pip-egg-info-r5iq84_y 2021-07-09T17:08:34,780 Running command python setup.py egg_info 2021-07-09T17:08:35,574 Traceback (most recent call last): 2021-07-09T17:08:35,575 File "", line 1, in 2021-07-09T17:08:35,575 File "/tmp/pip-wheel-_6d_3hxr/nosexunitlite_7e80ecccd90f490facaca660c4cb7a7e/setup.py", line 6, in 2021-07-09T17:08:35,575 execfile(distutils.util.convert_path('nosexunitlite/__init__.py')) 2021-07-09T17:08:35,576 NameError: name 'execfile' is not defined 2021-07-09T17:08:35,637 WARNING: Discarding https://files.pythonhosted.org/packages/2c/d9/a155145434917cbc296aba0dbd62b095516dce810c81f104a546909961e7/NoseXUnitLite-0.3.3.tar.gz#sha256=852db23b6a68b8e062b8eeb11181281e8c6351fa11f6a48caaae63da6c84a68e (from https://pypi.org/simple/nosexunitlite/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T17:08:35,639 ERROR: Could not find a version that satisfies the requirement nosexunitlite==0.3.3 (from versions: 0.3.3) 2021-07-09T17:08:35,639 ERROR: No matching distribution found for nosexunitlite==0.3.3 2021-07-09T17:08:35,640 Exception information: 2021-07-09T17:08:35,640 Traceback (most recent call last): 2021-07-09T17:08:35,640 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T17:08:35,640 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T17:08:35,640 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T17:08:35,640 raise RequirementsConflicted(criterion) 2021-07-09T17:08:35,640 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nosexunitlite==0.3.3') 2021-07-09T17:08:35,640 2021-07-09T17:08:35,640 During handling of the above exception, another exception occurred: 2021-07-09T17:08:35,640 2021-07-09T17:08:35,640 Traceback (most recent call last): 2021-07-09T17:08:35,640 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T17:08:35,640 result = self._result = resolver.resolve( 2021-07-09T17:08:35,640 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T17:08:35,640 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T17:08:35,640 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T17:08:35,640 raise ResolutionImpossible(e.criterion.information) 2021-07-09T17:08:35,640 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nosexunitlite==0.3.3'), parent=None)] 2021-07-09T17:08:35,640 2021-07-09T17:08:35,640 The above exception was the direct cause of the following exception: 2021-07-09T17:08:35,640 2021-07-09T17:08:35,640 Traceback (most recent call last): 2021-07-09T17:08:35,640 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T17:08:35,640 status = self.run(options, args) 2021-07-09T17:08:35,640 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T17:08:35,640 return func(self, options, args) 2021-07-09T17:08:35,640 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T17:08:35,640 requirement_set = resolver.resolve( 2021-07-09T17:08:35,640 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T17:08:35,640 raise error from e 2021-07-09T17:08:35,640 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nosexunitlite==0.3.3 2021-07-09T17:08:35,646 Removed nosexunitlite==0.3.3 from https://files.pythonhosted.org/packages/2c/d9/a155145434917cbc296aba0dbd62b095516dce810c81f104a546909961e7/NoseXUnitLite-0.3.3.tar.gz#sha256=852db23b6a68b8e062b8eeb11181281e8c6351fa11f6a48caaae63da6c84a68e from build tracker '/tmp/pip-req-tracker-5l2dvt7n' 2021-07-09T17:08:35,646 Removed build tracker: '/tmp/pip-req-tracker-5l2dvt7n'