2021-04-16T05:21:45,350 Created temporary directory: /tmp/pip-ephem-wheel-cache-11z_c2x0 2021-04-16T05:21:45,353 Created temporary directory: /tmp/pip-req-tracker-1mhy9rsi 2021-04-16T05:21:45,353 Initialized build tracking at /tmp/pip-req-tracker-1mhy9rsi 2021-04-16T05:21:45,353 Created build tracker: /tmp/pip-req-tracker-1mhy9rsi 2021-04-16T05:21:45,353 Entered build tracker: /tmp/pip-req-tracker-1mhy9rsi 2021-04-16T05:21:45,354 Created temporary directory: /tmp/pip-wheel-cc7w2ed6 2021-04-16T05:21:45,390 1 location(s) to search for versions of femap-neutral-parser: 2021-04-16T05:21:45,390 * https://pypi.org/simple/femap-neutral-parser/ 2021-04-16T05:21:45,391 Fetching project page and analyzing links: https://pypi.org/simple/femap-neutral-parser/ 2021-04-16T05:21:45,391 Getting page https://pypi.org/simple/femap-neutral-parser/ 2021-04-16T05:21:45,393 Found index url https://pypi.org/simple 2021-04-16T05:21:45,429 Getting credentials from keyring for https://pypi.org/simple 2021-04-16T05:21:46,018 Loading KWallet 2021-04-16T05:21:46,048 Loading SecretService 2021-04-16T05:21:46,108 Loading Windows 2021-04-16T05:21:46,111 Loading chainer 2021-04-16T05:21:46,113 Loading macOS 2021-04-16T05:21:46,117 Loading Gnome 2021-04-16T05:21:46,170 Loading Google 2021-04-16T05:21:46,175 Loading Windows (alt) 2021-04-16T05:21:46,182 Loading file 2021-04-16T05:21:46,184 Loading keyczar 2021-04-16T05:21:46,184 Loading multi 2021-04-16T05:21:46,186 Loading pyfs 2021-04-16T05:21:46,238 Getting credentials from keyring for pypi.org 2021-04-16T05:21:46,431 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/89/bb/8ec92c4247ecbb4bf581f98f2147fcd4881295084d5826b39ecbcc951814/femap_neutral_parser-0.1.0-py2.py3-none-any.whl#sha256=120e1916f5864a3235656a8d9aa080d0e3e3674e2097c520a21a6be0036b51d9 (from https://pypi.org/simple/femap-neutral-parser/) (requires-python:>=3.8) 2021-04-16T05:21:46,432 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/f0/b6/0a9d971ab83729f49e0056ad7691982b8189967d921b73f932cf731d6f31/femap_neutral_parser-0.1.0.tar.gz#sha256=6df2ebed2d993978c3bd074d7149e3e27b3abdbda46311e10503993b22a5c749 (from https://pypi.org/simple/femap-neutral-parser/) (requires-python:>=3.8) 2021-04-16T05:21:46,433 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/02/6c/122fcd0e6596a69204f733b7ae462a9e102f89274a2282874b978dad6f92/femap_neutral_parser-0.2.0-py2.py3-none-any.whl#sha256=e8fdb0afe5cf9c2e909aed849d8b4fa339ad50df579669ba9112ff58f7f577e6 (from https://pypi.org/simple/femap-neutral-parser/) (requires-python:>=3.8) 2021-04-16T05:21:46,433 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/08/39/562569f23e00a82279ca280e36f5dc3fbf16aafc15315307c144eee02a97/femap_neutral_parser-0.2.0.tar.gz#sha256=3bff98b7a7bac63ae3b591fb8ac5fa85f6ee98284ddc74cf71cf608c14e6bfd9 (from https://pypi.org/simple/femap-neutral-parser/) (requires-python:>=3.8) 2021-04-16T05:21:46,434 Given no hashes to check 0 links for project 'femap-neutral-parser': discarding no candidates 2021-04-16T05:21:46,434 ERROR: Could not find a version that satisfies the requirement femap-neutral-parser==0.2.0 2021-04-16T05:21:46,435 ERROR: No matching distribution found for femap-neutral-parser==0.2.0 2021-04-16T05:21:46,435 Exception information: 2021-04-16T05:21:46,435 Traceback (most recent call last): 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-16T05:21:46,435 crit = self.state.criteria[name] 2021-04-16T05:21:46,435 KeyError: 'femap-neutral-parser' 2021-04-16T05:21:46,435 2021-04-16T05:21:46,435 During handling of the above exception, another exception occurred: 2021-04-16T05:21:46,435 2021-04-16T05:21:46,435 Traceback (most recent call last): 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-16T05:21:46,435 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-16T05:21:46,435 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-16T05:21:46,435 raise RequirementsConflicted(criterion) 2021-04-16T05:21:46,435 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('femap-neutral-parser==0.2.0') 2021-04-16T05:21:46,435 2021-04-16T05:21:46,435 During handling of the above exception, another exception occurred: 2021-04-16T05:21:46,435 2021-04-16T05:21:46,435 Traceback (most recent call last): 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-16T05:21:46,435 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-16T05:21:46,435 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-16T05:21:46,435 raise ResolutionImpossible(e.criterion.information) 2021-04-16T05:21:46,435 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('femap-neutral-parser==0.2.0'), parent=None)] 2021-04-16T05:21:46,435 2021-04-16T05:21:46,435 The above exception was the direct cause of the following exception: 2021-04-16T05:21:46,435 2021-04-16T05:21:46,435 Traceback (most recent call last): 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-16T05:21:46,435 status = self.run(options, args) 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-16T05:21:46,435 return func(self, options, args) 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-16T05:21:46,435 reqs, check_supported_wheels=True 2021-04-16T05:21:46,435 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-16T05:21:46,435 six.raise_from(error, e) 2021-04-16T05:21:46,435 File "", line 3, in raise_from 2021-04-16T05:21:46,435 pip._internal.exceptions.DistributionNotFound: No matching distribution found for femap-neutral-parser==0.2.0 2021-04-16T05:21:46,439 Removed build tracker: '/tmp/pip-req-tracker-1mhy9rsi'