2021-07-12T06:21:10,302 Created temporary directory: /tmp/pip-ephem-wheel-cache-1d_o_gkg 2021-07-12T06:21:10,305 Created temporary directory: /tmp/pip-req-tracker-4nwcjm79 2021-07-12T06:21:10,306 Initialized build tracking at /tmp/pip-req-tracker-4nwcjm79 2021-07-12T06:21:10,306 Created build tracker: /tmp/pip-req-tracker-4nwcjm79 2021-07-12T06:21:10,306 Entered build tracker: /tmp/pip-req-tracker-4nwcjm79 2021-07-12T06:21:10,307 Created temporary directory: /tmp/pip-wheel-thnb18dk 2021-07-12T06:21:10,336 1 location(s) to search for versions of pydgq: 2021-07-12T06:21:10,336 * https://pypi.org/simple/pydgq/ 2021-07-12T06:21:10,337 Fetching project page and analyzing links: https://pypi.org/simple/pydgq/ 2021-07-12T06:21:10,337 Getting page https://pypi.org/simple/pydgq/ 2021-07-12T06:21:10,339 Found index url https://pypi.org/simple 2021-07-12T06:21:10,427 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:21:10,428 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:21:10,428 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:21:10,428 Skipping link: not a file: https://pypi.org/simple/pydgq/ 2021-07-12T06:21:10,446 Given no hashes to check 1 links for project 'pydgq': discarding no candidates 2021-07-12T06:21:10,465 Collecting pydgq==0.1.1 2021-07-12T06:21:10,467 Created temporary directory: /tmp/pip-unpack-os4zpglr 2021-07-12T06:21:11,255 Downloading pydgq-0.1.1.tar.gz (1.9 MB) 2021-07-12T06:21:12,074 Added pydgq==0.1.1 from https://files.pythonhosted.org/packages/40/ab/67f0a4f4b0c0b215de8a555664ae7c20c1cc9ac7e260a207ec7c79731882/pydgq-0.1.1.tar.gz#sha256=dc41d1fab80ec069ffc91840ab0d30e07e5d04a1e8537b1a3ebffe725a8ba362 to build tracker '/tmp/pip-req-tracker-4nwcjm79' 2021-07-12T06:21:12,075 Running setup.py (path:/tmp/pip-wheel-thnb18dk/pydgq_290400790abb47559fcbfbc792a022a7/setup.py) egg_info for package pydgq 2021-07-12T06:21:12,076 Created temporary directory: /tmp/pip-pip-egg-info-dek80c2h 2021-07-12T06:21:12,076 Running command python setup.py egg_info 2021-07-12T06:21:13,069 Traceback (most recent call last): 2021-07-12T06:21:13,070 File "", line 1, in 2021-07-12T06:21:13,070 File "/tmp/pip-wheel-thnb18dk/pydgq_290400790abb47559fcbfbc792a022a7/setup.py", line 153, in 2021-07-12T06:21:13,070 with file('pydgq/__init__.py') as f: 2021-07-12T06:21:13,070 NameError: name 'file' is not defined 2021-07-12T06:21:13,071 build configuration selected: optimized 2021-07-12T06:21:13,128 WARNING: Discarding https://files.pythonhosted.org/packages/40/ab/67f0a4f4b0c0b215de8a555664ae7c20c1cc9ac7e260a207ec7c79731882/pydgq-0.1.1.tar.gz#sha256=dc41d1fab80ec069ffc91840ab0d30e07e5d04a1e8537b1a3ebffe725a8ba362 (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:21:13,129 ERROR: Could not find a version that satisfies the requirement pydgq==0.1.1 (from versions: 0.1.0, 0.1.1, 0.1.2) 2021-07-12T06:21:13,130 ERROR: No matching distribution found for pydgq==0.1.1 2021-07-12T06:21:13,130 Exception information: 2021-07-12T06:21:13,130 Traceback (most recent call last): 2021-07-12T06:21:13,130 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T06:21:13,130 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T06:21:13,130 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T06:21:13,130 raise RequirementsConflicted(criterion) 2021-07-12T06:21:13,130 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pydgq==0.1.1') 2021-07-12T06:21:13,130 2021-07-12T06:21:13,130 During handling of the above exception, another exception occurred: 2021-07-12T06:21:13,130 2021-07-12T06:21:13,130 Traceback (most recent call last): 2021-07-12T06:21:13,130 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T06:21:13,130 result = self._result = resolver.resolve( 2021-07-12T06:21:13,130 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T06:21:13,130 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T06:21:13,130 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T06:21:13,130 raise ResolutionImpossible(e.criterion.information) 2021-07-12T06:21:13,130 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pydgq==0.1.1'), parent=None)] 2021-07-12T06:21:13,130 2021-07-12T06:21:13,130 The above exception was the direct cause of the following exception: 2021-07-12T06:21:13,130 2021-07-12T06:21:13,130 Traceback (most recent call last): 2021-07-12T06:21:13,130 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T06:21:13,130 status = self.run(options, args) 2021-07-12T06:21:13,130 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T06:21:13,130 return func(self, options, args) 2021-07-12T06:21:13,130 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T06:21:13,130 requirement_set = resolver.resolve( 2021-07-12T06:21:13,130 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T06:21:13,130 raise error from e 2021-07-12T06:21:13,130 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pydgq==0.1.1 2021-07-12T06:21:13,135 Removed pydgq==0.1.1 from https://files.pythonhosted.org/packages/40/ab/67f0a4f4b0c0b215de8a555664ae7c20c1cc9ac7e260a207ec7c79731882/pydgq-0.1.1.tar.gz#sha256=dc41d1fab80ec069ffc91840ab0d30e07e5d04a1e8537b1a3ebffe725a8ba362 from build tracker '/tmp/pip-req-tracker-4nwcjm79' 2021-07-12T06:21:13,135 Removed build tracker: '/tmp/pip-req-tracker-4nwcjm79'