2021-09-13T23:58:57,332 Created temporary directory: /tmp/pip-ephem-wheel-cache-bu9jl8y0 2021-09-13T23:58:57,336 Created temporary directory: /tmp/pip-req-tracker-931hfrs9 2021-09-13T23:58:57,336 Initialized build tracking at /tmp/pip-req-tracker-931hfrs9 2021-09-13T23:58:57,337 Created build tracker: /tmp/pip-req-tracker-931hfrs9 2021-09-13T23:58:57,337 Entered build tracker: /tmp/pip-req-tracker-931hfrs9 2021-09-13T23:58:57,338 Created temporary directory: /tmp/pip-wheel-ajzt70lm 2021-09-13T23:58:57,371 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-13T23:58:57,373 2 location(s) to search for versions of modasci: 2021-09-13T23:58:57,373 * https://pypi.org/simple/modasci/ 2021-09-13T23:58:57,373 * https://www.piwheels.org/simple/modasci/ 2021-09-13T23:58:57,374 Fetching project page and analyzing links: https://pypi.org/simple/modasci/ 2021-09-13T23:58:57,374 Getting page https://pypi.org/simple/modasci/ 2021-09-13T23:58:57,376 Found index url https://pypi.org/simple 2021-09-13T23:58:57,468 Skipping link: No binaries permitted for modasci: https://files.pythonhosted.org/packages/fe/62/bde02d100e5773d7f00e817401d16fc259e189ad6681ed37d287c5311563/modasci-0.0.1-py3-none-any.whl#sha256=2018ff5058aae8907cda3659bff8d52352bf4c8b8914c4f0ed3ce5bc4419bc32 (from https://pypi.org/simple/modasci/) 2021-09-13T23:58:57,468 Found link https://files.pythonhosted.org/packages/c2/03/00cc5ff87cb381aa71bb26174b8637293aff86696d1bcc74f1577fabedf3/modasci-0.0.1.tar.gz#sha256=96cc3d68ec4220c84ad060ce0887f98e217a1fc290baea06ef6ce6a3f3deb5cb (from https://pypi.org/simple/modasci/), version: 0.0.1 2021-09-13T23:58:57,469 Skipping link: No binaries permitted for modasci: https://files.pythonhosted.org/packages/cd/3c/4caaf61eca8c37bc2ded124b5031fe801bc30e3ae86fe72bf8486b148154/modasci-0.0.2-py3-none-any.whl#sha256=3ea4f9631a258be0dd386a98e32b69d2953371022ce6737526b799dca958613c (from https://pypi.org/simple/modasci/) 2021-09-13T23:58:57,469 Found link https://files.pythonhosted.org/packages/71/ee/e99b94b4d99e9fa64209316ca93083c8881b428631c306a2534bdfbc27c5/modasci-0.0.2.tar.gz#sha256=078bb51ea87c2c3649c61f966a1d031b603d1431ece9230cbe563739053ed429 (from https://pypi.org/simple/modasci/), version: 0.0.2 2021-09-13T23:58:57,469 Fetching project page and analyzing links: https://www.piwheels.org/simple/modasci/ 2021-09-13T23:58:57,469 Getting page https://www.piwheels.org/simple/modasci/ 2021-09-13T23:58:57,470 Found index url https://www.piwheels.org/simple 2021-09-13T23:58:57,572 Skipping link: not a file: https://www.piwheels.org/simple/modasci/ 2021-09-13T23:58:57,573 Skipping link: not a file: https://pypi.org/simple/modasci/ 2021-09-13T23:58:57,593 Given no hashes to check 1 links for project 'modasci': discarding no candidates 2021-09-13T23:58:57,612 Collecting modasci==0.0.2 2021-09-13T23:58:57,613 Created temporary directory: /tmp/pip-unpack-5qne03mo 2021-09-13T23:58:57,653 Downloading modasci-0.0.2.tar.gz (6.8 kB) 2021-09-13T23:58:57,737 Added modasci==0.0.2 from https://files.pythonhosted.org/packages/71/ee/e99b94b4d99e9fa64209316ca93083c8881b428631c306a2534bdfbc27c5/modasci-0.0.2.tar.gz#sha256=078bb51ea87c2c3649c61f966a1d031b603d1431ece9230cbe563739053ed429 to build tracker '/tmp/pip-req-tracker-931hfrs9' 2021-09-13T23:58:57,738 Running setup.py (path:/tmp/pip-wheel-ajzt70lm/modasci_be9ca8ec279f45d694d90f4147654bf1/setup.py) egg_info for package modasci 2021-09-13T23:58:57,739 Created temporary directory: /tmp/pip-pip-egg-info-xlwfggs5 2021-09-13T23:58:57,739 Running command python setup.py egg_info 2021-09-13T23:58:58,492 fatal: not a git repository (or any of the parent directories): .git 2021-09-13T23:58:58,494 Traceback (most recent call last): 2021-09-13T23:58:58,494 File "", line 1, in 2021-09-13T23:58:58,495 File "/tmp/pip-wheel-ajzt70lm/modasci_be9ca8ec279f45d694d90f4147654bf1/setup.py", line 17, in 2021-09-13T23:58:58,495 version=GetVersion(), 2021-09-13T23:58:58,496 File "/tmp/pip-wheel-ajzt70lm/modasci_be9ca8ec279f45d694d90f4147654bf1/setup.py", line 9, in GetVersion 2021-09-13T23:58:58,496 commit = subprocess.check_output(['git', 'rev-parse', 'HEAD']) 2021-09-13T23:58:58,496 File "/usr/lib/python3.9/subprocess.py", line 424, in check_output 2021-09-13T23:58:58,497 return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, 2021-09-13T23:58:58,497 File "/usr/lib/python3.9/subprocess.py", line 528, in run 2021-09-13T23:58:58,498 raise CalledProcessError(retcode, process.args, 2021-09-13T23:58:58,498 subprocess.CalledProcessError: Command '['git', 'rev-parse', 'HEAD']' returned non-zero exit status 128. 2021-09-13T23:58:58,556 WARNING: Discarding https://files.pythonhosted.org/packages/71/ee/e99b94b4d99e9fa64209316ca93083c8881b428631c306a2534bdfbc27c5/modasci-0.0.2.tar.gz#sha256=078bb51ea87c2c3649c61f966a1d031b603d1431ece9230cbe563739053ed429 (from https://pypi.org/simple/modasci/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-09-13T23:58:58,557 ERROR: Could not find a version that satisfies the requirement modasci==0.0.2 (from versions: 0.0.1, 0.0.2) 2021-09-13T23:58:58,558 ERROR: No matching distribution found for modasci==0.0.2 2021-09-13T23:58:58,558 Exception information: 2021-09-13T23:58:58,558 Traceback (most recent call last): 2021-09-13T23:58:58,558 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-13T23:58:58,558 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-13T23:58:58,558 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-13T23:58:58,558 raise RequirementsConflicted(criterion) 2021-09-13T23:58:58,558 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('modasci==0.0.2') 2021-09-13T23:58:58,558 2021-09-13T23:58:58,558 During handling of the above exception, another exception occurred: 2021-09-13T23:58:58,558 2021-09-13T23:58:58,558 Traceback (most recent call last): 2021-09-13T23:58:58,558 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-09-13T23:58:58,558 result = self._result = resolver.resolve( 2021-09-13T23:58:58,558 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-13T23:58:58,558 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-13T23:58:58,558 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-13T23:58:58,558 raise ResolutionImpossible(e.criterion.information) 2021-09-13T23:58:58,558 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('modasci==0.0.2'), parent=None)] 2021-09-13T23:58:58,558 2021-09-13T23:58:58,558 The above exception was the direct cause of the following exception: 2021-09-13T23:58:58,558 2021-09-13T23:58:58,558 Traceback (most recent call last): 2021-09-13T23:58:58,558 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-13T23:58:58,558 status = self.run(options, args) 2021-09-13T23:58:58,558 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-13T23:58:58,558 return func(self, options, args) 2021-09-13T23:58:58,558 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-09-13T23:58:58,558 requirement_set = resolver.resolve( 2021-09-13T23:58:58,558 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-13T23:58:58,558 raise error from e 2021-09-13T23:58:58,558 pip._internal.exceptions.DistributionNotFound: No matching distribution found for modasci==0.0.2 2021-09-13T23:58:58,563 Removed modasci==0.0.2 from https://files.pythonhosted.org/packages/71/ee/e99b94b4d99e9fa64209316ca93083c8881b428631c306a2534bdfbc27c5/modasci-0.0.2.tar.gz#sha256=078bb51ea87c2c3649c61f966a1d031b603d1431ece9230cbe563739053ed429 from build tracker '/tmp/pip-req-tracker-931hfrs9' 2021-09-13T23:58:58,563 Removed build tracker: '/tmp/pip-req-tracker-931hfrs9'