2021-10-13T19:08:24,889 Created temporary directory: /tmp/pip-ephem-wheel-cache-8htoz48d 2021-10-13T19:08:24,892 Created temporary directory: /tmp/pip-req-tracker-p9dc25f6 2021-10-13T19:08:24,893 Initialized build tracking at /tmp/pip-req-tracker-p9dc25f6 2021-10-13T19:08:24,893 Created build tracker: /tmp/pip-req-tracker-p9dc25f6 2021-10-13T19:08:24,893 Entered build tracker: /tmp/pip-req-tracker-p9dc25f6 2021-10-13T19:08:24,894 Created temporary directory: /tmp/pip-wheel-ftv_fs6m 2021-10-13T19:08:24,927 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-13T19:08:24,929 2 location(s) to search for versions of ewe: 2021-10-13T19:08:24,929 * https://pypi.org/simple/ewe/ 2021-10-13T19:08:24,929 * https://www.piwheels.org/simple/ewe/ 2021-10-13T19:08:24,930 Fetching project page and analyzing links: https://pypi.org/simple/ewe/ 2021-10-13T19:08:24,930 Getting page https://pypi.org/simple/ewe/ 2021-10-13T19:08:24,932 Found index url https://pypi.org/simple 2021-10-13T19:08:25,061 Skipping link: No binaries permitted for ewe: https://files.pythonhosted.org/packages/c9/d1/86a1e08db56b1dca99d5db598f54adb4d7f500b645cd3562901cd185e19a/ewe-0.0.1-py3-none-any.whl#sha256=d8d181247ccf0d33f5a4fde2a5e40d929587ac91e408ab0b8b7b30364495f756 (from https://pypi.org/simple/ewe/) 2021-10-13T19:08:25,061 Found link https://files.pythonhosted.org/packages/06/af/ea4630f5918916b25c75bb586f41a44c344066efc5d211e68b70a6b9b57f/ewe-0.0.1.tar.gz#sha256=4d2af093ab5aa513f6f8b8ba958d70a3e7cd5c3a6ed30ce908feba5193c5fb89 (from https://pypi.org/simple/ewe/), version: 0.0.1 2021-10-13T19:08:25,062 Fetching project page and analyzing links: https://www.piwheels.org/simple/ewe/ 2021-10-13T19:08:25,062 Getting page https://www.piwheels.org/simple/ewe/ 2021-10-13T19:08:25,063 Found index url https://www.piwheels.org/simple 2021-10-13T19:08:25,244 Skipping link: not a file: https://www.piwheels.org/simple/ewe/ 2021-10-13T19:08:25,244 Skipping link: not a file: https://pypi.org/simple/ewe/ 2021-10-13T19:08:25,263 Given no hashes to check 1 links for project 'ewe': discarding no candidates 2021-10-13T19:08:25,281 Collecting ewe==0.0.1 2021-10-13T19:08:25,283 Created temporary directory: /tmp/pip-unpack-r9wuirlq 2021-10-13T19:08:25,336 Downloading ewe-0.0.1.tar.gz (1.2 kB) 2021-10-13T19:08:25,369 Added ewe==0.0.1 from https://files.pythonhosted.org/packages/06/af/ea4630f5918916b25c75bb586f41a44c344066efc5d211e68b70a6b9b57f/ewe-0.0.1.tar.gz#sha256=4d2af093ab5aa513f6f8b8ba958d70a3e7cd5c3a6ed30ce908feba5193c5fb89 to build tracker '/tmp/pip-req-tracker-p9dc25f6' 2021-10-13T19:08:25,371 Running setup.py (path:/tmp/pip-wheel-ftv_fs6m/ewe_a597ae22d19047edbdc501dbbf3fe42e/setup.py) egg_info for package ewe 2021-10-13T19:08:25,372 Created temporary directory: /tmp/pip-pip-egg-info-53anm4q1 2021-10-13T19:08:25,372 Running command python setup.py egg_info 2021-10-13T19:08:26,088 Traceback (most recent call last): 2021-10-13T19:08:26,089 File "", line 1, in 2021-10-13T19:08:26,089 File "/tmp/pip-wheel-ftv_fs6m/ewe_a597ae22d19047edbdc501dbbf3fe42e/setup.py", line 4, in 2021-10-13T19:08:26,090 with open(Path('./requirements.txt')) as f: 2021-10-13T19:08:26,090 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-10-13T19:08:26,140 WARNING: Discarding https://files.pythonhosted.org/packages/06/af/ea4630f5918916b25c75bb586f41a44c344066efc5d211e68b70a6b9b57f/ewe-0.0.1.tar.gz#sha256=4d2af093ab5aa513f6f8b8ba958d70a3e7cd5c3a6ed30ce908feba5193c5fb89 (from https://pypi.org/simple/ewe/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-10-13T19:08:26,141 ERROR: Could not find a version that satisfies the requirement ewe==0.0.1 (from versions: 0.0.1) 2021-10-13T19:08:26,141 ERROR: No matching distribution found for ewe==0.0.1 2021-10-13T19:08:26,142 Exception information: 2021-10-13T19:08:26,142 Traceback (most recent call last): 2021-10-13T19:08:26,142 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-10-13T19:08:26,142 name, crit = self._merge_into_criterion(r, parent=None) 2021-10-13T19:08:26,142 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-10-13T19:08:26,142 raise RequirementsConflicted(criterion) 2021-10-13T19:08:26,142 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ewe==0.0.1') 2021-10-13T19:08:26,142 2021-10-13T19:08:26,142 During handling of the above exception, another exception occurred: 2021-10-13T19:08:26,142 2021-10-13T19:08:26,142 Traceback (most recent call last): 2021-10-13T19:08:26,142 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-10-13T19:08:26,142 result = self._result = resolver.resolve( 2021-10-13T19:08:26,142 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-10-13T19:08:26,142 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-10-13T19:08:26,142 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-10-13T19:08:26,142 raise ResolutionImpossible(e.criterion.information) 2021-10-13T19:08:26,142 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ewe==0.0.1'), parent=None)] 2021-10-13T19:08:26,142 2021-10-13T19:08:26,142 The above exception was the direct cause of the following exception: 2021-10-13T19:08:26,142 2021-10-13T19:08:26,142 Traceback (most recent call last): 2021-10-13T19:08:26,142 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-10-13T19:08:26,142 status = self.run(options, args) 2021-10-13T19:08:26,142 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-10-13T19:08:26,142 return func(self, options, args) 2021-10-13T19:08:26,142 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-10-13T19:08:26,142 requirement_set = resolver.resolve( 2021-10-13T19:08:26,142 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-10-13T19:08:26,142 raise error from e 2021-10-13T19:08:26,142 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ewe==0.0.1 2021-10-13T19:08:26,146 Removed ewe==0.0.1 from https://files.pythonhosted.org/packages/06/af/ea4630f5918916b25c75bb586f41a44c344066efc5d211e68b70a6b9b57f/ewe-0.0.1.tar.gz#sha256=4d2af093ab5aa513f6f8b8ba958d70a3e7cd5c3a6ed30ce908feba5193c5fb89 from build tracker '/tmp/pip-req-tracker-p9dc25f6' 2021-10-13T19:08:26,147 Removed build tracker: '/tmp/pip-req-tracker-p9dc25f6'