2021-10-12T07:32:17,611 Created temporary directory: /tmp/pip-ephem-wheel-cache-4h16kvd6 2021-10-12T07:32:17,614 Created temporary directory: /tmp/pip-req-tracker-caavp6ew 2021-10-12T07:32:17,614 Initialized build tracking at /tmp/pip-req-tracker-caavp6ew 2021-10-12T07:32:17,615 Created build tracker: /tmp/pip-req-tracker-caavp6ew 2021-10-12T07:32:17,615 Entered build tracker: /tmp/pip-req-tracker-caavp6ew 2021-10-12T07:32:17,615 Created temporary directory: /tmp/pip-wheel-uukx5mbu 2021-10-12T07:32:17,646 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-12T07:32:17,649 2 location(s) to search for versions of gam-gate: 2021-10-12T07:32:17,649 * https://pypi.org/simple/gam-gate/ 2021-10-12T07:32:17,649 * https://www.piwheels.org/simple/gam-gate/ 2021-10-12T07:32:17,649 Fetching project page and analyzing links: https://pypi.org/simple/gam-gate/ 2021-10-12T07:32:17,650 Getting page https://pypi.org/simple/gam-gate/ 2021-10-12T07:32:17,652 Found index url https://pypi.org/simple 2021-10-12T07:32:17,744 Found link https://files.pythonhosted.org/packages/61/c2/0c5f9d01d8655e5addb93781366db60acf258562e7237caf4fa038278a83/gam-gate-0.2.tar.gz#sha256=2f04e7d30999574acb3bb284298f4f133699e658a17ff81f1464277f4754cbbe (from https://pypi.org/simple/gam-gate/), version: 0.2 2021-10-12T07:32:17,744 Skipping link: No binaries permitted for gam-gate: https://files.pythonhosted.org/packages/fd/e1/226ce00c88931a5bbb7e133c827aeba1a531829edd0c3088169183aaad11/gam_gate-0.2-py3-none-any.whl#sha256=6a4aae1c4e328c1af793f504deabd5208e5247736f403a35011dad024cabcfcf (from https://pypi.org/simple/gam-gate/) 2021-10-12T07:32:17,745 Fetching project page and analyzing links: https://www.piwheels.org/simple/gam-gate/ 2021-10-12T07:32:17,745 Getting page https://www.piwheels.org/simple/gam-gate/ 2021-10-12T07:32:17,746 Found index url https://www.piwheels.org/simple 2021-10-12T07:32:17,931 Skipping link: not a file: https://www.piwheels.org/simple/gam-gate/ 2021-10-12T07:32:17,931 Skipping link: not a file: https://pypi.org/simple/gam-gate/ 2021-10-12T07:32:17,950 Given no hashes to check 1 links for project 'gam-gate': discarding no candidates 2021-10-12T07:32:17,969 Collecting gam-gate==0.2 2021-10-12T07:32:17,970 Created temporary directory: /tmp/pip-unpack-4ga7sfd0 2021-10-12T07:32:18,010 Downloading gam-gate-0.2.tar.gz (16 kB) 2021-10-12T07:32:18,074 Added gam-gate==0.2 from https://files.pythonhosted.org/packages/61/c2/0c5f9d01d8655e5addb93781366db60acf258562e7237caf4fa038278a83/gam-gate-0.2.tar.gz#sha256=2f04e7d30999574acb3bb284298f4f133699e658a17ff81f1464277f4754cbbe to build tracker '/tmp/pip-req-tracker-caavp6ew' 2021-10-12T07:32:18,075 Running setup.py (path:/tmp/pip-wheel-uukx5mbu/gam-gate_5e73b75799e14d859a0b02f1941bc6a5/setup.py) egg_info for package gam-gate 2021-10-12T07:32:18,075 Created temporary directory: /tmp/pip-pip-egg-info-rac6rib9 2021-10-12T07:32:18,076 Running command python setup.py egg_info 2021-10-12T07:32:18,764 Traceback (most recent call last): 2021-10-12T07:32:18,765 File "", line 1, in 2021-10-12T07:32:18,765 File "/tmp/pip-wheel-uukx5mbu/gam-gate_5e73b75799e14d859a0b02f1941bc6a5/setup.py", line 3, in 2021-10-12T07:32:18,765 with open("readme.md", "r") as fh: 2021-10-12T07:32:18,766 FileNotFoundError: [Errno 2] No such file or directory: 'readme.md' 2021-10-12T07:32:18,813 WARNING: Discarding https://files.pythonhosted.org/packages/61/c2/0c5f9d01d8655e5addb93781366db60acf258562e7237caf4fa038278a83/gam-gate-0.2.tar.gz#sha256=2f04e7d30999574acb3bb284298f4f133699e658a17ff81f1464277f4754cbbe (from https://pypi.org/simple/gam-gate/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-10-12T07:32:18,815 ERROR: Could not find a version that satisfies the requirement gam-gate==0.2 (from versions: 0.2) 2021-10-12T07:32:18,815 ERROR: No matching distribution found for gam-gate==0.2 2021-10-12T07:32:18,815 Exception information: 2021-10-12T07:32:18,815 Traceback (most recent call last): 2021-10-12T07:32:18,815 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-10-12T07:32:18,815 name, crit = self._merge_into_criterion(r, parent=None) 2021-10-12T07:32:18,815 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-10-12T07:32:18,815 raise RequirementsConflicted(criterion) 2021-10-12T07:32:18,815 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('gam-gate==0.2') 2021-10-12T07:32:18,815 2021-10-12T07:32:18,815 During handling of the above exception, another exception occurred: 2021-10-12T07:32:18,815 2021-10-12T07:32:18,815 Traceback (most recent call last): 2021-10-12T07:32:18,815 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-10-12T07:32:18,815 result = self._result = resolver.resolve( 2021-10-12T07:32:18,815 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-10-12T07:32:18,815 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-10-12T07:32:18,815 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-10-12T07:32:18,815 raise ResolutionImpossible(e.criterion.information) 2021-10-12T07:32:18,815 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('gam-gate==0.2'), parent=None)] 2021-10-12T07:32:18,815 2021-10-12T07:32:18,815 The above exception was the direct cause of the following exception: 2021-10-12T07:32:18,815 2021-10-12T07:32:18,815 Traceback (most recent call last): 2021-10-12T07:32:18,815 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-10-12T07:32:18,815 status = self.run(options, args) 2021-10-12T07:32:18,815 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-10-12T07:32:18,815 return func(self, options, args) 2021-10-12T07:32:18,815 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-10-12T07:32:18,815 requirement_set = resolver.resolve( 2021-10-12T07:32:18,815 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-10-12T07:32:18,815 raise error from e 2021-10-12T07:32:18,815 pip._internal.exceptions.DistributionNotFound: No matching distribution found for gam-gate==0.2 2021-10-12T07:32:18,820 Removed gam-gate==0.2 from https://files.pythonhosted.org/packages/61/c2/0c5f9d01d8655e5addb93781366db60acf258562e7237caf4fa038278a83/gam-gate-0.2.tar.gz#sha256=2f04e7d30999574acb3bb284298f4f133699e658a17ff81f1464277f4754cbbe from build tracker '/tmp/pip-req-tracker-caavp6ew' 2021-10-12T07:32:18,821 Removed build tracker: '/tmp/pip-req-tracker-caavp6ew'