2021-04-11T06:28:28,971 Created temporary directory: /tmp/pip-ephem-wheel-cache-tbwo48n2 2021-04-11T06:28:28,974 Created temporary directory: /tmp/pip-req-tracker-f1llzaxj 2021-04-11T06:28:28,975 Initialized build tracking at /tmp/pip-req-tracker-f1llzaxj 2021-04-11T06:28:28,975 Created build tracker: /tmp/pip-req-tracker-f1llzaxj 2021-04-11T06:28:28,975 Entered build tracker: /tmp/pip-req-tracker-f1llzaxj 2021-04-11T06:28:28,976 Created temporary directory: /tmp/pip-wheel-_p8qtpx0 2021-04-11T06:28:29,011 1 location(s) to search for versions of femap-neutral-parser: 2021-04-11T06:28:29,011 * https://pypi.org/simple/femap-neutral-parser/ 2021-04-11T06:28:29,012 Fetching project page and analyzing links: https://pypi.org/simple/femap-neutral-parser/ 2021-04-11T06:28:29,012 Getting page https://pypi.org/simple/femap-neutral-parser/ 2021-04-11T06:28:29,014 Found index url https://pypi.org/simple 2021-04-11T06:28:29,209 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-11T06:28:29,210 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-11T06:28:29,211 Given no hashes to check 0 links for project 'femap-neutral-parser': discarding no candidates 2021-04-11T06:28:29,211 ERROR: Could not find a version that satisfies the requirement femap-neutral-parser==0.1.0 2021-04-11T06:28:29,211 ERROR: No matching distribution found for femap-neutral-parser==0.1.0 2021-04-11T06:28:29,211 Exception information: 2021-04-11T06:28:29,211 Traceback (most recent call last): 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-11T06:28:29,211 crit = self.state.criteria[name] 2021-04-11T06:28:29,211 KeyError: 'femap-neutral-parser' 2021-04-11T06:28:29,211 2021-04-11T06:28:29,211 During handling of the above exception, another exception occurred: 2021-04-11T06:28:29,211 2021-04-11T06:28:29,211 Traceback (most recent call last): 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-11T06:28:29,211 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-11T06:28:29,211 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-11T06:28:29,211 raise RequirementsConflicted(criterion) 2021-04-11T06:28:29,211 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('femap-neutral-parser==0.1.0') 2021-04-11T06:28:29,211 2021-04-11T06:28:29,211 During handling of the above exception, another exception occurred: 2021-04-11T06:28:29,211 2021-04-11T06:28:29,211 Traceback (most recent call last): 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-11T06:28:29,211 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-11T06:28:29,211 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-11T06:28:29,211 raise ResolutionImpossible(e.criterion.information) 2021-04-11T06:28:29,211 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('femap-neutral-parser==0.1.0'), parent=None)] 2021-04-11T06:28:29,211 2021-04-11T06:28:29,211 The above exception was the direct cause of the following exception: 2021-04-11T06:28:29,211 2021-04-11T06:28:29,211 Traceback (most recent call last): 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-11T06:28:29,211 status = self.run(options, args) 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-11T06:28:29,211 return func(self, options, args) 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-11T06:28:29,211 reqs, check_supported_wheels=True 2021-04-11T06:28:29,211 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-11T06:28:29,211 six.raise_from(error, e) 2021-04-11T06:28:29,211 File "", line 3, in raise_from 2021-04-11T06:28:29,211 pip._internal.exceptions.DistributionNotFound: No matching distribution found for femap-neutral-parser==0.1.0 2021-04-11T06:28:29,216 Removed build tracker: '/tmp/pip-req-tracker-f1llzaxj'