2021-07-12T03:28:51,827 Created temporary directory: /tmp/pip-ephem-wheel-cache-nn_xmwlk 2021-07-12T03:28:51,830 Created temporary directory: /tmp/pip-req-tracker-ovp7mgi4 2021-07-12T03:28:51,831 Initialized build tracking at /tmp/pip-req-tracker-ovp7mgi4 2021-07-12T03:28:51,831 Created build tracker: /tmp/pip-req-tracker-ovp7mgi4 2021-07-12T03:28:51,831 Entered build tracker: /tmp/pip-req-tracker-ovp7mgi4 2021-07-12T03:28:51,832 Created temporary directory: /tmp/pip-wheel-6o2q2z35 2021-07-12T03:28:51,861 1 location(s) to search for versions of eccehomo: 2021-07-12T03:28:51,861 * https://pypi.org/simple/eccehomo/ 2021-07-12T03:28:51,862 Fetching project page and analyzing links: https://pypi.org/simple/eccehomo/ 2021-07-12T03:28:51,862 Getting page https://pypi.org/simple/eccehomo/ 2021-07-12T03:28:51,864 Found index url https://pypi.org/simple 2021-07-12T03:28:51,951 Found link https://files.pythonhosted.org/packages/02/43/5ff02a9fda2d3177cdf25bac35d9b72c3e9b009360dcb7df4b0d37a91615/eccehomo-0.1.1.tar.gz#sha256=8166c9cbbf26d14aff0fa1ca41e41d446f69aedbb9126cf4dd1b80fd2c0bfb93 (from https://pypi.org/simple/eccehomo/), version: 0.1.1 2021-07-12T03:28:51,952 Found link https://files.pythonhosted.org/packages/fa/46/d2c86617227a720b4e50b9677f784c06d7a1005369226940b2a4d1ce19d6/eccehomo-0.1.2.tar.gz#sha256=52f580c63d94bf5912606024ea9ce989e55e0413010ab019f7a2f27b863e3e9c (from https://pypi.org/simple/eccehomo/), version: 0.1.2 2021-07-12T03:28:51,952 Found link https://files.pythonhosted.org/packages/db/72/4476336537a7ca78fd1438719cb46ba80a052d439f5808f55eff5a322c37/eccehomo-0.1.3.tar.gz#sha256=0523a81a3774e492941527b297ac85f88be642a398a0536008447a77d4a4dcd6 (from https://pypi.org/simple/eccehomo/), version: 0.1.3 2021-07-12T03:28:51,952 Skipping link: not a file: https://pypi.org/simple/eccehomo/ 2021-07-12T03:28:51,970 Given no hashes to check 1 links for project 'eccehomo': discarding no candidates 2021-07-12T03:28:51,989 Collecting eccehomo==0.1.2 2021-07-12T03:28:51,990 Created temporary directory: /tmp/pip-unpack-vpurh2j_ 2021-07-12T03:28:52,225 Downloading eccehomo-0.1.2.tar.gz (4.6 kB) 2021-07-12T03:28:52,272 Added eccehomo==0.1.2 from https://files.pythonhosted.org/packages/fa/46/d2c86617227a720b4e50b9677f784c06d7a1005369226940b2a4d1ce19d6/eccehomo-0.1.2.tar.gz#sha256=52f580c63d94bf5912606024ea9ce989e55e0413010ab019f7a2f27b863e3e9c to build tracker '/tmp/pip-req-tracker-ovp7mgi4' 2021-07-12T03:28:52,273 Running setup.py (path:/tmp/pip-wheel-6o2q2z35/eccehomo_049e5691393f4145bb53f795e8010177/setup.py) egg_info for package eccehomo 2021-07-12T03:28:52,274 Created temporary directory: /tmp/pip-pip-egg-info-2mijm1fm 2021-07-12T03:28:52,274 Running command python setup.py egg_info 2021-07-12T03:28:53,171 Traceback (most recent call last): 2021-07-12T03:28:53,172 File "", line 1, in 2021-07-12T03:28:53,173 File "/tmp/pip-wheel-6o2q2z35/eccehomo_049e5691393f4145bb53f795e8010177/setup.py", line 11, in 2021-07-12T03:28:53,173 REQUIREMENTS = open(os.path.join(here, 'requirements/base.txt')).readlines() 2021-07-12T03:28:53,173 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-6o2q2z35/eccehomo_049e5691393f4145bb53f795e8010177/requirements/base.txt' 2021-07-12T03:28:53,221 WARNING: Discarding https://files.pythonhosted.org/packages/fa/46/d2c86617227a720b4e50b9677f784c06d7a1005369226940b2a4d1ce19d6/eccehomo-0.1.2.tar.gz#sha256=52f580c63d94bf5912606024ea9ce989e55e0413010ab019f7a2f27b863e3e9c (from https://pypi.org/simple/eccehomo/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T03:28:53,222 ERROR: Could not find a version that satisfies the requirement eccehomo==0.1.2 (from versions: 0.1.1, 0.1.2, 0.1.3) 2021-07-12T03:28:53,223 ERROR: No matching distribution found for eccehomo==0.1.2 2021-07-12T03:28:53,223 Exception information: 2021-07-12T03:28:53,223 Traceback (most recent call last): 2021-07-12T03:28:53,223 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T03:28:53,223 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T03:28:53,223 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T03:28:53,223 raise RequirementsConflicted(criterion) 2021-07-12T03:28:53,223 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('eccehomo==0.1.2') 2021-07-12T03:28:53,223 2021-07-12T03:28:53,223 During handling of the above exception, another exception occurred: 2021-07-12T03:28:53,223 2021-07-12T03:28:53,223 Traceback (most recent call last): 2021-07-12T03:28:53,223 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T03:28:53,223 result = self._result = resolver.resolve( 2021-07-12T03:28:53,223 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T03:28:53,223 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T03:28:53,223 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T03:28:53,223 raise ResolutionImpossible(e.criterion.information) 2021-07-12T03:28:53,223 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('eccehomo==0.1.2'), parent=None)] 2021-07-12T03:28:53,223 2021-07-12T03:28:53,223 The above exception was the direct cause of the following exception: 2021-07-12T03:28:53,223 2021-07-12T03:28:53,223 Traceback (most recent call last): 2021-07-12T03:28:53,223 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T03:28:53,223 status = self.run(options, args) 2021-07-12T03:28:53,223 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T03:28:53,223 return func(self, options, args) 2021-07-12T03:28:53,223 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T03:28:53,223 requirement_set = resolver.resolve( 2021-07-12T03:28:53,223 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T03:28:53,223 raise error from e 2021-07-12T03:28:53,223 pip._internal.exceptions.DistributionNotFound: No matching distribution found for eccehomo==0.1.2 2021-07-12T03:28:53,228 Removed eccehomo==0.1.2 from https://files.pythonhosted.org/packages/fa/46/d2c86617227a720b4e50b9677f784c06d7a1005369226940b2a4d1ce19d6/eccehomo-0.1.2.tar.gz#sha256=52f580c63d94bf5912606024ea9ce989e55e0413010ab019f7a2f27b863e3e9c from build tracker '/tmp/pip-req-tracker-ovp7mgi4' 2021-07-12T03:28:53,228 Removed build tracker: '/tmp/pip-req-tracker-ovp7mgi4'