2021-07-12T06:10:19,104 Created temporary directory: /tmp/pip-ephem-wheel-cache-zm4yj88z 2021-07-12T06:10:19,107 Created temporary directory: /tmp/pip-req-tracker-ecd920du 2021-07-12T06:10:19,107 Initialized build tracking at /tmp/pip-req-tracker-ecd920du 2021-07-12T06:10:19,107 Created build tracker: /tmp/pip-req-tracker-ecd920du 2021-07-12T06:10:19,107 Entered build tracker: /tmp/pip-req-tracker-ecd920du 2021-07-12T06:10:19,108 Created temporary directory: /tmp/pip-wheel-nibs5khf 2021-07-12T06:10:19,136 1 location(s) to search for versions of pydgq: 2021-07-12T06:10:19,136 * https://pypi.org/simple/pydgq/ 2021-07-12T06:10:19,137 Fetching project page and analyzing links: https://pypi.org/simple/pydgq/ 2021-07-12T06:10:19,138 Getting page https://pypi.org/simple/pydgq/ 2021-07-12T06:10:19,139 Found index url https://pypi.org/simple 2021-07-12T06:10:19,323 Found link https://files.pythonhosted.org/packages/8f/2b/d933a9572463457d595147298403a64ed3a93e94c181223d1d99340e401c/pydgq-0.1.0.tar.gz#sha256=13fdf0ae89c6f6695f240e322edb44da6e823c9dd6ce31d7ffe1bcca1c5ece4c (from https://pypi.org/simple/pydgq/), version: 0.1.0 2021-07-12T06:10:19,324 Found link https://files.pythonhosted.org/packages/40/ab/67f0a4f4b0c0b215de8a555664ae7c20c1cc9ac7e260a207ec7c79731882/pydgq-0.1.1.tar.gz#sha256=dc41d1fab80ec069ffc91840ab0d30e07e5d04a1e8537b1a3ebffe725a8ba362 (from https://pypi.org/simple/pydgq/), version: 0.1.1 2021-07-12T06:10:19,324 Found link https://files.pythonhosted.org/packages/d4/2c/e7d6fc3d5a8590b31bb52457be83114b8f9e362556ff8f52dc22b9454775/pydgq-0.1.2.tar.gz#sha256=25e3eec5d4b7a5c0a637e4e971b1961465a0ec7978f9f72764491279aadfa11c (from https://pypi.org/simple/pydgq/), version: 0.1.2 2021-07-12T06:10:19,325 Skipping link: not a file: https://pypi.org/simple/pydgq/ 2021-07-12T06:10:19,342 Given no hashes to check 1 links for project 'pydgq': discarding no candidates 2021-07-12T06:10:19,361 Collecting pydgq==0.1.0 2021-07-12T06:10:19,363 Created temporary directory: /tmp/pip-unpack-pnbwn9pa 2021-07-12T06:10:20,740 Downloading pydgq-0.1.0.tar.gz (1.9 MB) 2021-07-12T06:10:21,485 Added pydgq==0.1.0 from https://files.pythonhosted.org/packages/8f/2b/d933a9572463457d595147298403a64ed3a93e94c181223d1d99340e401c/pydgq-0.1.0.tar.gz#sha256=13fdf0ae89c6f6695f240e322edb44da6e823c9dd6ce31d7ffe1bcca1c5ece4c to build tracker '/tmp/pip-req-tracker-ecd920du' 2021-07-12T06:10:21,486 Running setup.py (path:/tmp/pip-wheel-nibs5khf/pydgq_47f2c89030be41ddb7b0eaf88ee9b411/setup.py) egg_info for package pydgq 2021-07-12T06:10:21,487 Created temporary directory: /tmp/pip-pip-egg-info-1xezlezj 2021-07-12T06:10:21,487 Running command python setup.py egg_info 2021-07-12T06:10:22,268 Traceback (most recent call last): 2021-07-12T06:10:22,269 File "", line 1, in 2021-07-12T06:10:22,269 File "/tmp/pip-wheel-nibs5khf/pydgq_47f2c89030be41ddb7b0eaf88ee9b411/setup.py", line 57 2021-07-12T06:10:22,270 print "build configuration selected: optimized" 2021-07-12T06:10:22,270 ^ 2021-07-12T06:10:22,270 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("build configuration selected: optimized")? 2021-07-12T06:10:22,317 WARNING: Discarding https://files.pythonhosted.org/packages/8f/2b/d933a9572463457d595147298403a64ed3a93e94c181223d1d99340e401c/pydgq-0.1.0.tar.gz#sha256=13fdf0ae89c6f6695f240e322edb44da6e823c9dd6ce31d7ffe1bcca1c5ece4c (from https://pypi.org/simple/pydgq/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T06:10:22,318 ERROR: Could not find a version that satisfies the requirement pydgq==0.1.0 (from versions: 0.1.0, 0.1.1, 0.1.2) 2021-07-12T06:10:22,318 ERROR: No matching distribution found for pydgq==0.1.0 2021-07-12T06:10:22,319 Exception information: 2021-07-12T06:10:22,319 Traceback (most recent call last): 2021-07-12T06:10:22,319 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T06:10:22,319 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T06:10:22,319 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T06:10:22,319 raise RequirementsConflicted(criterion) 2021-07-12T06:10:22,319 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pydgq==0.1.0') 2021-07-12T06:10:22,319 2021-07-12T06:10:22,319 During handling of the above exception, another exception occurred: 2021-07-12T06:10:22,319 2021-07-12T06:10:22,319 Traceback (most recent call last): 2021-07-12T06:10:22,319 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T06:10:22,319 result = self._result = resolver.resolve( 2021-07-12T06:10:22,319 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T06:10:22,319 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T06:10:22,319 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T06:10:22,319 raise ResolutionImpossible(e.criterion.information) 2021-07-12T06:10:22,319 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pydgq==0.1.0'), parent=None)] 2021-07-12T06:10:22,319 2021-07-12T06:10:22,319 The above exception was the direct cause of the following exception: 2021-07-12T06:10:22,319 2021-07-12T06:10:22,319 Traceback (most recent call last): 2021-07-12T06:10:22,319 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T06:10:22,319 status = self.run(options, args) 2021-07-12T06:10:22,319 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T06:10:22,319 return func(self, options, args) 2021-07-12T06:10:22,319 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T06:10:22,319 requirement_set = resolver.resolve( 2021-07-12T06:10:22,319 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T06:10:22,319 raise error from e 2021-07-12T06:10:22,319 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pydgq==0.1.0 2021-07-12T06:10:22,323 Removed pydgq==0.1.0 from https://files.pythonhosted.org/packages/8f/2b/d933a9572463457d595147298403a64ed3a93e94c181223d1d99340e401c/pydgq-0.1.0.tar.gz#sha256=13fdf0ae89c6f6695f240e322edb44da6e823c9dd6ce31d7ffe1bcca1c5ece4c from build tracker '/tmp/pip-req-tracker-ecd920du' 2021-07-12T06:10:22,324 Removed build tracker: '/tmp/pip-req-tracker-ecd920du'