2021-07-09T03:23:48,940 Created temporary directory: /tmp/pip-ephem-wheel-cache-epmlj3lg 2021-07-09T03:23:48,943 Created temporary directory: /tmp/pip-req-tracker-d9jrr261 2021-07-09T03:23:48,944 Initialized build tracking at /tmp/pip-req-tracker-d9jrr261 2021-07-09T03:23:48,944 Created build tracker: /tmp/pip-req-tracker-d9jrr261 2021-07-09T03:23:48,944 Entered build tracker: /tmp/pip-req-tracker-d9jrr261 2021-07-09T03:23:48,945 Created temporary directory: /tmp/pip-wheel-80tjzde2 2021-07-09T03:23:48,978 1 location(s) to search for versions of dbutil: 2021-07-09T03:23:48,978 * https://pypi.org/simple/dbutil/ 2021-07-09T03:23:48,978 Fetching project page and analyzing links: https://pypi.org/simple/dbutil/ 2021-07-09T03:23:48,979 Getting page https://pypi.org/simple/dbutil/ 2021-07-09T03:23:48,980 Found index url https://pypi.org/simple 2021-07-09T03:23:49,157 Found link https://files.pythonhosted.org/packages/a3/3e/48d2d4b8a82306805a97edb044cb11c699cd4e3edaca515db1f65d7008d2/dbutil-0.2.0.tar.gz#sha256=be2e3511e17e4ec2b7f46f8638f7c69f0213c5dae9195ea7f0873084e2ae1aa1 (from https://pypi.org/simple/dbutil/), version: 0.2.0 2021-07-09T03:23:49,158 Found link https://files.pythonhosted.org/packages/55/fe/9fc301c719928906059dffd956c02cd4671247cc0c53e2fa54540ce8dc32/dbutil-0.4.0.tar.gz#sha256=6e26c7703929cab3ea166f894c0097e8081202126fc77a751d46906b89d60791 (from https://pypi.org/simple/dbutil/), version: 0.4.0 2021-07-09T03:23:49,158 Found link https://files.pythonhosted.org/packages/5f/83/4e727baeff8d0cb9f53bcf7f99cb899753817627a0a59797879f7fc9acb9/dbutil-0.5.0.tar.gz#sha256=657e678412f897491d67e755ba9ff32bead6ce86332626f6f822bda9db4ce735 (from https://pypi.org/simple/dbutil/), version: 0.5.0 2021-07-09T03:23:49,158 Skipping link: not a file: https://pypi.org/simple/dbutil/ 2021-07-09T03:23:49,175 Given no hashes to check 1 links for project 'dbutil': discarding no candidates 2021-07-09T03:23:49,192 Collecting dbutil==0.2.0 2021-07-09T03:23:49,193 Created temporary directory: /tmp/pip-unpack-d5n8yfpe 2021-07-09T03:23:49,363 Downloading dbutil-0.2.0.tar.gz (1.6 kB) 2021-07-09T03:23:49,394 Added dbutil==0.2.0 from https://files.pythonhosted.org/packages/a3/3e/48d2d4b8a82306805a97edb044cb11c699cd4e3edaca515db1f65d7008d2/dbutil-0.2.0.tar.gz#sha256=be2e3511e17e4ec2b7f46f8638f7c69f0213c5dae9195ea7f0873084e2ae1aa1 to build tracker '/tmp/pip-req-tracker-d9jrr261' 2021-07-09T03:23:49,395 Running setup.py (path:/tmp/pip-wheel-80tjzde2/dbutil_05b43d491c844e7c8228adc39738102c/setup.py) egg_info for package dbutil 2021-07-09T03:23:49,396 Created temporary directory: /tmp/pip-pip-egg-info-h4yxipkc 2021-07-09T03:23:49,396 Running command python setup.py egg_info 2021-07-09T03:23:50,008 Traceback (most recent call last): 2021-07-09T03:23:50,009 File "", line 1, in 2021-07-09T03:23:50,009 File "/tmp/pip-wheel-80tjzde2/dbutil_05b43d491c844e7c8228adc39738102c/setup.py", line 10, in 2021-07-09T03:23:50,009 import dbutil 2021-07-09T03:23:50,009 File "/tmp/pip-wheel-80tjzde2/dbutil_05b43d491c844e7c8228adc39738102c/dbutil/__init__.py", line 1, in 2021-07-09T03:23:50,010 from urlparse import urlparse 2021-07-09T03:23:50,010 ModuleNotFoundError: No module named 'urlparse' 2021-07-09T03:23:50,059 WARNING: Discarding https://files.pythonhosted.org/packages/a3/3e/48d2d4b8a82306805a97edb044cb11c699cd4e3edaca515db1f65d7008d2/dbutil-0.2.0.tar.gz#sha256=be2e3511e17e4ec2b7f46f8638f7c69f0213c5dae9195ea7f0873084e2ae1aa1 (from https://pypi.org/simple/dbutil/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T03:23:50,060 ERROR: Could not find a version that satisfies the requirement dbutil==0.2.0 (from versions: 0.2.0, 0.4.0, 0.5.0) 2021-07-09T03:23:50,060 ERROR: No matching distribution found for dbutil==0.2.0 2021-07-09T03:23:50,061 Exception information: 2021-07-09T03:23:50,061 Traceback (most recent call last): 2021-07-09T03:23:50,061 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T03:23:50,061 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T03:23:50,061 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T03:23:50,061 raise RequirementsConflicted(criterion) 2021-07-09T03:23:50,061 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dbutil==0.2.0') 2021-07-09T03:23:50,061 2021-07-09T03:23:50,061 During handling of the above exception, another exception occurred: 2021-07-09T03:23:50,061 2021-07-09T03:23:50,061 Traceback (most recent call last): 2021-07-09T03:23:50,061 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T03:23:50,061 result = self._result = resolver.resolve( 2021-07-09T03:23:50,061 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T03:23:50,061 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T03:23:50,061 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T03:23:50,061 raise ResolutionImpossible(e.criterion.information) 2021-07-09T03:23:50,061 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dbutil==0.2.0'), parent=None)] 2021-07-09T03:23:50,061 2021-07-09T03:23:50,061 The above exception was the direct cause of the following exception: 2021-07-09T03:23:50,061 2021-07-09T03:23:50,061 Traceback (most recent call last): 2021-07-09T03:23:50,061 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T03:23:50,061 status = self.run(options, args) 2021-07-09T03:23:50,061 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T03:23:50,061 return func(self, options, args) 2021-07-09T03:23:50,061 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T03:23:50,061 requirement_set = resolver.resolve( 2021-07-09T03:23:50,061 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T03:23:50,061 raise error from e 2021-07-09T03:23:50,061 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dbutil==0.2.0 2021-07-09T03:23:50,065 Removed dbutil==0.2.0 from https://files.pythonhosted.org/packages/a3/3e/48d2d4b8a82306805a97edb044cb11c699cd4e3edaca515db1f65d7008d2/dbutil-0.2.0.tar.gz#sha256=be2e3511e17e4ec2b7f46f8638f7c69f0213c5dae9195ea7f0873084e2ae1aa1 from build tracker '/tmp/pip-req-tracker-d9jrr261' 2021-07-09T03:23:50,066 Removed build tracker: '/tmp/pip-req-tracker-d9jrr261'