2021-07-15T18:14:57,908 Created temporary directory: /tmp/pip-ephem-wheel-cache-d77umb_q 2021-07-15T18:14:57,911 Created temporary directory: /tmp/pip-req-tracker-074g8es5 2021-07-15T18:14:57,911 Initialized build tracking at /tmp/pip-req-tracker-074g8es5 2021-07-15T18:14:57,912 Created build tracker: /tmp/pip-req-tracker-074g8es5 2021-07-15T18:14:57,912 Entered build tracker: /tmp/pip-req-tracker-074g8es5 2021-07-15T18:14:57,912 Created temporary directory: /tmp/pip-wheel-jlp3q6__ 2021-07-15T18:14:57,942 1 location(s) to search for versions of actsnclass: 2021-07-15T18:14:57,942 * https://pypi.org/simple/actsnclass/ 2021-07-15T18:14:57,942 Fetching project page and analyzing links: https://pypi.org/simple/actsnclass/ 2021-07-15T18:14:57,943 Getting page https://pypi.org/simple/actsnclass/ 2021-07-15T18:14:57,945 Found index url https://pypi.org/simple 2021-07-15T18:14:58,115 Found link https://files.pythonhosted.org/packages/8d/c8/db89ebf8dc50fb12351c94dad6b5121cb2e70f981a80f882c2775675eb71/actsnclass-1.1.linux-x86_64.tar.gz#sha256=220483f32d8a6c8c2845726bed99e490c88462776667db02f086bf22293b377b (from https://pypi.org/simple/actsnclass/), version: 1.1.linux-x86_64 2021-07-15T18:14:58,135 Found link https://files.pythonhosted.org/packages/5e/cf/5d4f5435277c9111a315288209feedd2641dfc593d100213de086e0ce41c/actsnclass-1.2-py3-none-any.whl#sha256=2424a0f98d868ec0195a3d964bbef8ff9c26db23e1bb816e364906083830dc6d (from https://pypi.org/simple/actsnclass/), version: 1.2 2021-07-15T18:14:58,135 Found link https://files.pythonhosted.org/packages/63/cd/bfd1fb8613ad59fac5896a0d5cadf5e5996b496e1fb90bea7858856b4b21/actsnclass-1.2.tar.gz#sha256=a9115b01622f9c335ea6ecb6a69017b55cb83131834870eb4b9d9fdce79e9c7c (from https://pypi.org/simple/actsnclass/), version: 1.2 2021-07-15T18:14:58,136 Skipping link: not a file: https://pypi.org/simple/actsnclass/ 2021-07-15T18:14:58,137 Given no hashes to check 0 links for project 'actsnclass': discarding no candidates 2021-07-15T18:14:58,138 ERROR: Could not find a version that satisfies the requirement actsnclass==1.1 (from versions: 1.1.linux-x86_64, 1.2) 2021-07-15T18:14:58,138 ERROR: No matching distribution found for actsnclass==1.1 2021-07-15T18:14:58,139 Exception information: 2021-07-15T18:14:58,139 Traceback (most recent call last): 2021-07-15T18:14:58,139 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-15T18:14:58,139 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-15T18:14:58,139 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-15T18:14:58,139 raise RequirementsConflicted(criterion) 2021-07-15T18:14:58,139 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('actsnclass==1.1') 2021-07-15T18:14:58,139 2021-07-15T18:14:58,139 During handling of the above exception, another exception occurred: 2021-07-15T18:14:58,139 2021-07-15T18:14:58,139 Traceback (most recent call last): 2021-07-15T18:14:58,139 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-15T18:14:58,139 result = self._result = resolver.resolve( 2021-07-15T18:14:58,139 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-15T18:14:58,139 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-15T18:14:58,139 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-15T18:14:58,139 raise ResolutionImpossible(e.criterion.information) 2021-07-15T18:14:58,139 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('actsnclass==1.1'), parent=None)] 2021-07-15T18:14:58,139 2021-07-15T18:14:58,139 The above exception was the direct cause of the following exception: 2021-07-15T18:14:58,139 2021-07-15T18:14:58,139 Traceback (most recent call last): 2021-07-15T18:14:58,139 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-15T18:14:58,139 status = self.run(options, args) 2021-07-15T18:14:58,139 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-15T18:14:58,139 return func(self, options, args) 2021-07-15T18:14:58,139 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-15T18:14:58,139 requirement_set = resolver.resolve( 2021-07-15T18:14:58,139 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-15T18:14:58,139 raise error from e 2021-07-15T18:14:58,139 pip._internal.exceptions.DistributionNotFound: No matching distribution found for actsnclass==1.1 2021-07-15T18:14:58,143 Removed build tracker: '/tmp/pip-req-tracker-074g8es5'