版本:
centos 7.5
原生python 2.7.5
在部署paramiko模块时,出现如下错误
> No handlers could be found for logge from_buffer() cannot return the
> address of the raw string within a str or unicode or bytearray object
解决:
pip install --upgrade cryptography
参考文章:
https://github.com/paramiko/paramiko/issues/1027