2021-07-09T02:14:00,873 Created temporary directory: /tmp/pip-ephem-wheel-cache-c11sdf6w 2021-07-09T02:14:00,876 Created temporary directory: /tmp/pip-req-tracker-rl8l87cq 2021-07-09T02:14:00,876 Initialized build tracking at /tmp/pip-req-tracker-rl8l87cq 2021-07-09T02:14:00,876 Created build tracker: /tmp/pip-req-tracker-rl8l87cq 2021-07-09T02:14:00,877 Entered build tracker: /tmp/pip-req-tracker-rl8l87cq 2021-07-09T02:14:00,877 Created temporary directory: /tmp/pip-wheel-v5339jck 2021-07-09T02:14:00,914 1 location(s) to search for versions of wordgolf: 2021-07-09T02:14:00,914 * https://pypi.org/simple/wordgolf/ 2021-07-09T02:14:00,915 Fetching project page and analyzing links: https://pypi.org/simple/wordgolf/ 2021-07-09T02:14:00,915 Getting page https://pypi.org/simple/wordgolf/ 2021-07-09T02:14:00,917 Found index url https://pypi.org/simple 2021-07-09T02:14:01,095 Found link https://files.pythonhosted.org/packages/ac/22/33930072f04198d5a92d560be4b8879b23d1b5b8c6c31a9d49aa4c15c70a/WordGolf-0.2.2.tar.gz#sha256=2a58a69e731a5f9ff61423c1a7235f52d235876501d6d7d7c9ce8fa631138181 (from https://pypi.org/simple/wordgolf/), version: 0.2.2 2021-07-09T02:14:01,095 Found link https://files.pythonhosted.org/packages/fb/22/1d5da6077e355d02bf4c782abedae7c78475134e89a951320d1660581614/WordGolf-0.2.3.tar.gz#sha256=9aa3377e57e7ed8a13c6f89307d3f1a7fe35a74440eee7dbe15854dd512aa93a (from https://pypi.org/simple/wordgolf/), version: 0.2.3 2021-07-09T02:14:01,096 Skipping link: not a file: https://pypi.org/simple/wordgolf/ 2021-07-09T02:14:01,112 Given no hashes to check 1 links for project 'wordgolf': discarding no candidates 2021-07-09T02:14:01,129 Collecting wordgolf==0.2.3 2021-07-09T02:14:01,131 Created temporary directory: /tmp/pip-unpack-ytn07gb9 2021-07-09T02:14:02,212 Downloading WordGolf-0.2.3.tar.gz (7.5 MB) 2021-07-09T02:14:03,839 Added wordgolf==0.2.3 from https://files.pythonhosted.org/packages/fb/22/1d5da6077e355d02bf4c782abedae7c78475134e89a951320d1660581614/WordGolf-0.2.3.tar.gz#sha256=9aa3377e57e7ed8a13c6f89307d3f1a7fe35a74440eee7dbe15854dd512aa93a to build tracker '/tmp/pip-req-tracker-rl8l87cq' 2021-07-09T02:14:03,840 Running setup.py (path:/tmp/pip-wheel-v5339jck/wordgolf_31ace6da8b4545af8d9676942294af53/setup.py) egg_info for package wordgolf 2021-07-09T02:14:03,841 Created temporary directory: /tmp/pip-pip-egg-info-rdd3fyiq 2021-07-09T02:14:03,841 Running command python setup.py egg_info 2021-07-09T02:14:04,502 Traceback (most recent call last): 2021-07-09T02:14:04,503 File "", line 1, in 2021-07-09T02:14:04,504 File "/tmp/pip-wheel-v5339jck/wordgolf_31ace6da8b4545af8d9676942294af53/setup.py", line 9, in 2021-07-09T02:14:04,504 import game.common 2021-07-09T02:14:04,504 File "/tmp/pip-wheel-v5339jck/wordgolf_31ace6da8b4545af8d9676942294af53/game/common.py", line 7, in 2021-07-09T02:14:04,504 import serge.blocks.effects 2021-07-09T02:14:04,505 File "/tmp/pip-wheel-v5339jck/wordgolf_31ace6da8b4545af8d9676942294af53/serge/blocks/effects.py", line 3, in 2021-07-09T02:14:04,505 import serge.actor 2021-07-09T02:14:04,505 File "/tmp/pip-wheel-v5339jck/wordgolf_31ace6da8b4545af8d9676942294af53/serge/actor.py", line 3, in 2021-07-09T02:14:04,506 import pygame 2021-07-09T02:14:04,506 ModuleNotFoundError: No module named 'pygame' 2021-07-09T02:14:04,557 WARNING: Discarding https://files.pythonhosted.org/packages/fb/22/1d5da6077e355d02bf4c782abedae7c78475134e89a951320d1660581614/WordGolf-0.2.3.tar.gz#sha256=9aa3377e57e7ed8a13c6f89307d3f1a7fe35a74440eee7dbe15854dd512aa93a (from https://pypi.org/simple/wordgolf/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T02:14:04,558 ERROR: Could not find a version that satisfies the requirement wordgolf==0.2.3 (from versions: 0.2.2, 0.2.3) 2021-07-09T02:14:04,559 ERROR: No matching distribution found for wordgolf==0.2.3 2021-07-09T02:14:04,559 Exception information: 2021-07-09T02:14:04,559 Traceback (most recent call last): 2021-07-09T02:14:04,559 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T02:14:04,559 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T02:14:04,559 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T02:14:04,559 raise RequirementsConflicted(criterion) 2021-07-09T02:14:04,559 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('wordgolf==0.2.3') 2021-07-09T02:14:04,559 2021-07-09T02:14:04,559 During handling of the above exception, another exception occurred: 2021-07-09T02:14:04,559 2021-07-09T02:14:04,559 Traceback (most recent call last): 2021-07-09T02:14:04,559 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T02:14:04,559 result = self._result = resolver.resolve( 2021-07-09T02:14:04,559 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T02:14:04,559 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T02:14:04,559 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T02:14:04,559 raise ResolutionImpossible(e.criterion.information) 2021-07-09T02:14:04,559 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('wordgolf==0.2.3'), parent=None)] 2021-07-09T02:14:04,559 2021-07-09T02:14:04,559 The above exception was the direct cause of the following exception: 2021-07-09T02:14:04,559 2021-07-09T02:14:04,559 Traceback (most recent call last): 2021-07-09T02:14:04,559 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T02:14:04,559 status = self.run(options, args) 2021-07-09T02:14:04,559 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T02:14:04,559 return func(self, options, args) 2021-07-09T02:14:04,559 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T02:14:04,559 requirement_set = resolver.resolve( 2021-07-09T02:14:04,559 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T02:14:04,559 raise error from e 2021-07-09T02:14:04,559 pip._internal.exceptions.DistributionNotFound: No matching distribution found for wordgolf==0.2.3 2021-07-09T02:14:04,564 Removed wordgolf==0.2.3 from https://files.pythonhosted.org/packages/fb/22/1d5da6077e355d02bf4c782abedae7c78475134e89a951320d1660581614/WordGolf-0.2.3.tar.gz#sha256=9aa3377e57e7ed8a13c6f89307d3f1a7fe35a74440eee7dbe15854dd512aa93a from build tracker '/tmp/pip-req-tracker-rl8l87cq' 2021-07-09T02:14:04,564 Removed build tracker: '/tmp/pip-req-tracker-rl8l87cq'