2021-10-17T04:30:51,903 Created temporary directory: /tmp/pip-ephem-wheel-cache-y5h1xiog 2021-10-17T04:30:51,907 Created temporary directory: /tmp/pip-req-tracker-xf5zq_mh 2021-10-17T04:30:51,907 Initialized build tracking at /tmp/pip-req-tracker-xf5zq_mh 2021-10-17T04:30:51,907 Created build tracker: /tmp/pip-req-tracker-xf5zq_mh 2021-10-17T04:30:51,907 Entered build tracker: /tmp/pip-req-tracker-xf5zq_mh 2021-10-17T04:30:51,908 Created temporary directory: /tmp/pip-wheel-q8yyxyos 2021-10-17T04:30:51,935 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-17T04:30:51,938 2 location(s) to search for versions of py-custom-driver-installer: 2021-10-17T04:30:51,938 * https://pypi.org/simple/py-custom-driver-installer/ 2021-10-17T04:30:51,938 * https://www.piwheels.org/simple/py-custom-driver-installer/ 2021-10-17T04:30:51,939 Fetching project page and analyzing links: https://pypi.org/simple/py-custom-driver-installer/ 2021-10-17T04:30:51,939 Getting page https://pypi.org/simple/py-custom-driver-installer/ 2021-10-17T04:30:51,941 Found index url https://pypi.org/simple 2021-10-17T04:30:52,028 Found link https://files.pythonhosted.org/packages/af/5e/c9558c1be80ea903a558d531ab50c86930e21d1ecb09d1c59256b4a98e02/py-custom-driver-installer-0.0.1.macosx-10.14.6-x86_64.tar.gz#sha256=93774ad68f134271c16669ab154375e4648fd0f33a165959118b2acfaf4f2f28 (from https://pypi.org/simple/py-custom-driver-installer/), version: 0.0.1.macosx-10.14.6-x86_64 2021-10-17T04:30:52,029 Fetching project page and analyzing links: https://www.piwheels.org/simple/py-custom-driver-installer/ 2021-10-17T04:30:52,029 Getting page https://www.piwheels.org/simple/py-custom-driver-installer/ 2021-10-17T04:30:52,030 Found index url https://www.piwheels.org/simple 2021-10-17T04:30:52,196 Skipping link: not a file: https://www.piwheels.org/simple/py-custom-driver-installer/ 2021-10-17T04:30:52,196 Skipping link: not a file: https://pypi.org/simple/py-custom-driver-installer/ 2021-10-17T04:30:52,215 Given no hashes to check 0 links for project 'py-custom-driver-installer': discarding no candidates 2021-10-17T04:30:52,215 ERROR: Could not find a version that satisfies the requirement py-custom-driver-installer==0.0.1 (from versions: 0.0.1.macosx-10.14.6-x86_64) 2021-10-17T04:30:52,216 ERROR: No matching distribution found for py-custom-driver-installer==0.0.1 2021-10-17T04:30:52,216 Exception information: 2021-10-17T04:30:52,216 Traceback (most recent call last): 2021-10-17T04:30:52,216 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-10-17T04:30:52,216 name, crit = self._merge_into_criterion(r, parent=None) 2021-10-17T04:30:52,216 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-10-17T04:30:52,216 raise RequirementsConflicted(criterion) 2021-10-17T04:30:52,216 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('py-custom-driver-installer==0.0.1') 2021-10-17T04:30:52,216 2021-10-17T04:30:52,216 During handling of the above exception, another exception occurred: 2021-10-17T04:30:52,216 2021-10-17T04:30:52,216 Traceback (most recent call last): 2021-10-17T04:30:52,216 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-10-17T04:30:52,216 result = self._result = resolver.resolve( 2021-10-17T04:30:52,216 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-10-17T04:30:52,216 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-10-17T04:30:52,216 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-10-17T04:30:52,216 raise ResolutionImpossible(e.criterion.information) 2021-10-17T04:30:52,216 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('py-custom-driver-installer==0.0.1'), parent=None)] 2021-10-17T04:30:52,216 2021-10-17T04:30:52,216 The above exception was the direct cause of the following exception: 2021-10-17T04:30:52,216 2021-10-17T04:30:52,216 Traceback (most recent call last): 2021-10-17T04:30:52,216 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-10-17T04:30:52,216 status = self.run(options, args) 2021-10-17T04:30:52,216 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-10-17T04:30:52,216 return func(self, options, args) 2021-10-17T04:30:52,216 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-10-17T04:30:52,216 requirement_set = resolver.resolve( 2021-10-17T04:30:52,216 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-10-17T04:30:52,216 raise error from e 2021-10-17T04:30:52,216 pip._internal.exceptions.DistributionNotFound: No matching distribution found for py-custom-driver-installer==0.0.1 2021-10-17T04:30:52,220 Removed build tracker: '/tmp/pip-req-tracker-xf5zq_mh'