https://dagster.io/ logo
Title
m

Marc Keeling

10/24/2022, 7:47 PM
I am getting an error with parmiko indicating that Blowfish has been deprecated. This issue indicates that the issue has been fixed: https://github.com/paramiko/paramiko/issues/2038 I've never contributed to open source but I think the fix would go here: https://github.com/dagster-io/dagster/blob/dc4fe9b3f7b306da959c30eb99906662c5cb3d7e/python_modules/libraries/dagster-ssh/setup.py Happy to contribute or do research but not sure how to start.
j

jamie

10/25/2022, 2:04 PM
hi @Marc Keeling can you share the version of paramiko and cryptography you have installed? you might be able to just
pip install -U paramiko
to fix this issue since we don’t have a version pin on paramiko. But we do have a version pin for cryptography, so i’m interested to see if that is the issue