Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paramiko out of date #235

Open
sdarwin opened this issue Nov 7, 2023 · 0 comments
Open

paramiko out of date #235

sdarwin opened this issue Nov 7, 2023 · 0 comments

Comments

@sdarwin
Copy link

sdarwin commented Nov 7, 2023

requirements.txt includes this version of paramiko:

paramiko==1.15.2

When using a recent version of Python such as 3.7 or 3.10 to run bees, it leads to this error:

File "/usr/local/lib/python3.7/site-packages/paramiko/sftp_file.py", line 66
self._close(async=True)
                ^
SyntaxError: invalid syntax

Bees usage is blocked. You may manually upgrade paramiko. At least it will get beyond that error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant