2021-07-10T09:09:58,155 Created temporary directory: /tmp/pip-ephem-wheel-cache-zx2cb6go 2021-07-10T09:09:58,158 Created temporary directory: /tmp/pip-req-tracker-3ktmco99 2021-07-10T09:09:58,158 Initialized build tracking at /tmp/pip-req-tracker-3ktmco99 2021-07-10T09:09:58,158 Created build tracker: /tmp/pip-req-tracker-3ktmco99 2021-07-10T09:09:58,158 Entered build tracker: /tmp/pip-req-tracker-3ktmco99 2021-07-10T09:09:58,159 Created temporary directory: /tmp/pip-wheel-tz2dne24 2021-07-10T09:09:58,192 1 location(s) to search for versions of kvkit: 2021-07-10T09:09:58,192 * https://pypi.org/simple/kvkit/ 2021-07-10T09:09:58,192 Fetching project page and analyzing links: https://pypi.org/simple/kvkit/ 2021-07-10T09:09:58,193 Getting page https://pypi.org/simple/kvkit/ 2021-07-10T09:09:58,194 Found index url https://pypi.org/simple 2021-07-10T09:09:58,376 Found link https://files.pythonhosted.org/packages/e0/b9/5c49ef574075a89ed9ba7becfe7d6537a92a8d74e91c611344e1ffa1d579/kvkit-0.1.0.tar.gz#sha256=4032eb87c1ff786a2a20dc5e48825431b514f9e9636073d82c618d7316b5d79d (from https://pypi.org/simple/kvkit/), version: 0.1.0 2021-07-10T09:09:58,377 Found link https://files.pythonhosted.org/packages/47/fa/1dc49cce83cedcc0d89086d5bee596850b79b83ced9ea2b33a8fcf4f0a45/kvkit-0.1.1.tar.gz#sha256=84b54481d8c9c1f130819e1303f1120d51ad09c7ede0ecafbf1b65fcd65e1b22 (from https://pypi.org/simple/kvkit/), version: 0.1.1 2021-07-10T09:09:58,377 Found link https://files.pythonhosted.org/packages/7b/e6/e4928b3b4e581a92892d690eef72bfca0563855da1ceaf66b1086044556e/kvkit-0.1.2.tar.gz#sha256=0d58c76d85909ed9ce5cf3010053100565fba5f44cc24709405ca992454d098a (from https://pypi.org/simple/kvkit/), version: 0.1.2 2021-07-10T09:09:58,377 Skipping link: not a file: https://pypi.org/simple/kvkit/ 2021-07-10T09:09:58,395 Given no hashes to check 1 links for project 'kvkit': discarding no candidates 2021-07-10T09:09:58,414 Collecting kvkit==0.1.0 2021-07-10T09:09:58,415 Created temporary directory: /tmp/pip-unpack-185yz9_s 2021-07-10T09:09:58,591 Downloading kvkit-0.1.0.tar.gz (14 kB) 2021-07-10T09:09:58,647 Added kvkit==0.1.0 from https://files.pythonhosted.org/packages/e0/b9/5c49ef574075a89ed9ba7becfe7d6537a92a8d74e91c611344e1ffa1d579/kvkit-0.1.0.tar.gz#sha256=4032eb87c1ff786a2a20dc5e48825431b514f9e9636073d82c618d7316b5d79d to build tracker '/tmp/pip-req-tracker-3ktmco99' 2021-07-10T09:09:58,648 Running setup.py (path:/tmp/pip-wheel-tz2dne24/kvkit_f0ff9ec1f6874e1fae6d1c64e69c03bb/setup.py) egg_info for package kvkit 2021-07-10T09:09:58,649 Created temporary directory: /tmp/pip-pip-egg-info-74lp4ktg 2021-07-10T09:09:58,649 Running command python setup.py egg_info 2021-07-10T09:09:59,301 Traceback (most recent call last): 2021-07-10T09:09:59,302 File "", line 1, in 2021-07-10T09:09:59,302 File "/tmp/pip-wheel-tz2dne24/kvkit_f0ff9ec1f6874e1fae6d1c64e69c03bb/setup.py", line 7, in 2021-07-10T09:09:59,303 version=__import__('kvkit').__version__, 2021-07-10T09:09:59,303 File "/tmp/pip-wheel-tz2dne24/kvkit_f0ff9ec1f6874e1fae6d1c64e69c03bb/kvkit/__init__.py", line 4, in 2021-07-10T09:09:59,303 from kvkit.backends.berkeleydb import BerkeleyDB 2021-07-10T09:09:59,303 File "/tmp/pip-wheel-tz2dne24/kvkit_f0ff9ec1f6874e1fae6d1c64e69c03bb/kvkit/backends/berkeleydb.py", line 9 2021-07-10T09:09:59,303 def __init__(self, filename, flag='c', mode=0666, btflags=0, 2021-07-10T09:09:59,304 ^ 2021-07-10T09:09:59,304 SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers 2021-07-10T09:09:59,354 WARNING: Discarding https://files.pythonhosted.org/packages/e0/b9/5c49ef574075a89ed9ba7becfe7d6537a92a8d74e91c611344e1ffa1d579/kvkit-0.1.0.tar.gz#sha256=4032eb87c1ff786a2a20dc5e48825431b514f9e9636073d82c618d7316b5d79d (from https://pypi.org/simple/kvkit/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T09:09:59,355 ERROR: Could not find a version that satisfies the requirement kvkit==0.1.0 (from versions: 0.1.0, 0.1.1, 0.1.2) 2021-07-10T09:09:59,355 ERROR: No matching distribution found for kvkit==0.1.0 2021-07-10T09:09:59,356 Exception information: 2021-07-10T09:09:59,356 Traceback (most recent call last): 2021-07-10T09:09:59,356 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T09:09:59,356 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T09:09:59,356 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T09:09:59,356 raise RequirementsConflicted(criterion) 2021-07-10T09:09:59,356 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kvkit==0.1.0') 2021-07-10T09:09:59,356 2021-07-10T09:09:59,356 During handling of the above exception, another exception occurred: 2021-07-10T09:09:59,356 2021-07-10T09:09:59,356 Traceback (most recent call last): 2021-07-10T09:09:59,356 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T09:09:59,356 result = self._result = resolver.resolve( 2021-07-10T09:09:59,356 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T09:09:59,356 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T09:09:59,356 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T09:09:59,356 raise ResolutionImpossible(e.criterion.information) 2021-07-10T09:09:59,356 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kvkit==0.1.0'), parent=None)] 2021-07-10T09:09:59,356 2021-07-10T09:09:59,356 The above exception was the direct cause of the following exception: 2021-07-10T09:09:59,356 2021-07-10T09:09:59,356 Traceback (most recent call last): 2021-07-10T09:09:59,356 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T09:09:59,356 status = self.run(options, args) 2021-07-10T09:09:59,356 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T09:09:59,356 return func(self, options, args) 2021-07-10T09:09:59,356 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T09:09:59,356 requirement_set = resolver.resolve( 2021-07-10T09:09:59,356 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T09:09:59,356 raise error from e 2021-07-10T09:09:59,356 pip._internal.exceptions.DistributionNotFound: No matching distribution found for kvkit==0.1.0 2021-07-10T09:09:59,360 Removed kvkit==0.1.0 from https://files.pythonhosted.org/packages/e0/b9/5c49ef574075a89ed9ba7becfe7d6537a92a8d74e91c611344e1ffa1d579/kvkit-0.1.0.tar.gz#sha256=4032eb87c1ff786a2a20dc5e48825431b514f9e9636073d82c618d7316b5d79d from build tracker '/tmp/pip-req-tracker-3ktmco99' 2021-07-10T09:09:59,361 Removed build tracker: '/tmp/pip-req-tracker-3ktmco99'