2021-08-07T14:56:09,656 Created temporary directory: /tmp/pip-ephem-wheel-cache-_aglmbyr 2021-08-07T14:56:09,659 Created temporary directory: /tmp/pip-req-tracker-nekxz29d 2021-08-07T14:56:09,659 Initialized build tracking at /tmp/pip-req-tracker-nekxz29d 2021-08-07T14:56:09,659 Created build tracker: /tmp/pip-req-tracker-nekxz29d 2021-08-07T14:56:09,660 Entered build tracker: /tmp/pip-req-tracker-nekxz29d 2021-08-07T14:56:09,660 Created temporary directory: /tmp/pip-wheel-_deqnhw_ 2021-08-07T14:56:09,695 WARNING: The index url "/" seems invalid, please provide a scheme. 2021-08-07T14:56:09,696 WARNING: The index url "t" seems invalid, please provide a scheme. 2021-08-07T14:56:09,696 WARNING: The index url "m" seems invalid, please provide a scheme. 2021-08-07T14:56:09,696 WARNING: The index url "p" seems invalid, please provide a scheme. 2021-08-07T14:56:09,696 Looking in indexes: https://pypi.org/simple, /, t, m, p 2021-08-07T14:56:09,699 WARNING: Location '/cl3d/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-08-07T14:56:09,699 WARNING: Location 't/cl3d/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-08-07T14:56:09,700 WARNING: Location 'm/cl3d/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-08-07T14:56:09,700 WARNING: Location 'p/cl3d/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-08-07T14:56:09,700 1 location(s) to search for versions of cl3d: 2021-08-07T14:56:09,700 * https://pypi.org/simple/cl3d/ 2021-08-07T14:56:09,701 Fetching project page and analyzing links: https://pypi.org/simple/cl3d/ 2021-08-07T14:56:09,701 Getting page https://pypi.org/simple/cl3d/ 2021-08-07T14:56:09,703 Found index url https://pypi.org/simple 2021-08-07T14:56:09,791 Skipping link: No binaries permitted for cl3d: https://files.pythonhosted.org/packages/89/46/b619531c8d68af796d4ca6fe85ff5e9bd7f25ceef45fc3f28ee29861c05f/CL3d-1.0.5-py3-none-win32.whl#sha256=fd7e952ecae9bbbc39cd791cd0e331e37d2a9256c7ce5cd519a43b900a4062c7 (from https://pypi.org/simple/cl3d/) (requires-python:>=3.7) 2021-08-07T14:56:09,791 Skipping link: not a file: https://pypi.org/simple/cl3d/ 2021-08-07T14:56:09,809 Given no hashes to check 0 links for project 'cl3d': discarding no candidates 2021-08-07T14:56:09,809 ERROR: Could not find a version that satisfies the requirement cl3d==1.0.5 (from versions: none) 2021-08-07T14:56:09,810 ERROR: No matching distribution found for cl3d==1.0.5 2021-08-07T14:56:09,810 Exception information: 2021-08-07T14:56:09,810 Traceback (most recent call last): 2021-08-07T14:56:09,810 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-08-07T14:56:09,810 name, crit = self._merge_into_criterion(r, parent=None) 2021-08-07T14:56:09,810 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-08-07T14:56:09,810 raise RequirementsConflicted(criterion) 2021-08-07T14:56:09,810 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cl3d==1.0.5') 2021-08-07T14:56:09,810 2021-08-07T14:56:09,810 During handling of the above exception, another exception occurred: 2021-08-07T14:56:09,810 2021-08-07T14:56:09,810 Traceback (most recent call last): 2021-08-07T14:56:09,810 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-08-07T14:56:09,810 result = self._result = resolver.resolve( 2021-08-07T14:56:09,810 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-08-07T14:56:09,810 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-08-07T14:56:09,810 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-08-07T14:56:09,810 raise ResolutionImpossible(e.criterion.information) 2021-08-07T14:56:09,810 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cl3d==1.0.5'), parent=None)] 2021-08-07T14:56:09,810 2021-08-07T14:56:09,810 The above exception was the direct cause of the following exception: 2021-08-07T14:56:09,810 2021-08-07T14:56:09,810 Traceback (most recent call last): 2021-08-07T14:56:09,810 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-08-07T14:56:09,810 status = self.run(options, args) 2021-08-07T14:56:09,810 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-08-07T14:56:09,810 return func(self, options, args) 2021-08-07T14:56:09,810 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-08-07T14:56:09,810 requirement_set = resolver.resolve( 2021-08-07T14:56:09,810 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-08-07T14:56:09,810 raise error from e 2021-08-07T14:56:09,810 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cl3d==1.0.5 2021-08-07T14:56:09,814 Removed build tracker: '/tmp/pip-req-tracker-nekxz29d'