2021-07-09T05:49:24,153 Created temporary directory: /tmp/pip-ephem-wheel-cache-_mejmarl 2021-07-09T05:49:24,156 Created temporary directory: /tmp/pip-req-tracker-864e8fhe 2021-07-09T05:49:24,156 Initialized build tracking at /tmp/pip-req-tracker-864e8fhe 2021-07-09T05:49:24,156 Created build tracker: /tmp/pip-req-tracker-864e8fhe 2021-07-09T05:49:24,157 Entered build tracker: /tmp/pip-req-tracker-864e8fhe 2021-07-09T05:49:24,157 Created temporary directory: /tmp/pip-wheel-gf9zn6ug 2021-07-09T05:49:24,190 1 location(s) to search for versions of pyahk: 2021-07-09T05:49:24,190 * https://pypi.org/simple/pyahk/ 2021-07-09T05:49:24,191 Fetching project page and analyzing links: https://pypi.org/simple/pyahk/ 2021-07-09T05:49:24,191 Getting page https://pypi.org/simple/pyahk/ 2021-07-09T05:49:24,193 Found index url https://pypi.org/simple 2021-07-09T05:49:24,370 Found link https://files.pythonhosted.org/packages/86/1f/428e32012c8cff7f6789fba360477cd989f57369be3a543d637b0de69e0d/pyahk-0.2.1.zip#sha256=253b27be91b032f50ad678468cb5ecb836225ecbae589f10e88a2dcbb3737bd6 (from https://pypi.org/simple/pyahk/), version: 0.2.1 2021-07-09T05:49:24,371 Skipping link: not a file: https://pypi.org/simple/pyahk/ 2021-07-09T05:49:24,387 Given no hashes to check 1 links for project 'pyahk': discarding no candidates 2021-07-09T05:49:24,404 Collecting pyahk==0.2.1 2021-07-09T05:49:24,405 Created temporary directory: /tmp/pip-unpack-9alex2w6 2021-07-09T05:49:24,579 Downloading pyahk-0.2.1.zip (21 kB) 2021-07-09T05:49:24,619 Added pyahk==0.2.1 from https://files.pythonhosted.org/packages/86/1f/428e32012c8cff7f6789fba360477cd989f57369be3a543d637b0de69e0d/pyahk-0.2.1.zip#sha256=253b27be91b032f50ad678468cb5ecb836225ecbae589f10e88a2dcbb3737bd6 to build tracker '/tmp/pip-req-tracker-864e8fhe' 2021-07-09T05:49:24,620 Running setup.py (path:/tmp/pip-wheel-gf9zn6ug/pyahk_9a492c1688ae4c15ae06352ebae5e216/setup.py) egg_info for package pyahk 2021-07-09T05:49:24,620 Created temporary directory: /tmp/pip-pip-egg-info-7ygt3el5 2021-07-09T05:49:24,620 Running command python setup.py egg_info 2021-07-09T05:49:25,231 Traceback (most recent call last): 2021-07-09T05:49:25,231 File "", line 1, in 2021-07-09T05:49:25,232 File "/tmp/pip-wheel-gf9zn6ug/pyahk_9a492c1688ae4c15ae06352ebae5e216/setup.py", line 3, in 2021-07-09T05:49:25,232 import ahk 2021-07-09T05:49:25,232 File "/tmp/pip-wheel-gf9zn6ug/pyahk_9a492c1688ae4c15ae06352ebae5e216/ahk/__init__.py", line 7, in 2021-07-09T05:49:25,232 from script import Function, Script 2021-07-09T05:49:25,232 ModuleNotFoundError: No module named 'script' 2021-07-09T05:49:25,282 WARNING: Discarding https://files.pythonhosted.org/packages/86/1f/428e32012c8cff7f6789fba360477cd989f57369be3a543d637b0de69e0d/pyahk-0.2.1.zip#sha256=253b27be91b032f50ad678468cb5ecb836225ecbae589f10e88a2dcbb3737bd6 (from https://pypi.org/simple/pyahk/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T05:49:25,283 ERROR: Could not find a version that satisfies the requirement pyahk==0.2.1 (from versions: 0.2.1) 2021-07-09T05:49:25,283 ERROR: No matching distribution found for pyahk==0.2.1 2021-07-09T05:49:25,284 Exception information: 2021-07-09T05:49:25,284 Traceback (most recent call last): 2021-07-09T05:49:25,284 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T05:49:25,284 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T05:49:25,284 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T05:49:25,284 raise RequirementsConflicted(criterion) 2021-07-09T05:49:25,284 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pyahk==0.2.1') 2021-07-09T05:49:25,284 2021-07-09T05:49:25,284 During handling of the above exception, another exception occurred: 2021-07-09T05:49:25,284 2021-07-09T05:49:25,284 Traceback (most recent call last): 2021-07-09T05:49:25,284 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T05:49:25,284 result = self._result = resolver.resolve( 2021-07-09T05:49:25,284 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T05:49:25,284 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T05:49:25,284 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T05:49:25,284 raise ResolutionImpossible(e.criterion.information) 2021-07-09T05:49:25,284 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pyahk==0.2.1'), parent=None)] 2021-07-09T05:49:25,284 2021-07-09T05:49:25,284 The above exception was the direct cause of the following exception: 2021-07-09T05:49:25,284 2021-07-09T05:49:25,284 Traceback (most recent call last): 2021-07-09T05:49:25,284 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T05:49:25,284 status = self.run(options, args) 2021-07-09T05:49:25,284 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T05:49:25,284 return func(self, options, args) 2021-07-09T05:49:25,284 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T05:49:25,284 requirement_set = resolver.resolve( 2021-07-09T05:49:25,284 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T05:49:25,284 raise error from e 2021-07-09T05:49:25,284 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pyahk==0.2.1 2021-07-09T05:49:25,288 Removed pyahk==0.2.1 from https://files.pythonhosted.org/packages/86/1f/428e32012c8cff7f6789fba360477cd989f57369be3a543d637b0de69e0d/pyahk-0.2.1.zip#sha256=253b27be91b032f50ad678468cb5ecb836225ecbae589f10e88a2dcbb3737bd6 from build tracker '/tmp/pip-req-tracker-864e8fhe' 2021-07-09T05:49:25,289 Removed build tracker: '/tmp/pip-req-tracker-864e8fhe'