2021-07-12T14:23:10,579 Created temporary directory: /tmp/pip-ephem-wheel-cache-_kr3fsi7 2021-07-12T14:23:10,582 Created temporary directory: /tmp/pip-req-tracker-cr936cwh 2021-07-12T14:23:10,582 Initialized build tracking at /tmp/pip-req-tracker-cr936cwh 2021-07-12T14:23:10,582 Created build tracker: /tmp/pip-req-tracker-cr936cwh 2021-07-12T14:23:10,583 Entered build tracker: /tmp/pip-req-tracker-cr936cwh 2021-07-12T14:23:10,583 Created temporary directory: /tmp/pip-wheel-fstt563h 2021-07-12T14:23:10,612 1 location(s) to search for versions of enipy: 2021-07-12T14:23:10,612 * https://pypi.org/simple/enipy/ 2021-07-12T14:23:10,612 Fetching project page and analyzing links: https://pypi.org/simple/enipy/ 2021-07-12T14:23:10,613 Getting page https://pypi.org/simple/enipy/ 2021-07-12T14:23:10,614 Found index url https://pypi.org/simple 2021-07-12T14:23:10,707 Found link https://files.pythonhosted.org/packages/8d/a9/5106807fccd7ec8d40ecf2fcaf1f60f4c50a98a67125b4347156d2ae4470/enipy-0.18.tar.gz#sha256=1f6d294989539d73dfee14653662068db1cdfe44a4e56c9aab3ca4459d4db6fe (from https://pypi.org/simple/enipy/), version: 0.18 2021-07-12T14:23:10,707 Found link https://files.pythonhosted.org/packages/a3/00/8e334c0548548128fab4387bb89374f454411dd9d06188119a5788726c71/enipy-0.20.tar.gz#sha256=6334f0316ec81a32225ec920d50d610808995b6906814a9c791ae1db65aba10f (from https://pypi.org/simple/enipy/), version: 0.20 2021-07-12T14:23:10,725 Skipping link: none of the wheel's tags (py2-none-any) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/95/9c/2144c0e25a2456c0e38eecf90b1d525bd7957fa6b5b0a603dac42ecfed9a/enipy-0.50-py2-none-any.whl#sha256=08f09bc409cb3a2fc24f2a1255a53933ac7149a6037336d94f099d34bf2a7eee (from https://pypi.org/simple/enipy/) 2021-07-12T14:23:10,725 Found link https://files.pythonhosted.org/packages/a6/85/2609d56cd73800ac1717d33daab2623be1c2cd6cae05ac967d42850d3921/enipy-0.50.tar.gz#sha256=29534fb98d34f3b568292251f649123af584f8f2b08159fa6133071b02aefa72 (from https://pypi.org/simple/enipy/), version: 0.50 2021-07-12T14:23:10,726 Skipping link: not a file: https://pypi.org/simple/enipy/ 2021-07-12T14:23:10,727 Given no hashes to check 0 links for project 'enipy': discarding no candidates 2021-07-12T14:23:10,727 ERROR: Could not find a version that satisfies the requirement enipy==0.13 (from versions: 0.18, 0.20, 0.50) 2021-07-12T14:23:10,728 ERROR: No matching distribution found for enipy==0.13 2021-07-12T14:23:10,728 Exception information: 2021-07-12T14:23:10,728 Traceback (most recent call last): 2021-07-12T14:23:10,728 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T14:23:10,728 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T14:23:10,728 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T14:23:10,728 raise RequirementsConflicted(criterion) 2021-07-12T14:23:10,728 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('enipy==0.13') 2021-07-12T14:23:10,728 2021-07-12T14:23:10,728 During handling of the above exception, another exception occurred: 2021-07-12T14:23:10,728 2021-07-12T14:23:10,728 Traceback (most recent call last): 2021-07-12T14:23:10,728 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T14:23:10,728 result = self._result = resolver.resolve( 2021-07-12T14:23:10,728 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T14:23:10,728 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T14:23:10,728 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T14:23:10,728 raise ResolutionImpossible(e.criterion.information) 2021-07-12T14:23:10,728 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('enipy==0.13'), parent=None)] 2021-07-12T14:23:10,728 2021-07-12T14:23:10,728 The above exception was the direct cause of the following exception: 2021-07-12T14:23:10,728 2021-07-12T14:23:10,728 Traceback (most recent call last): 2021-07-12T14:23:10,728 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T14:23:10,728 status = self.run(options, args) 2021-07-12T14:23:10,728 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T14:23:10,728 return func(self, options, args) 2021-07-12T14:23:10,728 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T14:23:10,728 requirement_set = resolver.resolve( 2021-07-12T14:23:10,728 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T14:23:10,728 raise error from e 2021-07-12T14:23:10,728 pip._internal.exceptions.DistributionNotFound: No matching distribution found for enipy==0.13 2021-07-12T14:23:10,732 Removed build tracker: '/tmp/pip-req-tracker-cr936cwh'