Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- running build_ext /bin/sh: ssh: command not found Traceback (most recent call last): File "setup.py", line 67, in <module> 'Topic :: System :: Networking']) File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/distutils/core.py", line 148, in setup dist.run_commands() File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/home/cooper/third-party2/setuptools/20.3.1/gcc-4.9-glibc-2.20/fd8b79b/lib/python/setuptools/command/test.py", line 159, in run self.with_project_on_sys_path(self.run_tests) File "/home/cooper/third-party2/setuptools/20.3.1/gcc-4.9-glibc-2.20/fd8b79b/lib/python/setuptools/command/test.py", line 140, in with_project_on_sys_path func() File "/home/cooper/third-party2/setuptools/20.3.1/gcc-4.9-glibc-2.20/fd8b79b/lib/python/setuptools/command/test.py", line 180, in run_tests testRunner=self._resolve_as_ep(self.test_runner), File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/unittest/main.py", line 93, in __init__ self.parseArgs(argv) File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/unittest/main.py", line 140, in parseArgs self.createTests()
- File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/unittest/main.py", line 147, in createTests self.module) File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/unittest/loader.py", line 219, in loadTestsFromNames suites = [self.loadTestsFromName(name, module) for name in names] File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/unittest/loader.py", line 219, in <listcomp> suites = [self.loadTestsFromName(name, module) for name in names] File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/unittest/loader.py", line 190, in loadTestsFromName return self.loadTestsFromModule(obj) File "/home/cooper/third-party2/setuptools/20.3.1/gcc-4.9-glibc-2.20/fd8b79b/lib/python/setuptools/command/test.py", line 38, in loadTestsFromModule tests.append(self.loadTestsFromName(submodule)) File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) File "/home/cooper/third-party2/asyncssh/1.7.2/src/build-gcc-4.9-glibc-2.20/build/tests/test_public_key.py", line 92, in <module> if run('ssh -V') >= b'OpenSSH_6.9': # pragma: no branch File "/home/cooper/third-party2/asyncssh/1.7.2/src/build-gcc-4.9-glibc-2.20/build/tests/util.py", line 147, in run stderr=subprocess.STDOUT) File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/subprocess.py", line 626, in check_output **kwargs).stdout File "/home/cooper/third-party2/python/3.5.0/gcc-4.9-glibc-2.20/cb5a762/lib/python3.5/subprocess.py", line 708, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command 'ssh -V' returned non-zero exit status 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement