2021-07-12T09:37:27,507 Created temporary directory: /tmp/pip-ephem-wheel-cache-j9mgmtml 2021-07-12T09:37:27,510 Created temporary directory: /tmp/pip-req-tracker-rrqhxiwy 2021-07-12T09:37:27,511 Initialized build tracking at /tmp/pip-req-tracker-rrqhxiwy 2021-07-12T09:37:27,511 Created build tracker: /tmp/pip-req-tracker-rrqhxiwy 2021-07-12T09:37:27,511 Entered build tracker: /tmp/pip-req-tracker-rrqhxiwy 2021-07-12T09:37:27,512 Created temporary directory: /tmp/pip-wheel-8_8xb6xd 2021-07-12T09:37:27,541 1 location(s) to search for versions of light: 2021-07-12T09:37:27,541 * https://pypi.org/simple/light/ 2021-07-12T09:37:27,541 Fetching project page and analyzing links: https://pypi.org/simple/light/ 2021-07-12T09:37:27,542 Getting page https://pypi.org/simple/light/ 2021-07-12T09:37:27,543 Found index url https://pypi.org/simple 2021-07-12T09:37:27,723 Found link https://files.pythonhosted.org/packages/74/e5/78270f0aec7135793a85d4898b0075b741f7e2041011c24d8af76c9a3671/light-0.0.1.tar.gz#sha256=2a01c91c0ca6a611b46beedb157e5f4113d28bcfde4a01a08f3d7ff8ac85fe44 (from https://pypi.org/simple/light/), version: 0.0.1 2021-07-12T09:37:27,724 Skipping link: not a file: https://pypi.org/simple/light/ 2021-07-12T09:37:27,741 Given no hashes to check 1 links for project 'light': discarding no candidates 2021-07-12T09:37:27,760 Collecting light==0.0.1 2021-07-12T09:37:27,762 Created temporary directory: /tmp/pip-unpack-irepj18n 2021-07-12T09:37:27,803 Downloading light-0.0.1.tar.gz (1.6 kB) 2021-07-12T09:37:27,829 Added light==0.0.1 from https://files.pythonhosted.org/packages/74/e5/78270f0aec7135793a85d4898b0075b741f7e2041011c24d8af76c9a3671/light-0.0.1.tar.gz#sha256=2a01c91c0ca6a611b46beedb157e5f4113d28bcfde4a01a08f3d7ff8ac85fe44 to build tracker '/tmp/pip-req-tracker-rrqhxiwy' 2021-07-12T09:37:27,830 Running setup.py (path:/tmp/pip-wheel-8_8xb6xd/light_cc06c77cd23746eeb88ac269222d0089/setup.py) egg_info for package light 2021-07-12T09:37:27,831 Created temporary directory: /tmp/pip-pip-egg-info-amdjb9xw 2021-07-12T09:37:27,831 Running command python setup.py egg_info 2021-07-12T09:37:28,671 Traceback (most recent call last): 2021-07-12T09:37:28,671 File "", line 1, in 2021-07-12T09:37:28,672 File "/tmp/pip-wheel-8_8xb6xd/light_cc06c77cd23746eeb88ac269222d0089/setup.py", line 43, in 2021-07-12T09:37:28,672 with open(os.path.join(thisdir, "requirements.txt"), "r") as f: 2021-07-12T09:37:28,673 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-8_8xb6xd/light_cc06c77cd23746eeb88ac269222d0089/requirements.txt' 2021-07-12T09:37:28,722 WARNING: Discarding https://files.pythonhosted.org/packages/74/e5/78270f0aec7135793a85d4898b0075b741f7e2041011c24d8af76c9a3671/light-0.0.1.tar.gz#sha256=2a01c91c0ca6a611b46beedb157e5f4113d28bcfde4a01a08f3d7ff8ac85fe44 (from https://pypi.org/simple/light/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T09:37:28,724 ERROR: Could not find a version that satisfies the requirement light==0.0.1 (from versions: 0.0.1) 2021-07-12T09:37:28,724 ERROR: No matching distribution found for light==0.0.1 2021-07-12T09:37:28,724 Exception information: 2021-07-12T09:37:28,724 Traceback (most recent call last): 2021-07-12T09:37:28,724 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T09:37:28,724 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T09:37:28,724 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T09:37:28,724 raise RequirementsConflicted(criterion) 2021-07-12T09:37:28,724 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('light==0.0.1') 2021-07-12T09:37:28,724 2021-07-12T09:37:28,724 During handling of the above exception, another exception occurred: 2021-07-12T09:37:28,724 2021-07-12T09:37:28,724 Traceback (most recent call last): 2021-07-12T09:37:28,724 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T09:37:28,724 result = self._result = resolver.resolve( 2021-07-12T09:37:28,724 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T09:37:28,724 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T09:37:28,724 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T09:37:28,724 raise ResolutionImpossible(e.criterion.information) 2021-07-12T09:37:28,724 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('light==0.0.1'), parent=None)] 2021-07-12T09:37:28,724 2021-07-12T09:37:28,724 The above exception was the direct cause of the following exception: 2021-07-12T09:37:28,724 2021-07-12T09:37:28,724 Traceback (most recent call last): 2021-07-12T09:37:28,724 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T09:37:28,724 status = self.run(options, args) 2021-07-12T09:37:28,724 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T09:37:28,724 return func(self, options, args) 2021-07-12T09:37:28,724 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T09:37:28,724 requirement_set = resolver.resolve( 2021-07-12T09:37:28,724 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T09:37:28,724 raise error from e 2021-07-12T09:37:28,724 pip._internal.exceptions.DistributionNotFound: No matching distribution found for light==0.0.1 2021-07-12T09:37:28,730 Removed light==0.0.1 from https://files.pythonhosted.org/packages/74/e5/78270f0aec7135793a85d4898b0075b741f7e2041011c24d8af76c9a3671/light-0.0.1.tar.gz#sha256=2a01c91c0ca6a611b46beedb157e5f4113d28bcfde4a01a08f3d7ff8ac85fe44 from build tracker '/tmp/pip-req-tracker-rrqhxiwy' 2021-07-12T09:37:28,730 Removed build tracker: '/tmp/pip-req-tracker-rrqhxiwy'