2021-10-13T19:04:06,453 Created temporary directory: /tmp/pip-ephem-wheel-cache-sfnoc350 2021-10-13T19:04:06,456 Created temporary directory: /tmp/pip-req-tracker-g9evvxgp 2021-10-13T19:04:06,457 Initialized build tracking at /tmp/pip-req-tracker-g9evvxgp 2021-10-13T19:04:06,457 Created build tracker: /tmp/pip-req-tracker-g9evvxgp 2021-10-13T19:04:06,457 Entered build tracker: /tmp/pip-req-tracker-g9evvxgp 2021-10-13T19:04:06,458 Created temporary directory: /tmp/pip-wheel-266mo8ye 2021-10-13T19:04:06,489 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-13T19:04:06,492 2 location(s) to search for versions of ewe: 2021-10-13T19:04:06,492 * https://pypi.org/simple/ewe/ 2021-10-13T19:04:06,492 * https://www.piwheels.org/simple/ewe/ 2021-10-13T19:04:06,492 Fetching project page and analyzing links: https://pypi.org/simple/ewe/ 2021-10-13T19:04:06,493 Getting page https://pypi.org/simple/ewe/ 2021-10-13T19:04:06,495 Found index url https://pypi.org/simple 2021-10-13T19:04:06,581 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:04:06,582 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:04:06,582 Fetching project page and analyzing links: https://www.piwheels.org/simple/ewe/ 2021-10-13T19:04:06,582 Getting page https://www.piwheels.org/simple/ewe/ 2021-10-13T19:04:06,583 Found index url https://www.piwheels.org/simple 2021-10-13T19:04:06,762 Skipping link: not a file: https://www.piwheels.org/simple/ewe/ 2021-10-13T19:04:06,762 Skipping link: not a file: https://pypi.org/simple/ewe/ 2021-10-13T19:04:06,777 Given no hashes to check 1 links for project 'ewe': discarding no candidates 2021-10-13T19:04:06,792 Collecting ewe==0.0.1 2021-10-13T19:04:06,793 Created temporary directory: /tmp/pip-unpack-kdohw42s 2021-10-13T19:04:06,834 Downloading ewe-0.0.1.tar.gz (1.2 kB) 2021-10-13T19:04:06,866 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-g9evvxgp' 2021-10-13T19:04:06,867 Running setup.py (path:/tmp/pip-wheel-266mo8ye/ewe_098f11166aba4a288ed8bef1c043c7c1/setup.py) egg_info for package ewe 2021-10-13T19:04:06,868 Created temporary directory: /tmp/pip-pip-egg-info-41__gif7 2021-10-13T19:04:06,868 Running command python setup.py egg_info 2021-10-13T19:04:07,579 Traceback (most recent call last): 2021-10-13T19:04:07,580 File "", line 1, in 2021-10-13T19:04:07,580 File "/tmp/pip-wheel-266mo8ye/ewe_098f11166aba4a288ed8bef1c043c7c1/setup.py", line 4, in 2021-10-13T19:04:07,581 with open(Path('./requirements.txt')) as f: 2021-10-13T19:04:07,581 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-10-13T19:04:07,630 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:04:07,632 ERROR: Could not find a version that satisfies the requirement ewe==0.0.1 (from versions: 0.0.1) 2021-10-13T19:04:07,632 ERROR: No matching distribution found for ewe==0.0.1 2021-10-13T19:04:07,632 Exception information: 2021-10-13T19:04:07,632 Traceback (most recent call last): 2021-10-13T19:04:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-10-13T19:04:07,632 name, crit = self._merge_into_criterion(r, parent=None) 2021-10-13T19:04:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-10-13T19:04:07,632 raise RequirementsConflicted(criterion) 2021-10-13T19:04:07,632 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ewe==0.0.1') 2021-10-13T19:04:07,632 2021-10-13T19:04:07,632 During handling of the above exception, another exception occurred: 2021-10-13T19:04:07,632 2021-10-13T19:04:07,632 Traceback (most recent call last): 2021-10-13T19:04:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-10-13T19:04:07,632 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-10-13T19:04:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-10-13T19:04:07,632 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-10-13T19:04:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-10-13T19:04:07,632 raise ResolutionImpossible(e.criterion.information) 2021-10-13T19:04:07,632 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ewe==0.0.1'), parent=None)] 2021-10-13T19:04:07,632 2021-10-13T19:04:07,632 The above exception was the direct cause of the following exception: 2021-10-13T19:04:07,632 2021-10-13T19:04:07,632 Traceback (most recent call last): 2021-10-13T19:04:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-10-13T19:04:07,632 status = self.run(options, args) 2021-10-13T19:04:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-10-13T19:04:07,632 return func(self, options, args) 2021-10-13T19:04:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-10-13T19:04:07,632 reqs, check_supported_wheels=True 2021-10-13T19:04:07,632 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-10-13T19:04:07,632 raise error from e 2021-10-13T19:04:07,632 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ewe==0.0.1 2021-10-13T19:04:07,637 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-g9evvxgp' 2021-10-13T19:04:07,638 Removed build tracker: '/tmp/pip-req-tracker-g9evvxgp'