2021-11-13T22:45:54,603 Created temporary directory: /tmp/pip-ephem-wheel-cache-jdsmon51 2021-11-13T22:45:54,607 Created temporary directory: /tmp/pip-req-tracker-hgtynkuh 2021-11-13T22:45:54,607 Initialized build tracking at /tmp/pip-req-tracker-hgtynkuh 2021-11-13T22:45:54,608 Created build tracker: /tmp/pip-req-tracker-hgtynkuh 2021-11-13T22:45:54,608 Entered build tracker: /tmp/pip-req-tracker-hgtynkuh 2021-11-13T22:45:54,609 Created temporary directory: /tmp/pip-wheel-i6l0299v 2021-11-13T22:45:54,644 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-11-13T22:45:54,646 2 location(s) to search for versions of sapid: 2021-11-13T22:45:54,646 * https://pypi.org/simple/sapid/ 2021-11-13T22:45:54,646 * https://www.piwheels.org/simple/sapid/ 2021-11-13T22:45:54,647 Fetching project page and analyzing links: https://pypi.org/simple/sapid/ 2021-11-13T22:45:54,647 Getting page https://pypi.org/simple/sapid/ 2021-11-13T22:45:54,649 Found index url https://pypi.org/simple 2021-11-13T22:45:54,747 Skipping link: No binaries permitted for sapid: https://files.pythonhosted.org/packages/b4/b8/c127e3aeec2f4686028cf69c06d4ec1f26cd80b919b5f6b7192fe770de45/sapid-1.0.0a0-py3-none-any.whl#sha256=13ee8f514cf284f71aa09795a8382f8454c55ead7493932bd85033c40f471d50 (from https://pypi.org/simple/sapid/) 2021-11-13T22:45:54,748 Found link https://files.pythonhosted.org/packages/fb/ad/25f49ed4ac4ca0ff6a7d8135c319c19e2de7ed9b8acfd64ce7aaab9a063a/sapid-1.0.0a0.tar.gz#sha256=031b07478f2ba1aacad382dc2850d5652f42d4abeb525ff51cec8a32fae96139 (from https://pypi.org/simple/sapid/), version: 1.0.0a0 2021-11-13T22:45:54,748 Fetching project page and analyzing links: https://www.piwheels.org/simple/sapid/ 2021-11-13T22:45:54,748 Getting page https://www.piwheels.org/simple/sapid/ 2021-11-13T22:45:54,749 Found index url https://www.piwheels.org/simple 2021-11-13T22:45:54,917 Skipping link: not a file: https://www.piwheels.org/simple/sapid/ 2021-11-13T22:45:54,918 Skipping link: not a file: https://pypi.org/simple/sapid/ 2021-11-13T22:45:54,933 Given no hashes to check 1 links for project 'sapid': discarding no candidates 2021-11-13T22:45:54,948 Collecting sapid==1.0.0a0 2021-11-13T22:45:54,950 Created temporary directory: /tmp/pip-unpack-6ufa4310 2021-11-13T22:45:54,990 Downloading sapid-1.0.0a0.tar.gz (12 kB) 2021-11-13T22:45:55,061 Added sapid==1.0.0a0 from https://files.pythonhosted.org/packages/fb/ad/25f49ed4ac4ca0ff6a7d8135c319c19e2de7ed9b8acfd64ce7aaab9a063a/sapid-1.0.0a0.tar.gz#sha256=031b07478f2ba1aacad382dc2850d5652f42d4abeb525ff51cec8a32fae96139 to build tracker '/tmp/pip-req-tracker-hgtynkuh' 2021-11-13T22:45:55,062 Running setup.py (path:/tmp/pip-wheel-i6l0299v/sapid_6f72d56858754d27886f9ff245a8b121/setup.py) egg_info for package sapid 2021-11-13T22:45:55,062 Created temporary directory: /tmp/pip-pip-egg-info-0fa4p6to 2021-11-13T22:45:55,063 Running command python setup.py egg_info 2021-11-13T22:45:55,779 Traceback (most recent call last): 2021-11-13T22:45:55,779 File "", line 1, in 2021-11-13T22:45:55,780 File "/tmp/pip-wheel-i6l0299v/sapid_6f72d56858754d27886f9ff245a8b121/setup.py", line 6, in 2021-11-13T22:45:55,780 with open("requirements.txt", "r") as f: 2021-11-13T22:45:55,780 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-11-13T22:45:55,829 WARNING: Discarding https://files.pythonhosted.org/packages/fb/ad/25f49ed4ac4ca0ff6a7d8135c319c19e2de7ed9b8acfd64ce7aaab9a063a/sapid-1.0.0a0.tar.gz#sha256=031b07478f2ba1aacad382dc2850d5652f42d4abeb525ff51cec8a32fae96139 (from https://pypi.org/simple/sapid/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-11-13T22:45:55,830 ERROR: Could not find a version that satisfies the requirement sapid==1.0.0a0 (from versions: 1.0.0a0) 2021-11-13T22:45:55,831 ERROR: No matching distribution found for sapid==1.0.0a0 2021-11-13T22:45:55,831 Exception information: 2021-11-13T22:45:55,831 Traceback (most recent call last): 2021-11-13T22:45:55,831 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-11-13T22:45:55,831 name, crit = self._merge_into_criterion(r, parent=None) 2021-11-13T22:45:55,831 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-11-13T22:45:55,831 raise RequirementsConflicted(criterion) 2021-11-13T22:45:55,831 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sapid==1.0.0a0') 2021-11-13T22:45:55,831 2021-11-13T22:45:55,831 During handling of the above exception, another exception occurred: 2021-11-13T22:45:55,831 2021-11-13T22:45:55,831 Traceback (most recent call last): 2021-11-13T22:45:55,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-11-13T22:45:55,831 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-11-13T22:45:55,831 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-11-13T22:45:55,831 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-11-13T22:45:55,831 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-11-13T22:45:55,831 raise ResolutionImpossible(e.criterion.information) 2021-11-13T22:45:55,831 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sapid==1.0.0a0'), parent=None)] 2021-11-13T22:45:55,831 2021-11-13T22:45:55,831 The above exception was the direct cause of the following exception: 2021-11-13T22:45:55,831 2021-11-13T22:45:55,831 Traceback (most recent call last): 2021-11-13T22:45:55,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-11-13T22:45:55,831 status = self.run(options, args) 2021-11-13T22:45:55,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-11-13T22:45:55,831 return func(self, options, args) 2021-11-13T22:45:55,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-11-13T22:45:55,831 reqs, check_supported_wheels=True 2021-11-13T22:45:55,831 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-11-13T22:45:55,831 raise error from e 2021-11-13T22:45:55,831 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sapid==1.0.0a0 2021-11-13T22:45:55,836 Removed sapid==1.0.0a0 from https://files.pythonhosted.org/packages/fb/ad/25f49ed4ac4ca0ff6a7d8135c319c19e2de7ed9b8acfd64ce7aaab9a063a/sapid-1.0.0a0.tar.gz#sha256=031b07478f2ba1aacad382dc2850d5652f42d4abeb525ff51cec8a32fae96139 from build tracker '/tmp/pip-req-tracker-hgtynkuh' 2021-11-13T22:45:55,836 Removed build tracker: '/tmp/pip-req-tracker-hgtynkuh'