问题:
我尝试使用pip在一个红帽企业Linux服务器上安装Paramiko,它的工作几乎除了最后一部分它出错我无法找到解决方案。
一个很大的问题就是机器运行python 2.6.6并且它提供升级这个的选项(机器正在使用中,而且并非所有脚本都准备好用于新的python版本)
我试过了:
我已经尝试了几乎所有我能在互联网上找到的东西:
1. https://stackoverflow.com/a/36950894/4691734
2. https://stackoverflow.com/a/24796817/4691734
3。https://www.reddit.com/r/learnpython/comments/570ma1/problems_installing_paramiko_on_python_266/
但没有任何帮助,所以现在我要求所有的大脑寻求帮助
错误代码:
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-61TZZQ/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Y00KLh-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-61TZZQ/cffi
使用sudo yum
$ sudo yum install pip
它已经安装后有点奇怪了。但它的工作
我有一个关于write()
我使用telnet连接并且已经在var中保存连接的问题,所以我可以在python 2.7中运行follow:telenet_conn.write()
但是在2.6我搞砸了,可以告诉我为什么?以及如何解决这个问题