2021-07-10T08:47:23,871 Created temporary directory: /tmp/pip-ephem-wheel-cache-t6xhmlyq 2021-07-10T08:47:23,874 Created temporary directory: /tmp/pip-req-tracker-anwqmbr4 2021-07-10T08:47:23,875 Initialized build tracking at /tmp/pip-req-tracker-anwqmbr4 2021-07-10T08:47:23,875 Created build tracker: /tmp/pip-req-tracker-anwqmbr4 2021-07-10T08:47:23,875 Entered build tracker: /tmp/pip-req-tracker-anwqmbr4 2021-07-10T08:47:23,876 Created temporary directory: /tmp/pip-wheel-62v2hs3e 2021-07-10T08:47:23,905 1 location(s) to search for versions of pynosh: 2021-07-10T08:47:23,905 * https://pypi.org/simple/pynosh/ 2021-07-10T08:47:23,906 Fetching project page and analyzing links: https://pypi.org/simple/pynosh/ 2021-07-10T08:47:23,906 Getting page https://pypi.org/simple/pynosh/ 2021-07-10T08:47:23,908 Found index url https://pypi.org/simple 2021-07-10T08:47:23,997 Found link https://files.pythonhosted.org/packages/3a/a0/245c0eb0f3521ff85188eaf21dbb0569b36e982845f78ffde0f5570dd9ea/pynosh-0.2.1.tar.gz#sha256=3bebeea6a23a0769f32c3a13d87b05250c8ce212a878a8753cf726b007a2a45e (from https://pypi.org/simple/pynosh/), version: 0.2.1 2021-07-10T08:47:23,997 Found link https://files.pythonhosted.org/packages/ed/0c/7dfd758e2ee71371d4bb09cad1c9fc1a3cf90c3a5cb7545f4603546c8231/pynosh-0.2.2.tar.gz#sha256=9562081aaedffeb97aa6f1b26e386f59834b6b6c105526790b69f661b4fadf43 (from https://pypi.org/simple/pynosh/), version: 0.2.2 2021-07-10T08:47:23,998 Skipping link: not a file: https://pypi.org/simple/pynosh/ 2021-07-10T08:47:24,015 Given no hashes to check 1 links for project 'pynosh': discarding no candidates 2021-07-10T08:47:24,034 Collecting pynosh==0.2.2 2021-07-10T08:47:24,036 Created temporary directory: /tmp/pip-unpack-trg42xqh 2021-07-10T08:47:24,465 Downloading pynosh-0.2.2.tar.gz (14 kB) 2021-07-10T08:47:24,506 Added pynosh==0.2.2 from https://files.pythonhosted.org/packages/ed/0c/7dfd758e2ee71371d4bb09cad1c9fc1a3cf90c3a5cb7545f4603546c8231/pynosh-0.2.2.tar.gz#sha256=9562081aaedffeb97aa6f1b26e386f59834b6b6c105526790b69f661b4fadf43 to build tracker '/tmp/pip-req-tracker-anwqmbr4' 2021-07-10T08:47:24,507 Running setup.py (path:/tmp/pip-wheel-62v2hs3e/pynosh_0bf0fba0eead4bde8673d42ef6cc0a89/setup.py) egg_info for package pynosh 2021-07-10T08:47:24,508 Created temporary directory: /tmp/pip-pip-egg-info-ci0c4g2i 2021-07-10T08:47:24,508 Running command python setup.py egg_info 2021-07-10T08:47:25,581 Traceback (most recent call last): 2021-07-10T08:47:25,582 File "", line 1, in 2021-07-10T08:47:25,582 File "/tmp/pip-wheel-62v2hs3e/pynosh_0bf0fba0eead4bde8673d42ef6cc0a89/setup.py", line 25, in 2021-07-10T08:47:25,582 from pynosh import __version__, __author__, __author_email__ 2021-07-10T08:47:25,582 File "/tmp/pip-wheel-62v2hs3e/pynosh_0bf0fba0eead4bde8673d42ef6cc0a89/pynosh/__init__.py", line 21, in 2021-07-10T08:47:25,583 from . import modelevaluator_nls 2021-07-10T08:47:25,583 File "/tmp/pip-wheel-62v2hs3e/pynosh_0bf0fba0eead4bde8673d42ef6cc0a89/pynosh/modelevaluator_nls.py", line 27, in 2021-07-10T08:47:25,583 import krypy 2021-07-10T08:47:25,583 ModuleNotFoundError: No module named 'krypy' 2021-07-10T08:47:25,678 WARNING: Discarding https://files.pythonhosted.org/packages/ed/0c/7dfd758e2ee71371d4bb09cad1c9fc1a3cf90c3a5cb7545f4603546c8231/pynosh-0.2.2.tar.gz#sha256=9562081aaedffeb97aa6f1b26e386f59834b6b6c105526790b69f661b4fadf43 (from https://pypi.org/simple/pynosh/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T08:47:25,679 ERROR: Could not find a version that satisfies the requirement pynosh==0.2.2 (from versions: 0.2.1, 0.2.2) 2021-07-10T08:47:25,679 ERROR: No matching distribution found for pynosh==0.2.2 2021-07-10T08:47:25,680 Exception information: 2021-07-10T08:47:25,680 Traceback (most recent call last): 2021-07-10T08:47:25,680 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T08:47:25,680 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T08:47:25,680 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T08:47:25,680 raise RequirementsConflicted(criterion) 2021-07-10T08:47:25,680 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pynosh==0.2.2') 2021-07-10T08:47:25,680 2021-07-10T08:47:25,680 During handling of the above exception, another exception occurred: 2021-07-10T08:47:25,680 2021-07-10T08:47:25,680 Traceback (most recent call last): 2021-07-10T08:47:25,680 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T08:47:25,680 result = self._result = resolver.resolve( 2021-07-10T08:47:25,680 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T08:47:25,680 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T08:47:25,680 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T08:47:25,680 raise ResolutionImpossible(e.criterion.information) 2021-07-10T08:47:25,680 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pynosh==0.2.2'), parent=None)] 2021-07-10T08:47:25,680 2021-07-10T08:47:25,680 The above exception was the direct cause of the following exception: 2021-07-10T08:47:25,680 2021-07-10T08:47:25,680 Traceback (most recent call last): 2021-07-10T08:47:25,680 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T08:47:25,680 status = self.run(options, args) 2021-07-10T08:47:25,680 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T08:47:25,680 return func(self, options, args) 2021-07-10T08:47:25,680 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T08:47:25,680 requirement_set = resolver.resolve( 2021-07-10T08:47:25,680 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T08:47:25,680 raise error from e 2021-07-10T08:47:25,680 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pynosh==0.2.2 2021-07-10T08:47:25,685 Removed pynosh==0.2.2 from https://files.pythonhosted.org/packages/ed/0c/7dfd758e2ee71371d4bb09cad1c9fc1a3cf90c3a5cb7545f4603546c8231/pynosh-0.2.2.tar.gz#sha256=9562081aaedffeb97aa6f1b26e386f59834b6b6c105526790b69f661b4fadf43 from build tracker '/tmp/pip-req-tracker-anwqmbr4' 2021-07-10T08:47:25,685 Removed build tracker: '/tmp/pip-req-tracker-anwqmbr4'