2021-07-10T10:24:51,138 Created temporary directory: /tmp/pip-ephem-wheel-cache-ly3q5jvh 2021-07-10T10:24:51,141 Created temporary directory: /tmp/pip-req-tracker-x09axw4u 2021-07-10T10:24:51,141 Initialized build tracking at /tmp/pip-req-tracker-x09axw4u 2021-07-10T10:24:51,142 Created build tracker: /tmp/pip-req-tracker-x09axw4u 2021-07-10T10:24:51,142 Entered build tracker: /tmp/pip-req-tracker-x09axw4u 2021-07-10T10:24:51,142 Created temporary directory: /tmp/pip-wheel-i05h3cba 2021-07-10T10:24:51,173 1 location(s) to search for versions of rapid: 2021-07-10T10:24:51,173 * https://pypi.org/simple/rapid/ 2021-07-10T10:24:51,173 Fetching project page and analyzing links: https://pypi.org/simple/rapid/ 2021-07-10T10:24:51,174 Getting page https://pypi.org/simple/rapid/ 2021-07-10T10:24:51,176 Found index url https://pypi.org/simple 2021-07-10T10:24:51,398 Found link https://files.pythonhosted.org/packages/06/a9/f6beb2c20ed46cfc7d2cf34980ec3994f87c6577a99b69315a53fa65371e/rapid-0.0.1.zip#sha256=5bc0660c12efd3449fec68739ef161134533d56e70d546fc51281a2b106d2eb3 (from https://pypi.org/simple/rapid/), version: 0.0.1 2021-07-10T10:24:51,398 Found link https://files.pythonhosted.org/packages/3c/df/43095010a80bbb02995552d7cbb702ac117f7727b75a5ce0967cbc988164/rapid-0.0.2.zip#sha256=a80790a05ed5e8487cd11d0037d969944b318859f0bae5339e1182755279894f (from https://pypi.org/simple/rapid/), version: 0.0.2 2021-07-10T10:24:51,398 Found link https://files.pythonhosted.org/packages/7a/dc/1b6943432461a4b3a1eaccd474b0fb416eaf8718d3b0afb355e1e465f084/rapid-0.0.3.zip#sha256=9bfbe07f52705f042f1e0777aea5e182b7d8489ecb5775681868ba401252346c (from https://pypi.org/simple/rapid/), version: 0.0.3 2021-07-10T10:24:51,399 Skipping link: not a file: https://pypi.org/simple/rapid/ 2021-07-10T10:24:51,417 Given no hashes to check 1 links for project 'rapid': discarding no candidates 2021-07-10T10:24:51,435 Collecting rapid==0.0.1 2021-07-10T10:24:51,437 Created temporary directory: /tmp/pip-unpack-di3dpwc8 2021-07-10T10:24:51,608 Downloading rapid-0.0.1.zip (4.3 kB) 2021-07-10T10:24:51,650 Added rapid==0.0.1 from https://files.pythonhosted.org/packages/06/a9/f6beb2c20ed46cfc7d2cf34980ec3994f87c6577a99b69315a53fa65371e/rapid-0.0.1.zip#sha256=5bc0660c12efd3449fec68739ef161134533d56e70d546fc51281a2b106d2eb3 to build tracker '/tmp/pip-req-tracker-x09axw4u' 2021-07-10T10:24:51,651 Running setup.py (path:/tmp/pip-wheel-i05h3cba/rapid_ec3988a03e3640feb90aca1ee216129d/setup.py) egg_info for package rapid 2021-07-10T10:24:51,652 Created temporary directory: /tmp/pip-pip-egg-info-75s788og 2021-07-10T10:24:51,653 Running command python setup.py egg_info 2021-07-10T10:24:52,364 Traceback (most recent call last): 2021-07-10T10:24:52,365 File "", line 1, in 2021-07-10T10:24:52,365 File "/tmp/pip-wheel-i05h3cba/rapid_ec3988a03e3640feb90aca1ee216129d/setup.py", line 17, in 2021-07-10T10:24:52,365 long_description=read('README.md'), 2021-07-10T10:24:52,365 File "/tmp/pip-wheel-i05h3cba/rapid_ec3988a03e3640feb90aca1ee216129d/setup.py", line 5, in read 2021-07-10T10:24:52,365 return open(os.path.join(os.path.dirname(__file__), fname)).read() 2021-07-10T10:24:52,366 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-i05h3cba/rapid_ec3988a03e3640feb90aca1ee216129d/README.md' 2021-07-10T10:24:52,414 WARNING: Discarding https://files.pythonhosted.org/packages/06/a9/f6beb2c20ed46cfc7d2cf34980ec3994f87c6577a99b69315a53fa65371e/rapid-0.0.1.zip#sha256=5bc0660c12efd3449fec68739ef161134533d56e70d546fc51281a2b106d2eb3 (from https://pypi.org/simple/rapid/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T10:24:52,416 ERROR: Could not find a version that satisfies the requirement rapid==0.0.1 (from versions: 0.0.1, 0.0.2, 0.0.3) 2021-07-10T10:24:52,416 ERROR: No matching distribution found for rapid==0.0.1 2021-07-10T10:24:52,416 Exception information: 2021-07-10T10:24:52,416 Traceback (most recent call last): 2021-07-10T10:24:52,416 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T10:24:52,416 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T10:24:52,416 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T10:24:52,416 raise RequirementsConflicted(criterion) 2021-07-10T10:24:52,416 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('rapid==0.0.1') 2021-07-10T10:24:52,416 2021-07-10T10:24:52,416 During handling of the above exception, another exception occurred: 2021-07-10T10:24:52,416 2021-07-10T10:24:52,416 Traceback (most recent call last): 2021-07-10T10:24:52,416 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T10:24:52,416 result = self._result = resolver.resolve( 2021-07-10T10:24:52,416 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T10:24:52,416 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T10:24:52,416 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T10:24:52,416 raise ResolutionImpossible(e.criterion.information) 2021-07-10T10:24:52,416 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('rapid==0.0.1'), parent=None)] 2021-07-10T10:24:52,416 2021-07-10T10:24:52,416 The above exception was the direct cause of the following exception: 2021-07-10T10:24:52,416 2021-07-10T10:24:52,416 Traceback (most recent call last): 2021-07-10T10:24:52,416 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T10:24:52,416 status = self.run(options, args) 2021-07-10T10:24:52,416 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T10:24:52,416 return func(self, options, args) 2021-07-10T10:24:52,416 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T10:24:52,416 requirement_set = resolver.resolve( 2021-07-10T10:24:52,416 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T10:24:52,416 raise error from e 2021-07-10T10:24:52,416 pip._internal.exceptions.DistributionNotFound: No matching distribution found for rapid==0.0.1 2021-07-10T10:24:52,422 Removed rapid==0.0.1 from https://files.pythonhosted.org/packages/06/a9/f6beb2c20ed46cfc7d2cf34980ec3994f87c6577a99b69315a53fa65371e/rapid-0.0.1.zip#sha256=5bc0660c12efd3449fec68739ef161134533d56e70d546fc51281a2b106d2eb3 from build tracker '/tmp/pip-req-tracker-x09axw4u' 2021-07-10T10:24:52,422 Removed build tracker: '/tmp/pip-req-tracker-x09axw4u'