2021-07-09T03:24:58,241 Created temporary directory: /tmp/pip-ephem-wheel-cache-3_v1xrfq 2021-07-09T03:24:58,243 Created temporary directory: /tmp/pip-req-tracker-0fskuhbe 2021-07-09T03:24:58,244 Initialized build tracking at /tmp/pip-req-tracker-0fskuhbe 2021-07-09T03:24:58,244 Created build tracker: /tmp/pip-req-tracker-0fskuhbe 2021-07-09T03:24:58,244 Entered build tracker: /tmp/pip-req-tracker-0fskuhbe 2021-07-09T03:24:58,245 Created temporary directory: /tmp/pip-wheel-x8lymuhj 2021-07-09T03:24:58,278 1 location(s) to search for versions of elementwise: 2021-07-09T03:24:58,278 * https://pypi.org/simple/elementwise/ 2021-07-09T03:24:58,278 Fetching project page and analyzing links: https://pypi.org/simple/elementwise/ 2021-07-09T03:24:58,279 Getting page https://pypi.org/simple/elementwise/ 2021-07-09T03:24:58,280 Found index url https://pypi.org/simple 2021-07-09T03:24:58,367 Found link https://files.pythonhosted.org/packages/d3/cb/9a9b051b82c05269ec1eefc16390e50cb32f1e424be58a17fd453b414a7f/elementwise-0.111220c.zip#sha256=62932d8b3dbad2a3908375681094f3b2b62a732dfc07f6296b6095c8fd1de7de (from https://pypi.org/simple/elementwise/), version: 0.111220c 2021-07-09T03:24:58,368 Found link https://files.pythonhosted.org/packages/77/db/ed47ec022669f182724e2ccd29c9f2a26e558506314c9c3f7c4876c0c9e8/elementwise-0.120114.zip#sha256=29a6ea7a101cdf8594af9c009124b5cccc33e102276e06fbd03684215fbd55bc (from https://pypi.org/simple/elementwise/), version: 0.120114 2021-07-09T03:24:58,368 Found link https://files.pythonhosted.org/packages/5d/49/4226fa732e3b884f7c797f39c5908fb789863b6bc4060e846a2a3c78c0f8/elementwise-0.120116.zip#sha256=ae6889b67f03dbe25c252cdd7648625f424b71f38fed8acbda9db492bbd2988e (from https://pypi.org/simple/elementwise/), version: 0.120116 2021-07-09T03:24:58,368 Skipping link: not a file: https://pypi.org/simple/elementwise/ 2021-07-09T03:24:58,384 Given no hashes to check 0 links for project 'elementwise': discarding no candidates 2021-07-09T03:24:58,385 ERROR: Could not find a version that satisfies the requirement elementwise==0.120115 (from versions: 0.111220rc0, 0.120114, 0.120116) 2021-07-09T03:24:58,385 ERROR: No matching distribution found for elementwise==0.120115 2021-07-09T03:24:58,385 Exception information: 2021-07-09T03:24:58,385 Traceback (most recent call last): 2021-07-09T03:24:58,385 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T03:24:58,385 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T03:24:58,385 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T03:24:58,385 raise RequirementsConflicted(criterion) 2021-07-09T03:24:58,385 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('elementwise==0.120115') 2021-07-09T03:24:58,385 2021-07-09T03:24:58,385 During handling of the above exception, another exception occurred: 2021-07-09T03:24:58,385 2021-07-09T03:24:58,385 Traceback (most recent call last): 2021-07-09T03:24:58,385 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T03:24:58,385 result = self._result = resolver.resolve( 2021-07-09T03:24:58,385 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T03:24:58,385 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T03:24:58,385 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T03:24:58,385 raise ResolutionImpossible(e.criterion.information) 2021-07-09T03:24:58,385 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('elementwise==0.120115'), parent=None)] 2021-07-09T03:24:58,385 2021-07-09T03:24:58,385 The above exception was the direct cause of the following exception: 2021-07-09T03:24:58,385 2021-07-09T03:24:58,385 Traceback (most recent call last): 2021-07-09T03:24:58,385 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T03:24:58,385 status = self.run(options, args) 2021-07-09T03:24:58,385 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T03:24:58,385 return func(self, options, args) 2021-07-09T03:24:58,385 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T03:24:58,385 requirement_set = resolver.resolve( 2021-07-09T03:24:58,385 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T03:24:58,385 raise error from e 2021-07-09T03:24:58,385 pip._internal.exceptions.DistributionNotFound: No matching distribution found for elementwise==0.120115 2021-07-09T03:24:58,389 Removed build tracker: '/tmp/pip-req-tracker-0fskuhbe'