2021-07-09T19:32:11,054 Created temporary directory: /tmp/pip-ephem-wheel-cache-fe1a4bk2 2021-07-09T19:32:11,057 Created temporary directory: /tmp/pip-req-tracker-tmfxkpa2 2021-07-09T19:32:11,058 Initialized build tracking at /tmp/pip-req-tracker-tmfxkpa2 2021-07-09T19:32:11,058 Created build tracker: /tmp/pip-req-tracker-tmfxkpa2 2021-07-09T19:32:11,058 Entered build tracker: /tmp/pip-req-tracker-tmfxkpa2 2021-07-09T19:32:11,059 Created temporary directory: /tmp/pip-wheel-br7cs7n_ 2021-07-09T19:32:11,094 1 location(s) to search for versions of randfilter: 2021-07-09T19:32:11,094 * https://pypi.org/simple/randfilter/ 2021-07-09T19:32:11,095 Fetching project page and analyzing links: https://pypi.org/simple/randfilter/ 2021-07-09T19:32:11,095 Getting page https://pypi.org/simple/randfilter/ 2021-07-09T19:32:11,096 Found index url https://pypi.org/simple 2021-07-09T19:32:11,273 Found link https://files.pythonhosted.org/packages/71/26/660cca3f29ade21f06c49401742d3d5291083337eb52ae14b38e8430bd02/randfilter-1.0.0.tar.gz#sha256=86ffb81df58dfd6a95f77173679f692cd97956904e17e685f6b403849180f0c3 (from https://pypi.org/simple/randfilter/), version: 1.0.0 2021-07-09T19:32:11,274 Skipping link: not a file: https://pypi.org/simple/randfilter/ 2021-07-09T19:32:11,290 Given no hashes to check 1 links for project 'randfilter': discarding no candidates 2021-07-09T19:32:11,307 Collecting randfilter==1.0.0 2021-07-09T19:32:11,309 Created temporary directory: /tmp/pip-unpack-w7sl74jn 2021-07-09T19:32:11,733 Downloading randfilter-1.0.0.tar.gz (3.8 kB) 2021-07-09T19:32:11,777 Added randfilter==1.0.0 from https://files.pythonhosted.org/packages/71/26/660cca3f29ade21f06c49401742d3d5291083337eb52ae14b38e8430bd02/randfilter-1.0.0.tar.gz#sha256=86ffb81df58dfd6a95f77173679f692cd97956904e17e685f6b403849180f0c3 to build tracker '/tmp/pip-req-tracker-tmfxkpa2' 2021-07-09T19:32:11,778 Running setup.py (path:/tmp/pip-wheel-br7cs7n_/randfilter_4f59b2a24e564099bc6cc49064e44108/setup.py) egg_info for package randfilter 2021-07-09T19:32:11,779 Created temporary directory: /tmp/pip-pip-egg-info-nmryvr72 2021-07-09T19:32:11,779 Running command python setup.py egg_info 2021-07-09T19:32:12,420 Traceback (most recent call last): 2021-07-09T19:32:12,421 File "", line 1, in 2021-07-09T19:32:12,421 File "/tmp/pip-wheel-br7cs7n_/randfilter_4f59b2a24e564099bc6cc49064e44108/setup.py", line 2, in 2021-07-09T19:32:12,421 import randfilter 2021-07-09T19:32:12,422 File "/tmp/pip-wheel-br7cs7n_/randfilter_4f59b2a24e564099bc6cc49064e44108/randfilter.py", line 48, in 2021-07-09T19:32:12,422 from docopt import docopt 2021-07-09T19:32:12,422 ModuleNotFoundError: No module named 'docopt' 2021-07-09T19:32:12,472 WARNING: Discarding https://files.pythonhosted.org/packages/71/26/660cca3f29ade21f06c49401742d3d5291083337eb52ae14b38e8430bd02/randfilter-1.0.0.tar.gz#sha256=86ffb81df58dfd6a95f77173679f692cd97956904e17e685f6b403849180f0c3 (from https://pypi.org/simple/randfilter/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T19:32:12,473 ERROR: Could not find a version that satisfies the requirement randfilter==1.0.0 (from versions: 1.0.0) 2021-07-09T19:32:12,473 ERROR: No matching distribution found for randfilter==1.0.0 2021-07-09T19:32:12,474 Exception information: 2021-07-09T19:32:12,474 Traceback (most recent call last): 2021-07-09T19:32:12,474 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T19:32:12,474 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T19:32:12,474 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T19:32:12,474 raise RequirementsConflicted(criterion) 2021-07-09T19:32:12,474 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('randfilter==1.0.0') 2021-07-09T19:32:12,474 2021-07-09T19:32:12,474 During handling of the above exception, another exception occurred: 2021-07-09T19:32:12,474 2021-07-09T19:32:12,474 Traceback (most recent call last): 2021-07-09T19:32:12,474 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T19:32:12,474 result = self._result = resolver.resolve( 2021-07-09T19:32:12,474 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T19:32:12,474 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T19:32:12,474 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T19:32:12,474 raise ResolutionImpossible(e.criterion.information) 2021-07-09T19:32:12,474 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('randfilter==1.0.0'), parent=None)] 2021-07-09T19:32:12,474 2021-07-09T19:32:12,474 The above exception was the direct cause of the following exception: 2021-07-09T19:32:12,474 2021-07-09T19:32:12,474 Traceback (most recent call last): 2021-07-09T19:32:12,474 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T19:32:12,474 status = self.run(options, args) 2021-07-09T19:32:12,474 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T19:32:12,474 return func(self, options, args) 2021-07-09T19:32:12,474 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T19:32:12,474 requirement_set = resolver.resolve( 2021-07-09T19:32:12,474 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T19:32:12,474 raise error from e 2021-07-09T19:32:12,474 pip._internal.exceptions.DistributionNotFound: No matching distribution found for randfilter==1.0.0 2021-07-09T19:32:12,478 Removed randfilter==1.0.0 from https://files.pythonhosted.org/packages/71/26/660cca3f29ade21f06c49401742d3d5291083337eb52ae14b38e8430bd02/randfilter-1.0.0.tar.gz#sha256=86ffb81df58dfd6a95f77173679f692cd97956904e17e685f6b403849180f0c3 from build tracker '/tmp/pip-req-tracker-tmfxkpa2' 2021-07-09T19:32:12,479 Removed build tracker: '/tmp/pip-req-tracker-tmfxkpa2'