2021-07-09T03:16:23,429 Created temporary directory: /tmp/pip-ephem-wheel-cache-n43r5ary 2021-07-09T03:16:23,432 Created temporary directory: /tmp/pip-req-tracker-lka63e24 2021-07-09T03:16:23,432 Initialized build tracking at /tmp/pip-req-tracker-lka63e24 2021-07-09T03:16:23,433 Created build tracker: /tmp/pip-req-tracker-lka63e24 2021-07-09T03:16:23,433 Entered build tracker: /tmp/pip-req-tracker-lka63e24 2021-07-09T03:16:23,433 Created temporary directory: /tmp/pip-wheel-y0xsfg3v 2021-07-09T03:16:23,466 1 location(s) to search for versions of elementwise: 2021-07-09T03:16:23,466 * https://pypi.org/simple/elementwise/ 2021-07-09T03:16:23,467 Fetching project page and analyzing links: https://pypi.org/simple/elementwise/ 2021-07-09T03:16:23,467 Getting page https://pypi.org/simple/elementwise/ 2021-07-09T03:16:23,469 Found index url https://pypi.org/simple 2021-07-09T03:16:23,646 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:16:23,647 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:16:23,647 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:16:23,647 Skipping link: not a file: https://pypi.org/simple/elementwise/ 2021-07-09T03:16:23,663 Given no hashes to check 0 links for project 'elementwise': discarding no candidates 2021-07-09T03:16:23,664 ERROR: Could not find a version that satisfies the requirement elementwise==0.111220 (from versions: 0.111220rc0, 0.120114, 0.120116) 2021-07-09T03:16:23,664 ERROR: No matching distribution found for elementwise==0.111220 2021-07-09T03:16:23,665 Exception information: 2021-07-09T03:16:23,665 Traceback (most recent call last): 2021-07-09T03:16:23,665 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T03:16:23,665 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T03:16:23,665 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T03:16:23,665 raise RequirementsConflicted(criterion) 2021-07-09T03:16:23,665 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('elementwise==0.111220') 2021-07-09T03:16:23,665 2021-07-09T03:16:23,665 During handling of the above exception, another exception occurred: 2021-07-09T03:16:23,665 2021-07-09T03:16:23,665 Traceback (most recent call last): 2021-07-09T03:16:23,665 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T03:16:23,665 result = self._result = resolver.resolve( 2021-07-09T03:16:23,665 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T03:16:23,665 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T03:16:23,665 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T03:16:23,665 raise ResolutionImpossible(e.criterion.information) 2021-07-09T03:16:23,665 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('elementwise==0.111220'), parent=None)] 2021-07-09T03:16:23,665 2021-07-09T03:16:23,665 The above exception was the direct cause of the following exception: 2021-07-09T03:16:23,665 2021-07-09T03:16:23,665 Traceback (most recent call last): 2021-07-09T03:16:23,665 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T03:16:23,665 status = self.run(options, args) 2021-07-09T03:16:23,665 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T03:16:23,665 return func(self, options, args) 2021-07-09T03:16:23,665 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T03:16:23,665 requirement_set = resolver.resolve( 2021-07-09T03:16:23,665 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T03:16:23,665 raise error from e 2021-07-09T03:16:23,665 pip._internal.exceptions.DistributionNotFound: No matching distribution found for elementwise==0.111220 2021-07-09T03:16:23,669 Removed build tracker: '/tmp/pip-req-tracker-lka63e24'