1-20 2 views
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/bin/sh: 1: krb5-config: not found In distributed package, building from C files... Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-8w2fmnth/gssapi/setup.py", line 58, in <module> link_args = get_output('krb5-config --libs gssapi') File "/tmp/pip-install-8w2fmnth/gssapi/setup.py", line 38, in _get_output res = subprocess.check_output(*args, shell=True, **kwargs) File "/usr/lib/python3.6/subprocess.py", line 336, in check_output **kwargs).stdout File "/usr/lib/python3.6/subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command 'krb5-config --libs gssapi' returned non-zero exit status 127. |
解决办法:
1 |
eric@eric-virtual-machine:~$ sudo apt-get -y install gcc libkrb5-dev |
如果想赏钱,可以用微信扫描下面的二维码,一来能刺激我写博客的欲望,二来好维护云主机的费用; 另外再次标注博客原地址 itnotebooks.com 感谢!
