2021-10-03T08:07:41,031 Created temporary directory: /tmp/pip-ephem-wheel-cache-bn9_5om4 2021-10-03T08:07:41,034 Created temporary directory: /tmp/pip-req-tracker-ncb0ovw4 2021-10-03T08:07:41,035 Initialized build tracking at /tmp/pip-req-tracker-ncb0ovw4 2021-10-03T08:07:41,035 Created build tracker: /tmp/pip-req-tracker-ncb0ovw4 2021-10-03T08:07:41,035 Entered build tracker: /tmp/pip-req-tracker-ncb0ovw4 2021-10-03T08:07:41,036 Created temporary directory: /tmp/pip-wheel-17617qj6 2021-10-03T08:07:41,067 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-03T08:07:41,069 2 location(s) to search for versions of nestedlisttoflat: 2021-10-03T08:07:41,069 * https://pypi.org/simple/nestedlisttoflat/ 2021-10-03T08:07:41,069 * https://www.piwheels.org/simple/nestedlisttoflat/ 2021-10-03T08:07:41,070 Fetching project page and analyzing links: https://pypi.org/simple/nestedlisttoflat/ 2021-10-03T08:07:41,070 Getting page https://pypi.org/simple/nestedlisttoflat/ 2021-10-03T08:07:41,072 Found index url https://pypi.org/simple 2021-10-03T08:07:41,160 Skipping link: No binaries permitted for nestedlisttoflat: https://files.pythonhosted.org/packages/3d/97/543c6dcc3a43f44c1c2afd7e6aa914af4a38dbae30c6428af5632c23e8c8/nestedlisttoflat-1.0-py3-none-any.whl#sha256=15a3a5946f1e99fd9eb85819446e62c5fe9c96089e62b715ae86906e2eb8bac6 (from https://pypi.org/simple/nestedlisttoflat/) (requires-python:>=2.0) 2021-10-03T08:07:41,161 Fetching project page and analyzing links: https://www.piwheels.org/simple/nestedlisttoflat/ 2021-10-03T08:07:41,161 Getting page https://www.piwheels.org/simple/nestedlisttoflat/ 2021-10-03T08:07:41,162 Found index url https://www.piwheels.org/simple 2021-10-03T08:07:41,271 Skipping link: not a file: https://www.piwheels.org/simple/nestedlisttoflat/ 2021-10-03T08:07:41,271 Skipping link: not a file: https://pypi.org/simple/nestedlisttoflat/ 2021-10-03T08:07:41,292 Given no hashes to check 0 links for project 'nestedlisttoflat': discarding no candidates 2021-10-03T08:07:41,292 ERROR: Could not find a version that satisfies the requirement nestedlisttoflat==1.0 (from versions: none) 2021-10-03T08:07:41,293 ERROR: No matching distribution found for nestedlisttoflat==1.0 2021-10-03T08:07:41,293 Exception information: 2021-10-03T08:07:41,293 Traceback (most recent call last): 2021-10-03T08:07:41,293 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-10-03T08:07:41,293 name, crit = self._merge_into_criterion(r, parent=None) 2021-10-03T08:07:41,293 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-10-03T08:07:41,293 raise RequirementsConflicted(criterion) 2021-10-03T08:07:41,293 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nestedlisttoflat==1.0') 2021-10-03T08:07:41,293 2021-10-03T08:07:41,293 During handling of the above exception, another exception occurred: 2021-10-03T08:07:41,293 2021-10-03T08:07:41,293 Traceback (most recent call last): 2021-10-03T08:07:41,293 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-10-03T08:07:41,293 result = self._result = resolver.resolve( 2021-10-03T08:07:41,293 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-10-03T08:07:41,293 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-10-03T08:07:41,293 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-10-03T08:07:41,293 raise ResolutionImpossible(e.criterion.information) 2021-10-03T08:07:41,293 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nestedlisttoflat==1.0'), parent=None)] 2021-10-03T08:07:41,293 2021-10-03T08:07:41,293 The above exception was the direct cause of the following exception: 2021-10-03T08:07:41,293 2021-10-03T08:07:41,293 Traceback (most recent call last): 2021-10-03T08:07:41,293 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-10-03T08:07:41,293 status = self.run(options, args) 2021-10-03T08:07:41,293 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-10-03T08:07:41,293 return func(self, options, args) 2021-10-03T08:07:41,293 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-10-03T08:07:41,293 requirement_set = resolver.resolve( 2021-10-03T08:07:41,293 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-10-03T08:07:41,293 raise error from e 2021-10-03T08:07:41,293 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nestedlisttoflat==1.0 2021-10-03T08:07:41,297 Removed build tracker: '/tmp/pip-req-tracker-ncb0ovw4'