2021-07-09T17:23:01,215 Created temporary directory: /tmp/pip-ephem-wheel-cache-_qth0vsn 2021-07-09T17:23:01,218 Created temporary directory: /tmp/pip-req-tracker-n1kug4m0 2021-07-09T17:23:01,218 Initialized build tracking at /tmp/pip-req-tracker-n1kug4m0 2021-07-09T17:23:01,218 Created build tracker: /tmp/pip-req-tracker-n1kug4m0 2021-07-09T17:23:01,218 Entered build tracker: /tmp/pip-req-tracker-n1kug4m0 2021-07-09T17:23:01,219 Created temporary directory: /tmp/pip-wheel-gcg5gnoh 2021-07-09T17:23:01,254 1 location(s) to search for versions of distcontrib: 2021-07-09T17:23:01,254 * https://pypi.org/simple/distcontrib/ 2021-07-09T17:23:01,255 Fetching project page and analyzing links: https://pypi.org/simple/distcontrib/ 2021-07-09T17:23:01,255 Getting page https://pypi.org/simple/distcontrib/ 2021-07-09T17:23:01,257 Found index url https://pypi.org/simple 2021-07-09T17:23:01,423 Found link https://files.pythonhosted.org/packages/b6/3a/e663c8cf81158121fb9339a13fdcc3ea515cc746cc05cdfcfb866923fd4c/distcontrib-0.1.0.tar.gz#sha256=2fafe2a59a1f27a814d87a3a61203311ac806b5624b1f88dddf83a587d2e469f (from https://pypi.org/simple/distcontrib/), version: 0.1.0 2021-07-09T17:23:01,424 Skipping link: not a file: https://pypi.org/simple/distcontrib/ 2021-07-09T17:23:01,442 Given no hashes to check 1 links for project 'distcontrib': discarding no candidates 2021-07-09T17:23:01,461 Collecting distcontrib==0.1.0 2021-07-09T17:23:01,463 Created temporary directory: /tmp/pip-unpack-5to8zuvx 2021-07-09T17:23:01,634 Downloading distcontrib-0.1.0.tar.gz (7.7 kB) 2021-07-09T17:23:01,688 Added distcontrib==0.1.0 from https://files.pythonhosted.org/packages/b6/3a/e663c8cf81158121fb9339a13fdcc3ea515cc746cc05cdfcfb866923fd4c/distcontrib-0.1.0.tar.gz#sha256=2fafe2a59a1f27a814d87a3a61203311ac806b5624b1f88dddf83a587d2e469f to build tracker '/tmp/pip-req-tracker-n1kug4m0' 2021-07-09T17:23:01,689 Running setup.py (path:/tmp/pip-wheel-gcg5gnoh/distcontrib_ef949258a05d456f8ff516d1c26a0131/setup.py) egg_info for package distcontrib 2021-07-09T17:23:01,690 Created temporary directory: /tmp/pip-pip-egg-info-0ahf6aki 2021-07-09T17:23:01,690 Running command python setup.py egg_info 2021-07-09T17:23:02,392 Traceback (most recent call last): 2021-07-09T17:23:02,393 File "", line 1, in 2021-07-09T17:23:02,393 File "/tmp/pip-wheel-gcg5gnoh/distcontrib_ef949258a05d456f8ff516d1c26a0131/setup.py", line 23, in 2021-07-09T17:23:02,393 import distcontrib as du 2021-07-09T17:23:02,394 File "/tmp/pip-wheel-gcg5gnoh/distcontrib_ef949258a05d456f8ff516d1c26a0131/distcontrib/__init__.py", line 13, in 2021-07-09T17:23:02,394 import tools 2021-07-09T17:23:02,394 ModuleNotFoundError: No module named 'tools' 2021-07-09T17:23:02,446 WARNING: Discarding https://files.pythonhosted.org/packages/b6/3a/e663c8cf81158121fb9339a13fdcc3ea515cc746cc05cdfcfb866923fd4c/distcontrib-0.1.0.tar.gz#sha256=2fafe2a59a1f27a814d87a3a61203311ac806b5624b1f88dddf83a587d2e469f (from https://pypi.org/simple/distcontrib/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T17:23:02,447 ERROR: Could not find a version that satisfies the requirement distcontrib==0.1.0 (from versions: 0.1.0) 2021-07-09T17:23:02,448 ERROR: No matching distribution found for distcontrib==0.1.0 2021-07-09T17:23:02,448 Exception information: 2021-07-09T17:23:02,448 Traceback (most recent call last): 2021-07-09T17:23:02,448 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T17:23:02,448 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T17:23:02,448 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T17:23:02,448 raise RequirementsConflicted(criterion) 2021-07-09T17:23:02,448 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('distcontrib==0.1.0') 2021-07-09T17:23:02,448 2021-07-09T17:23:02,448 During handling of the above exception, another exception occurred: 2021-07-09T17:23:02,448 2021-07-09T17:23:02,448 Traceback (most recent call last): 2021-07-09T17:23:02,448 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T17:23:02,448 result = self._result = resolver.resolve( 2021-07-09T17:23:02,448 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T17:23:02,448 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T17:23:02,448 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T17:23:02,448 raise ResolutionImpossible(e.criterion.information) 2021-07-09T17:23:02,448 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('distcontrib==0.1.0'), parent=None)] 2021-07-09T17:23:02,448 2021-07-09T17:23:02,448 The above exception was the direct cause of the following exception: 2021-07-09T17:23:02,448 2021-07-09T17:23:02,448 Traceback (most recent call last): 2021-07-09T17:23:02,448 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T17:23:02,448 status = self.run(options, args) 2021-07-09T17:23:02,448 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T17:23:02,448 return func(self, options, args) 2021-07-09T17:23:02,448 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T17:23:02,448 requirement_set = resolver.resolve( 2021-07-09T17:23:02,448 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T17:23:02,448 raise error from e 2021-07-09T17:23:02,448 pip._internal.exceptions.DistributionNotFound: No matching distribution found for distcontrib==0.1.0 2021-07-09T17:23:02,453 Removed distcontrib==0.1.0 from https://files.pythonhosted.org/packages/b6/3a/e663c8cf81158121fb9339a13fdcc3ea515cc746cc05cdfcfb866923fd4c/distcontrib-0.1.0.tar.gz#sha256=2fafe2a59a1f27a814d87a3a61203311ac806b5624b1f88dddf83a587d2e469f from build tracker '/tmp/pip-req-tracker-n1kug4m0' 2021-07-09T17:23:02,454 Removed build tracker: '/tmp/pip-req-tracker-n1kug4m0'