2021-07-09T21:44:36,598 Created temporary directory: /tmp/pip-ephem-wheel-cache-7ha5mz3_ 2021-07-09T21:44:36,601 Created temporary directory: /tmp/pip-req-tracker-gxalpors 2021-07-09T21:44:36,601 Initialized build tracking at /tmp/pip-req-tracker-gxalpors 2021-07-09T21:44:36,601 Created build tracker: /tmp/pip-req-tracker-gxalpors 2021-07-09T21:44:36,601 Entered build tracker: /tmp/pip-req-tracker-gxalpors 2021-07-09T21:44:36,602 Created temporary directory: /tmp/pip-wheel-myeoj7cn 2021-07-09T21:44:36,635 1 location(s) to search for versions of v8: 2021-07-09T21:44:36,635 * https://pypi.org/simple/v8/ 2021-07-09T21:44:36,635 Fetching project page and analyzing links: https://pypi.org/simple/v8/ 2021-07-09T21:44:36,636 Getting page https://pypi.org/simple/v8/ 2021-07-09T21:44:36,637 Found index url https://pypi.org/simple 2021-07-09T21:44:36,821 Found link https://files.pythonhosted.org/packages/37/94/5e35bdbc8a980855e07a75e01080e759a99cb64ea84a6460dbc4840a4f82/v8-0.1.5.tar.gz#sha256=1e35e0aab9a86a5f1763a2b72c4f53a34023ab568359f5f3b39592bc7590d19c (from https://pypi.org/simple/v8/), version: 0.1.5 2021-07-09T21:44:36,822 Skipping link: not a file: https://pypi.org/simple/v8/ 2021-07-09T21:44:36,838 Given no hashes to check 1 links for project 'v8': discarding no candidates 2021-07-09T21:44:36,855 Collecting v8==0.1.5 2021-07-09T21:44:36,857 Created temporary directory: /tmp/pip-unpack-amnqwbq7 2021-07-09T21:44:36,896 Downloading v8-0.1.5.tar.gz (11.3 MB) 2021-07-09T21:44:41,669 Added v8==0.1.5 from https://files.pythonhosted.org/packages/37/94/5e35bdbc8a980855e07a75e01080e759a99cb64ea84a6460dbc4840a4f82/v8-0.1.5.tar.gz#sha256=1e35e0aab9a86a5f1763a2b72c4f53a34023ab568359f5f3b39592bc7590d19c to build tracker '/tmp/pip-req-tracker-gxalpors' 2021-07-09T21:44:41,670 Running setup.py (path:/tmp/pip-wheel-myeoj7cn/v8_a076c96b924e4548afc61f35c33592b3/setup.py) egg_info for package v8 2021-07-09T21:44:41,671 Created temporary directory: /tmp/pip-pip-egg-info-efhebh46 2021-07-09T21:44:41,672 Running command python setup.py egg_info 2021-07-09T21:44:42,302 Traceback (most recent call last): 2021-07-09T21:44:42,303 File "", line 1, in 2021-07-09T21:44:42,303 File "/tmp/pip-wheel-myeoj7cn/v8_a076c96b924e4548afc61f35c33592b3/setup.py", line 236 2021-07-09T21:44:42,303 os.makedirs(build_path, 0755) 2021-07-09T21:44:42,304 ^ 2021-07-09T21:44:42,304 SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers 2021-07-09T21:44:42,351 WARNING: Discarding https://files.pythonhosted.org/packages/37/94/5e35bdbc8a980855e07a75e01080e759a99cb64ea84a6460dbc4840a4f82/v8-0.1.5.tar.gz#sha256=1e35e0aab9a86a5f1763a2b72c4f53a34023ab568359f5f3b39592bc7590d19c (from https://pypi.org/simple/v8/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T21:44:42,353 ERROR: Could not find a version that satisfies the requirement v8==0.1.5 (from versions: 0.1.5) 2021-07-09T21:44:42,353 ERROR: No matching distribution found for v8==0.1.5 2021-07-09T21:44:42,353 Exception information: 2021-07-09T21:44:42,353 Traceback (most recent call last): 2021-07-09T21:44:42,353 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T21:44:42,353 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T21:44:42,353 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T21:44:42,353 raise RequirementsConflicted(criterion) 2021-07-09T21:44:42,353 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('v8==0.1.5') 2021-07-09T21:44:42,353 2021-07-09T21:44:42,353 During handling of the above exception, another exception occurred: 2021-07-09T21:44:42,353 2021-07-09T21:44:42,353 Traceback (most recent call last): 2021-07-09T21:44:42,353 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T21:44:42,353 result = self._result = resolver.resolve( 2021-07-09T21:44:42,353 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T21:44:42,353 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T21:44:42,353 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T21:44:42,353 raise ResolutionImpossible(e.criterion.information) 2021-07-09T21:44:42,353 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('v8==0.1.5'), parent=None)] 2021-07-09T21:44:42,353 2021-07-09T21:44:42,353 The above exception was the direct cause of the following exception: 2021-07-09T21:44:42,353 2021-07-09T21:44:42,353 Traceback (most recent call last): 2021-07-09T21:44:42,353 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T21:44:42,353 status = self.run(options, args) 2021-07-09T21:44:42,353 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T21:44:42,353 return func(self, options, args) 2021-07-09T21:44:42,353 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T21:44:42,353 requirement_set = resolver.resolve( 2021-07-09T21:44:42,353 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T21:44:42,353 raise error from e 2021-07-09T21:44:42,353 pip._internal.exceptions.DistributionNotFound: No matching distribution found for v8==0.1.5 2021-07-09T21:44:42,358 Removed v8==0.1.5 from https://files.pythonhosted.org/packages/37/94/5e35bdbc8a980855e07a75e01080e759a99cb64ea84a6460dbc4840a4f82/v8-0.1.5.tar.gz#sha256=1e35e0aab9a86a5f1763a2b72c4f53a34023ab568359f5f3b39592bc7590d19c from build tracker '/tmp/pip-req-tracker-gxalpors' 2021-07-09T21:44:42,358 Removed build tracker: '/tmp/pip-req-tracker-gxalpors'