2021-07-12T23:09:50,250 Created temporary directory: /tmp/pip-ephem-wheel-cache-glmnopa8 2021-07-12T23:09:50,253 Created temporary directory: /tmp/pip-req-tracker-prfa0ue8 2021-07-12T23:09:50,254 Initialized build tracking at /tmp/pip-req-tracker-prfa0ue8 2021-07-12T23:09:50,254 Created build tracker: /tmp/pip-req-tracker-prfa0ue8 2021-07-12T23:09:50,254 Entered build tracker: /tmp/pip-req-tracker-prfa0ue8 2021-07-12T23:09:50,255 Created temporary directory: /tmp/pip-wheel-jf2hw4fu 2021-07-12T23:09:50,284 1 location(s) to search for versions of jupymake: 2021-07-12T23:09:50,284 * https://pypi.org/simple/jupymake/ 2021-07-12T23:09:50,285 Fetching project page and analyzing links: https://pypi.org/simple/jupymake/ 2021-07-12T23:09:50,285 Getting page https://pypi.org/simple/jupymake/ 2021-07-12T23:09:50,287 Found index url https://pypi.org/simple 2021-07-12T23:09:50,375 Found link https://files.pythonhosted.org/packages/4e/88/a254690305d7f4aec96814ab5b27b160ef0de40aa699a284055a0debb2dd/JuPyMake-0.3.tar.gz#sha256=9ce27f23adcd11cb6baf40b79a4450d2d2937ed7136214a01dda7dafd7575476 (from https://pypi.org/simple/jupymake/), version: 0.3 2021-07-12T23:09:50,375 Found link https://files.pythonhosted.org/packages/3b/89/a308b00c41451cf7d971059b7bbb5a623d4cec692cd3564c2e654a684fea/JuPyMake-0.5.tar.gz#sha256=d7e3cde585b268128a3991c9ca8c5ecf9b6b6fc42615dac352bd34c107d065ff (from https://pypi.org/simple/jupymake/), version: 0.5 2021-07-12T23:09:50,375 Found link https://files.pythonhosted.org/packages/0d/48/862c5d7614d99419f55239059c6dec1deff60b30d419666545d763da1520/JuPyMake-0.7.tar.gz#sha256=4e403e09a63b58505dd1c3f9f0f7a3d36c939c4f6f5effcd92da99e583a8009f (from https://pypi.org/simple/jupymake/), version: 0.7 2021-07-12T23:09:50,376 Found link https://files.pythonhosted.org/packages/a2/20/df07a05d2b56f8a901e9eda147574a7c6f58137efbf65ba87ba749225eb0/JuPyMake-0.8.tar.gz#sha256=693ee8817ba4675660ea63be6e624b7425a571e941b1233f4df9030a5c6a5c6a (from https://pypi.org/simple/jupymake/), version: 0.8 2021-07-12T23:09:50,376 Found link https://files.pythonhosted.org/packages/32/dd/0a48546daa2461e57207d31eeb64a3ad77fd9fb339d90e1e067ea25991a5/JuPyMake-0.9.tar.gz#sha256=4c756cd6a6056a20cd71f7b5e463c79dad0257241bbd32a40b750882fafdb545 (from https://pypi.org/simple/jupymake/), version: 0.9 2021-07-12T23:09:50,376 Skipping link: not a file: https://pypi.org/simple/jupymake/ 2021-07-12T23:09:50,395 Given no hashes to check 1 links for project 'jupymake': discarding no candidates 2021-07-12T23:09:50,413 Collecting jupymake==0.5 2021-07-12T23:09:50,415 Created temporary directory: /tmp/pip-unpack-o8i_9ss4 2021-07-12T23:09:50,455 Downloading JuPyMake-0.5.tar.gz (9.9 kB) 2021-07-12T23:09:50,475 Added jupymake==0.5 from https://files.pythonhosted.org/packages/3b/89/a308b00c41451cf7d971059b7bbb5a623d4cec692cd3564c2e654a684fea/JuPyMake-0.5.tar.gz#sha256=d7e3cde585b268128a3991c9ca8c5ecf9b6b6fc42615dac352bd34c107d065ff to build tracker '/tmp/pip-req-tracker-prfa0ue8' 2021-07-12T23:09:50,476 Running setup.py (path:/tmp/pip-wheel-jf2hw4fu/jupymake_9631cfca159b488b96509d97c1bcff52/setup.py) egg_info for package jupymake 2021-07-12T23:09:50,477 Created temporary directory: /tmp/pip-pip-egg-info-bctt0x0r 2021-07-12T23:09:50,477 Running command python setup.py egg_info 2021-07-12T23:09:51,589 Traceback (most recent call last): 2021-07-12T23:09:51,590 File "", line 1, in 2021-07-12T23:09:51,590 File "/tmp/pip-wheel-jf2hw4fu/jupymake_9631cfca159b488b96509d97c1bcff52/setup.py", line 15, in 2021-07-12T23:09:51,590 polymake_cflags = subprocess.check_output( [ "polymake-config", "--cflags" ] ).strip().decode( 'utf-8' ).split(' ') 2021-07-12T23:09:51,590 File "/usr/lib/python3.9/subprocess.py", line 424, in check_output 2021-07-12T23:09:51,591 return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, 2021-07-12T23:09:51,591 File "/usr/lib/python3.9/subprocess.py", line 505, in run 2021-07-12T23:09:51,592 with Popen(*popenargs, **kwargs) as process: 2021-07-12T23:09:51,592 File "/usr/lib/python3.9/subprocess.py", line 951, in __init__ 2021-07-12T23:09:51,593 self._execute_child(args, executable, preexec_fn, close_fds, 2021-07-12T23:09:51,593 File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child 2021-07-12T23:09:51,594 raise child_exception_type(errno_num, err_msg, err_filename) 2021-07-12T23:09:51,594 FileNotFoundError: [Errno 2] No such file or directory: 'polymake-config' 2021-07-12T23:09:51,651 WARNING: Discarding https://files.pythonhosted.org/packages/3b/89/a308b00c41451cf7d971059b7bbb5a623d4cec692cd3564c2e654a684fea/JuPyMake-0.5.tar.gz#sha256=d7e3cde585b268128a3991c9ca8c5ecf9b6b6fc42615dac352bd34c107d065ff (from https://pypi.org/simple/jupymake/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T23:09:51,653 ERROR: Could not find a version that satisfies the requirement jupymake==0.5 (from versions: 0.3, 0.5, 0.7, 0.8, 0.9) 2021-07-12T23:09:51,653 ERROR: No matching distribution found for jupymake==0.5 2021-07-12T23:09:51,653 Exception information: 2021-07-12T23:09:51,653 Traceback (most recent call last): 2021-07-12T23:09:51,653 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T23:09:51,653 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T23:09:51,653 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T23:09:51,653 raise RequirementsConflicted(criterion) 2021-07-12T23:09:51,653 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('jupymake==0.5') 2021-07-12T23:09:51,653 2021-07-12T23:09:51,653 During handling of the above exception, another exception occurred: 2021-07-12T23:09:51,653 2021-07-12T23:09:51,653 Traceback (most recent call last): 2021-07-12T23:09:51,653 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T23:09:51,653 result = self._result = resolver.resolve( 2021-07-12T23:09:51,653 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T23:09:51,653 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T23:09:51,653 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T23:09:51,653 raise ResolutionImpossible(e.criterion.information) 2021-07-12T23:09:51,653 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('jupymake==0.5'), parent=None)] 2021-07-12T23:09:51,653 2021-07-12T23:09:51,653 The above exception was the direct cause of the following exception: 2021-07-12T23:09:51,653 2021-07-12T23:09:51,653 Traceback (most recent call last): 2021-07-12T23:09:51,653 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T23:09:51,653 status = self.run(options, args) 2021-07-12T23:09:51,653 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T23:09:51,653 return func(self, options, args) 2021-07-12T23:09:51,653 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T23:09:51,653 requirement_set = resolver.resolve( 2021-07-12T23:09:51,653 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T23:09:51,653 raise error from e 2021-07-12T23:09:51,653 pip._internal.exceptions.DistributionNotFound: No matching distribution found for jupymake==0.5 2021-07-12T23:09:51,658 Removed jupymake==0.5 from https://files.pythonhosted.org/packages/3b/89/a308b00c41451cf7d971059b7bbb5a623d4cec692cd3564c2e654a684fea/JuPyMake-0.5.tar.gz#sha256=d7e3cde585b268128a3991c9ca8c5ecf9b6b6fc42615dac352bd34c107d065ff from build tracker '/tmp/pip-req-tracker-prfa0ue8' 2021-07-12T23:09:51,658 Removed build tracker: '/tmp/pip-req-tracker-prfa0ue8'