2021-07-10T01:09:40,149 Created temporary directory: /tmp/pip-ephem-wheel-cache-snmelzso 2021-07-10T01:09:40,153 Created temporary directory: /tmp/pip-req-tracker-0x5m9eev 2021-07-10T01:09:40,153 Initialized build tracking at /tmp/pip-req-tracker-0x5m9eev 2021-07-10T01:09:40,153 Created build tracker: /tmp/pip-req-tracker-0x5m9eev 2021-07-10T01:09:40,153 Entered build tracker: /tmp/pip-req-tracker-0x5m9eev 2021-07-10T01:09:40,154 Created temporary directory: /tmp/pip-wheel-1uwu9aer 2021-07-10T01:09:40,187 1 location(s) to search for versions of pyglfw-cffi: 2021-07-10T01:09:40,187 * https://pypi.org/simple/pyglfw-cffi/ 2021-07-10T01:09:40,187 Fetching project page and analyzing links: https://pypi.org/simple/pyglfw-cffi/ 2021-07-10T01:09:40,188 Getting page https://pypi.org/simple/pyglfw-cffi/ 2021-07-10T01:09:40,189 Found index url https://pypi.org/simple 2021-07-10T01:09:40,369 Found link https://files.pythonhosted.org/packages/74/ae/7012a1ff4da2b4ed35aa04fc8059efebdbbb81854c7e4e55f9eaa29660bc/pyglfw-cffi-0.1.0.tar.gz#sha256=a9af14bc6c6c576fafe8c8d840ed6738c75ccac68dc3ced73240b79ce1db8297 (from https://pypi.org/simple/pyglfw-cffi/), version: 0.1.0 2021-07-10T01:09:40,370 Found link https://files.pythonhosted.org/packages/8a/43/14fb2484c7c9b823e498ae3460e320711be03f61de3e061570916c70aacc/pyglfw-cffi-0.1.1.tar.gz#sha256=0d9b1a62fa320d08b6b2759b64b16a80baf6cfe6e22a03965e315f961878c428 (from https://pypi.org/simple/pyglfw-cffi/), version: 0.1.1 2021-07-10T01:09:40,370 Found link https://files.pythonhosted.org/packages/24/17/7b3751ca009c5ded83577aee2937088d14f1778efa42bbefe4197a670a92/pyglfw-cffi-0.1.2.tar.gz#sha256=8ac0f8ce0b70f8c57c0a8a23d4b0e07f5ef20d17dd4184b04fe7e7a12ee521bb (from https://pypi.org/simple/pyglfw-cffi/), version: 0.1.2 2021-07-10T01:09:40,370 Skipping link: not a file: https://pypi.org/simple/pyglfw-cffi/ 2021-07-10T01:09:40,387 Given no hashes to check 1 links for project 'pyglfw-cffi': discarding no candidates 2021-07-10T01:09:40,404 Collecting pyglfw-cffi==0.1.0 2021-07-10T01:09:40,405 Created temporary directory: /tmp/pip-unpack-xyuijdsj 2021-07-10T01:09:40,598 Downloading pyglfw-cffi-0.1.0.tar.gz (372 kB) 2021-07-10T01:09:40,881 Added pyglfw-cffi==0.1.0 from https://files.pythonhosted.org/packages/74/ae/7012a1ff4da2b4ed35aa04fc8059efebdbbb81854c7e4e55f9eaa29660bc/pyglfw-cffi-0.1.0.tar.gz#sha256=a9af14bc6c6c576fafe8c8d840ed6738c75ccac68dc3ced73240b79ce1db8297 to build tracker '/tmp/pip-req-tracker-0x5m9eev' 2021-07-10T01:09:40,882 Running setup.py (path:/tmp/pip-wheel-1uwu9aer/pyglfw-cffi_485174ba65904d6dabcad9b650331543/setup.py) egg_info for package pyglfw-cffi 2021-07-10T01:09:40,883 Created temporary directory: /tmp/pip-pip-egg-info-eov_byfc 2021-07-10T01:09:40,883 Running command python setup.py egg_info 2021-07-10T01:09:41,552 Traceback (most recent call last): 2021-07-10T01:09:41,553 File "", line 1, in 2021-07-10T01:09:41,554 File "/tmp/pip-wheel-1uwu9aer/pyglfw-cffi_485174ba65904d6dabcad9b650331543/setup.py", line 31, in 2021-07-10T01:09:41,555 execfile('setup_data.py') 2021-07-10T01:09:41,555 NameError: name 'execfile' is not defined 2021-07-10T01:09:41,603 WARNING: Discarding https://files.pythonhosted.org/packages/74/ae/7012a1ff4da2b4ed35aa04fc8059efebdbbb81854c7e4e55f9eaa29660bc/pyglfw-cffi-0.1.0.tar.gz#sha256=a9af14bc6c6c576fafe8c8d840ed6738c75ccac68dc3ced73240b79ce1db8297 (from https://pypi.org/simple/pyglfw-cffi/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T01:09:41,605 ERROR: Could not find a version that satisfies the requirement pyglfw-cffi==0.1.0 (from versions: 0.1.0, 0.1.1, 0.1.2) 2021-07-10T01:09:41,605 ERROR: No matching distribution found for pyglfw-cffi==0.1.0 2021-07-10T01:09:41,605 Exception information: 2021-07-10T01:09:41,605 Traceback (most recent call last): 2021-07-10T01:09:41,605 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T01:09:41,605 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T01:09:41,605 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T01:09:41,605 raise RequirementsConflicted(criterion) 2021-07-10T01:09:41,605 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pyglfw-cffi==0.1.0') 2021-07-10T01:09:41,605 2021-07-10T01:09:41,605 During handling of the above exception, another exception occurred: 2021-07-10T01:09:41,605 2021-07-10T01:09:41,605 Traceback (most recent call last): 2021-07-10T01:09:41,605 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T01:09:41,605 result = self._result = resolver.resolve( 2021-07-10T01:09:41,605 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T01:09:41,605 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T01:09:41,605 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T01:09:41,605 raise ResolutionImpossible(e.criterion.information) 2021-07-10T01:09:41,605 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pyglfw-cffi==0.1.0'), parent=None)] 2021-07-10T01:09:41,605 2021-07-10T01:09:41,605 The above exception was the direct cause of the following exception: 2021-07-10T01:09:41,605 2021-07-10T01:09:41,605 Traceback (most recent call last): 2021-07-10T01:09:41,605 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T01:09:41,605 status = self.run(options, args) 2021-07-10T01:09:41,605 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T01:09:41,605 return func(self, options, args) 2021-07-10T01:09:41,605 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T01:09:41,605 requirement_set = resolver.resolve( 2021-07-10T01:09:41,605 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T01:09:41,605 raise error from e 2021-07-10T01:09:41,605 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pyglfw-cffi==0.1.0 2021-07-10T01:09:41,610 Removed pyglfw-cffi==0.1.0 from https://files.pythonhosted.org/packages/74/ae/7012a1ff4da2b4ed35aa04fc8059efebdbbb81854c7e4e55f9eaa29660bc/pyglfw-cffi-0.1.0.tar.gz#sha256=a9af14bc6c6c576fafe8c8d840ed6738c75ccac68dc3ced73240b79ce1db8297 from build tracker '/tmp/pip-req-tracker-0x5m9eev' 2021-07-10T01:09:41,610 Removed build tracker: '/tmp/pip-req-tracker-0x5m9eev'