2021-12-31T01:58:47,209 Created temporary directory: /tmp/pip-ephem-wheel-cache-v7_tutqs 2021-12-31T01:58:47,214 Created temporary directory: /tmp/pip-req-tracker-wwvhovyk 2021-12-31T01:58:47,215 Initialized build tracking at /tmp/pip-req-tracker-wwvhovyk 2021-12-31T01:58:47,215 Created build tracker: /tmp/pip-req-tracker-wwvhovyk 2021-12-31T01:58:47,216 Entered build tracker: /tmp/pip-req-tracker-wwvhovyk 2021-12-31T01:58:47,217 Created temporary directory: /tmp/pip-wheel-htadf53u 2021-12-31T01:58:47,279 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-12-31T01:58:47,284 2 location(s) to search for versions of mwa-pb: 2021-12-31T01:58:47,284 * https://pypi.org/simple/mwa-pb/ 2021-12-31T01:58:47,284 * https://www.piwheels.org/simple/mwa-pb/ 2021-12-31T01:58:47,285 Fetching project page and analyzing links: https://pypi.org/simple/mwa-pb/ 2021-12-31T01:58:47,286 Getting page https://pypi.org/simple/mwa-pb/ 2021-12-31T01:58:47,289 Found index url https://pypi.org/simple 2021-12-31T01:58:47,481 Skipping link: No binaries permitted for mwa-pb: https://files.pythonhosted.org/packages/e0/ce/7fdf449348712ef3ef9b6a781aab976283a85555963a43be1c6de0cc3b8a/mwa_pb-1.1-py3-none-any.whl#sha256=a6ae3b84e451b85e70b115c1eba4f5f9ee29afad07296a362b9bd2a6f4769607 (from https://pypi.org/simple/mwa-pb/) 2021-12-31T01:58:47,482 Found link https://files.pythonhosted.org/packages/c7/b4/db5e7d4ee95b58938ecc6ad028d5242a862a85a0f1e073901d9a948ca75e/mwa_pb-1.1.tar.gz#sha256=1cdbf2e933706a60a65bee7d3abfb3a719570770f5b7135db47cacff5ca3448f (from https://pypi.org/simple/mwa-pb/), version: 1.1 2021-12-31T01:58:47,483 Found link https://files.pythonhosted.org/packages/00/d7/448e914b78638fd5d15ca756be87dd8a3afabd19ad958a5ae18a6a62c80a/mwa_pb-1.2.tar.gz#sha256=3249c8062a3994ca87286446e7ee5c16a07f384f925804f2abd4e5497b4cf097 (from https://pypi.org/simple/mwa-pb/), version: 1.2 2021-12-31T01:58:47,484 Fetching project page and analyzing links: https://www.piwheels.org/simple/mwa-pb/ 2021-12-31T01:58:47,484 Getting page https://www.piwheels.org/simple/mwa-pb/ 2021-12-31T01:58:47,486 Found index url https://www.piwheels.org/simple 2021-12-31T01:58:47,703 Skipping link: No binaries permitted for mwa-pb: https://www.piwheels.org/simple/mwa-pb/mwa_pb-1.1-py3-none-any.whl#sha256=a6ae3b84e451b85e70b115c1eba4f5f9ee29afad07296a362b9bd2a6f4769607 (from https://www.piwheels.org/simple/mwa-pb/) 2021-12-31T01:58:47,703 Skipping link: not a file: https://www.piwheels.org/simple/mwa-pb/ 2021-12-31T01:58:47,704 Skipping link: not a file: https://pypi.org/simple/mwa-pb/ 2021-12-31T01:58:47,743 Given no hashes to check 1 links for project 'mwa-pb': discarding no candidates 2021-12-31T01:58:47,780 Collecting mwa-pb==1.2 2021-12-31T01:58:47,783 Created temporary directory: /tmp/pip-unpack-hxw1qnds 2021-12-31T01:58:47,873 Downloading mwa_pb-1.2.tar.gz (102.0 MB) 2021-12-31T01:59:19,917 Added mwa-pb==1.2 from https://files.pythonhosted.org/packages/00/d7/448e914b78638fd5d15ca756be87dd8a3afabd19ad958a5ae18a6a62c80a/mwa_pb-1.2.tar.gz#sha256=3249c8062a3994ca87286446e7ee5c16a07f384f925804f2abd4e5497b4cf097 to build tracker '/tmp/pip-req-tracker-wwvhovyk' 2021-12-31T01:59:19,919 Running setup.py (path:/tmp/pip-wheel-htadf53u/mwa-pb_d806cfef44914bd89d3aa7c8dc44c519/setup.py) egg_info for package mwa-pb 2021-12-31T01:59:19,920 Created temporary directory: /tmp/pip-pip-egg-info-5m1e4vti 2021-12-31T01:59:19,921 Preparing metadata (setup.py): started 2021-12-31T01:59:19,921 Running command python setup.py egg_info 2021-12-31T01:59:21,232 fatal: not a git repository (or any of the parent directories): .git 2021-12-31T01:59:21,236 Traceback (most recent call last): 2021-12-31T01:59:21,237 File "", line 1, in 2021-12-31T01:59:21,238 File "/tmp/pip-wheel-htadf53u/mwa-pb_d806cfef44914bd89d3aa7c8dc44c519/setup.py", line 39, in 2021-12-31T01:59:21,239 version=get_git_version(), 2021-12-31T01:59:21,239 File "/tmp/pip-wheel-htadf53u/mwa-pb_d806cfef44914bd89d3aa7c8dc44c519/setup.py", line 18, in get_git_version 2021-12-31T01:59:21,240 git_version = check_output('git describe --tags --long --dirty --always'.split()).decode('utf-8').strip() 2021-12-31T01:59:21,240 File "/usr/lib/python3.9/subprocess.py", line 424, in check_output 2021-12-31T01:59:21,241 return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, 2021-12-31T01:59:21,241 File "/usr/lib/python3.9/subprocess.py", line 528, in run 2021-12-31T01:59:21,242 raise CalledProcessError(retcode, process.args, 2021-12-31T01:59:21,243 subprocess.CalledProcessError: Command '['git', 'describe', '--tags', '--long', '--dirty', '--always']' returned non-zero exit status 128. 2021-12-31T01:59:21,244 /tmp/pip-wheel-htadf53u/mwa-pb_d806cfef44914bd89d3aa7c8dc44c519/mwa_pb/data/mwa_full_embedded_element_pattern.h5 2021-12-31T01:59:21,344 Preparing metadata (setup.py): finished with status 'error' 2021-12-31T01:59:21,345 WARNING: Discarding https://files.pythonhosted.org/packages/00/d7/448e914b78638fd5d15ca756be87dd8a3afabd19ad958a5ae18a6a62c80a/mwa_pb-1.2.tar.gz#sha256=3249c8062a3994ca87286446e7ee5c16a07f384f925804f2abd4e5497b4cf097 (from https://pypi.org/simple/mwa-pb/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-12-31T01:59:21,348 ERROR: Could not find a version that satisfies the requirement mwa-pb==1.2 (from versions: 1.1, 1.2) 2021-12-31T01:59:21,349 ERROR: No matching distribution found for mwa-pb==1.2 2021-12-31T01:59:21,349 Exception information: 2021-12-31T01:59:21,349 Traceback (most recent call last): 2021-12-31T01:59:21,349 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2021-12-31T01:59:21,349 self._add_to_criteria(self.state.criteria, r, parent=None) 2021-12-31T01:59:21,349 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2021-12-31T01:59:21,349 raise RequirementsConflicted(criterion) 2021-12-31T01:59:21,349 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mwa-pb==1.2') 2021-12-31T01:59:21,349 2021-12-31T01:59:21,349 During handling of the above exception, another exception occurred: 2021-12-31T01:59:21,349 2021-12-31T01:59:21,349 Traceback (most recent call last): 2021-12-31T01:59:21,349 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2021-12-31T01:59:21,349 result = self._result = resolver.resolve( 2021-12-31T01:59:21,349 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2021-12-31T01:59:21,349 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-12-31T01:59:21,349 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2021-12-31T01:59:21,349 raise ResolutionImpossible(e.criterion.information) 2021-12-31T01:59:21,349 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mwa-pb==1.2'), parent=None)] 2021-12-31T01:59:21,349 2021-12-31T01:59:21,349 The above exception was the direct cause of the following exception: 2021-12-31T01:59:21,349 2021-12-31T01:59:21,349 Traceback (most recent call last): 2021-12-31T01:59:21,349 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2021-12-31T01:59:21,349 status = run_func(*args) 2021-12-31T01:59:21,349 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-12-31T01:59:21,349 return func(self, options, args) 2021-12-31T01:59:21,349 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2021-12-31T01:59:21,349 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2021-12-31T01:59:21,349 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2021-12-31T01:59:21,349 raise error from e 2021-12-31T01:59:21,349 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mwa-pb==1.2 2021-12-31T01:59:21,359 Removed mwa-pb==1.2 from https://files.pythonhosted.org/packages/00/d7/448e914b78638fd5d15ca756be87dd8a3afabd19ad958a5ae18a6a62c80a/mwa_pb-1.2.tar.gz#sha256=3249c8062a3994ca87286446e7ee5c16a07f384f925804f2abd4e5497b4cf097 from build tracker '/tmp/pip-req-tracker-wwvhovyk' 2021-12-31T01:59:21,360 Removed build tracker: '/tmp/pip-req-tracker-wwvhovyk'