D:\anac\envs\py\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, Bad file descriptor (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100)
时间: 2023-08-22 09:06:18 浏览: 128
PyPI 官网下载 | envs-1.1.2-py3-none-any.whl
这个错误信息看起来是在使用 Paramiko 进行 SSH 连接时出现的,其中 Blowfish 加密算法已被弃用,建议使用其他加密算法。另外,Bad file descriptor 错误通常是由于文件描述符已经关闭或不存在导致的,你可能需要检查文件描述符的正确性。如果需要更多帮助,请提供更多上下文信息和代码。
阅读全文