2021-07-15T06:27:15,261 Created temporary directory: /tmp/pip-ephem-wheel-cache-sdb3ozhe 2021-07-15T06:27:15,264 Created temporary directory: /tmp/pip-req-tracker-61lpsmuk 2021-07-15T06:27:15,264 Initialized build tracking at /tmp/pip-req-tracker-61lpsmuk 2021-07-15T06:27:15,265 Created build tracker: /tmp/pip-req-tracker-61lpsmuk 2021-07-15T06:27:15,265 Entered build tracker: /tmp/pip-req-tracker-61lpsmuk 2021-07-15T06:27:15,265 Created temporary directory: /tmp/pip-wheel-5lq36k41 2021-07-15T06:27:15,295 1 location(s) to search for versions of tfpred: 2021-07-15T06:27:15,295 * https://pypi.org/simple/tfpred/ 2021-07-15T06:27:15,296 Fetching project page and analyzing links: https://pypi.org/simple/tfpred/ 2021-07-15T06:27:15,296 Getting page https://pypi.org/simple/tfpred/ 2021-07-15T06:27:15,298 Found index url https://pypi.org/simple 2021-07-15T06:27:15,512 Found link https://files.pythonhosted.org/packages/7c/2d/752d5a84f96d8bda86ec30a0db92fcb33dfc8e626eef5ffe4484c433b83e/tfpred-0.1.0.tar.gz#sha256=dd7a91df46925bb18fdeef8d2030db2f0c51e2afbed36c3430481e3c1698c6c9 (from https://pypi.org/simple/tfpred/), version: 0.1.0 2021-07-15T06:27:15,513 Skipping link: not a file: https://pypi.org/simple/tfpred/ 2021-07-15T06:27:15,530 Given no hashes to check 1 links for project 'tfpred': discarding no candidates 2021-07-15T06:27:15,549 Collecting tfpred==0.1.0 2021-07-15T06:27:15,551 Created temporary directory: /tmp/pip-unpack-4979kbpe 2021-07-15T06:27:15,720 Downloading tfpred-0.1.0.tar.gz (1.6 kB) 2021-07-15T06:27:15,754 Added tfpred==0.1.0 from https://files.pythonhosted.org/packages/7c/2d/752d5a84f96d8bda86ec30a0db92fcb33dfc8e626eef5ffe4484c433b83e/tfpred-0.1.0.tar.gz#sha256=dd7a91df46925bb18fdeef8d2030db2f0c51e2afbed36c3430481e3c1698c6c9 to build tracker '/tmp/pip-req-tracker-61lpsmuk' 2021-07-15T06:27:15,755 Running setup.py (path:/tmp/pip-wheel-5lq36k41/tfpred_72c765164d1f4be08fbcd375df9ccd1a/setup.py) egg_info for package tfpred 2021-07-15T06:27:15,756 Created temporary directory: /tmp/pip-pip-egg-info-ul3yb2n5 2021-07-15T06:27:15,756 Running command python setup.py egg_info 2021-07-15T06:27:16,744 Traceback (most recent call last): 2021-07-15T06:27:16,744 File "", line 1, in 2021-07-15T06:27:16,745 File "/tmp/pip-wheel-5lq36k41/tfpred_72c765164d1f4be08fbcd375df9ccd1a/setup.py", line 12, in 2021-07-15T06:27:16,745 with open(path.join(here, 'requirements.txt'), 'r') as tx: 2021-07-15T06:27:16,745 File "/usr/lib/python3.9/codecs.py", line 905, in open 2021-07-15T06:27:16,745 file = builtins.open(filename, mode, buffering) 2021-07-15T06:27:16,746 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-5lq36k41/tfpred_72c765164d1f4be08fbcd375df9ccd1a/requirements.txt' 2021-07-15T06:27:16,798 WARNING: Discarding https://files.pythonhosted.org/packages/7c/2d/752d5a84f96d8bda86ec30a0db92fcb33dfc8e626eef5ffe4484c433b83e/tfpred-0.1.0.tar.gz#sha256=dd7a91df46925bb18fdeef8d2030db2f0c51e2afbed36c3430481e3c1698c6c9 (from https://pypi.org/simple/tfpred/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-15T06:27:16,799 ERROR: Could not find a version that satisfies the requirement tfpred==0.1.0 (from versions: 0.1.0) 2021-07-15T06:27:16,799 ERROR: No matching distribution found for tfpred==0.1.0 2021-07-15T06:27:16,799 Exception information: 2021-07-15T06:27:16,799 Traceback (most recent call last): 2021-07-15T06:27:16,799 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-15T06:27:16,799 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-15T06:27:16,799 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-15T06:27:16,799 raise RequirementsConflicted(criterion) 2021-07-15T06:27:16,799 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('tfpred==0.1.0') 2021-07-15T06:27:16,799 2021-07-15T06:27:16,799 During handling of the above exception, another exception occurred: 2021-07-15T06:27:16,799 2021-07-15T06:27:16,799 Traceback (most recent call last): 2021-07-15T06:27:16,799 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-15T06:27:16,799 result = self._result = resolver.resolve( 2021-07-15T06:27:16,799 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-15T06:27:16,799 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-15T06:27:16,799 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-15T06:27:16,799 raise ResolutionImpossible(e.criterion.information) 2021-07-15T06:27:16,799 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('tfpred==0.1.0'), parent=None)] 2021-07-15T06:27:16,799 2021-07-15T06:27:16,799 The above exception was the direct cause of the following exception: 2021-07-15T06:27:16,799 2021-07-15T06:27:16,799 Traceback (most recent call last): 2021-07-15T06:27:16,799 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-15T06:27:16,799 status = self.run(options, args) 2021-07-15T06:27:16,799 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-15T06:27:16,799 return func(self, options, args) 2021-07-15T06:27:16,799 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-15T06:27:16,799 requirement_set = resolver.resolve( 2021-07-15T06:27:16,799 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-15T06:27:16,799 raise error from e 2021-07-15T06:27:16,799 pip._internal.exceptions.DistributionNotFound: No matching distribution found for tfpred==0.1.0 2021-07-15T06:27:16,805 Removed tfpred==0.1.0 from https://files.pythonhosted.org/packages/7c/2d/752d5a84f96d8bda86ec30a0db92fcb33dfc8e626eef5ffe4484c433b83e/tfpred-0.1.0.tar.gz#sha256=dd7a91df46925bb18fdeef8d2030db2f0c51e2afbed36c3430481e3c1698c6c9 from build tracker '/tmp/pip-req-tracker-61lpsmuk' 2021-07-15T06:27:16,805 Removed build tracker: '/tmp/pip-req-tracker-61lpsmuk'