2021-07-12T23:12:57,249 Created temporary directory: /tmp/pip-ephem-wheel-cache-nhdiy9x1 2021-07-12T23:12:57,252 Created temporary directory: /tmp/pip-req-tracker-v_qiltep 2021-07-12T23:12:57,253 Initialized build tracking at /tmp/pip-req-tracker-v_qiltep 2021-07-12T23:12:57,253 Created build tracker: /tmp/pip-req-tracker-v_qiltep 2021-07-12T23:12:57,253 Entered build tracker: /tmp/pip-req-tracker-v_qiltep 2021-07-12T23:12:57,254 Created temporary directory: /tmp/pip-wheel-lrbtz1xl 2021-07-12T23:12:57,286 1 location(s) to search for versions of network-opt: 2021-07-12T23:12:57,286 * https://pypi.org/simple/network-opt/ 2021-07-12T23:12:57,286 Fetching project page and analyzing links: https://pypi.org/simple/network-opt/ 2021-07-12T23:12:57,287 Getting page https://pypi.org/simple/network-opt/ 2021-07-12T23:12:57,289 Found index url https://pypi.org/simple 2021-07-12T23:12:57,500 Found link https://files.pythonhosted.org/packages/8d/f0/f8a4f00378376da5e062394a38d4c6781bb23c3bb2590d96e75456610495/network_opt-1.0.tar.gz#sha256=472a6ad6173e13f52546bfa936fe56891dcdb003a2de5540eb58601b7dfbb24b (from https://pypi.org/simple/network-opt/), version: 1.0 2021-07-12T23:12:57,501 Skipping link: not a file: https://pypi.org/simple/network-opt/ 2021-07-12T23:12:57,520 Given no hashes to check 1 links for project 'network-opt': discarding no candidates 2021-07-12T23:12:57,541 Collecting network-opt==1.0 2021-07-12T23:12:57,543 Created temporary directory: /tmp/pip-unpack-g4hf0ldy 2021-07-12T23:12:57,717 Downloading network_opt-1.0.tar.gz (5.2 kB) 2021-07-12T23:12:57,750 Added network-opt==1.0 from https://files.pythonhosted.org/packages/8d/f0/f8a4f00378376da5e062394a38d4c6781bb23c3bb2590d96e75456610495/network_opt-1.0.tar.gz#sha256=472a6ad6173e13f52546bfa936fe56891dcdb003a2de5540eb58601b7dfbb24b to build tracker '/tmp/pip-req-tracker-v_qiltep' 2021-07-12T23:12:57,751 Running setup.py (path:/tmp/pip-wheel-lrbtz1xl/network-opt_94c427523bd04918b0232473c883f8b6/setup.py) egg_info for package network-opt 2021-07-12T23:12:57,752 Created temporary directory: /tmp/pip-pip-egg-info-xxtl8gcd 2021-07-12T23:12:57,752 Running command python setup.py egg_info 2021-07-12T23:12:58,726 Traceback (most recent call last): 2021-07-12T23:12:58,727 File "", line 1, in 2021-07-12T23:12:58,728 File "/tmp/pip-wheel-lrbtz1xl/network-opt_94c427523bd04918b0232473c883f8b6/setup.py", line 17 2021-07-12T23:12:58,728 print status, output 2021-07-12T23:12:58,728 ^ 2021-07-12T23:12:58,729 SyntaxError: Missing parentheses in call to 'print'. Did you mean print(status, output)? 2021-07-12T23:12:58,783 WARNING: Discarding https://files.pythonhosted.org/packages/8d/f0/f8a4f00378376da5e062394a38d4c6781bb23c3bb2590d96e75456610495/network_opt-1.0.tar.gz#sha256=472a6ad6173e13f52546bfa936fe56891dcdb003a2de5540eb58601b7dfbb24b (from https://pypi.org/simple/network-opt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T23:12:58,785 ERROR: Could not find a version that satisfies the requirement network-opt==1.0 (from versions: 1.0) 2021-07-12T23:12:58,785 ERROR: No matching distribution found for network-opt==1.0 2021-07-12T23:12:58,786 Exception information: 2021-07-12T23:12:58,786 Traceback (most recent call last): 2021-07-12T23:12:58,786 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T23:12:58,786 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T23:12:58,786 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T23:12:58,786 raise RequirementsConflicted(criterion) 2021-07-12T23:12:58,786 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('network-opt==1.0') 2021-07-12T23:12:58,786 2021-07-12T23:12:58,786 During handling of the above exception, another exception occurred: 2021-07-12T23:12:58,786 2021-07-12T23:12:58,786 Traceback (most recent call last): 2021-07-12T23:12:58,786 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T23:12:58,786 result = self._result = resolver.resolve( 2021-07-12T23:12:58,786 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T23:12:58,786 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T23:12:58,786 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T23:12:58,786 raise ResolutionImpossible(e.criterion.information) 2021-07-12T23:12:58,786 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('network-opt==1.0'), parent=None)] 2021-07-12T23:12:58,786 2021-07-12T23:12:58,786 The above exception was the direct cause of the following exception: 2021-07-12T23:12:58,786 2021-07-12T23:12:58,786 Traceback (most recent call last): 2021-07-12T23:12:58,786 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T23:12:58,786 status = self.run(options, args) 2021-07-12T23:12:58,786 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T23:12:58,786 return func(self, options, args) 2021-07-12T23:12:58,786 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T23:12:58,786 requirement_set = resolver.resolve( 2021-07-12T23:12:58,786 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T23:12:58,786 raise error from e 2021-07-12T23:12:58,786 pip._internal.exceptions.DistributionNotFound: No matching distribution found for network-opt==1.0 2021-07-12T23:12:58,791 Removed network-opt==1.0 from https://files.pythonhosted.org/packages/8d/f0/f8a4f00378376da5e062394a38d4c6781bb23c3bb2590d96e75456610495/network_opt-1.0.tar.gz#sha256=472a6ad6173e13f52546bfa936fe56891dcdb003a2de5540eb58601b7dfbb24b from build tracker '/tmp/pip-req-tracker-v_qiltep' 2021-07-12T23:12:58,791 Removed build tracker: '/tmp/pip-req-tracker-v_qiltep'