We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I encountered this error:
<PATH>\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,
To Reproduce Steps to reproduce the behavior:
remove(input, only_mask=True)
OS Version: Windows 11
Rembg version: v2.0.21
Additional context This error is due to an outdated "paramiko" version and can be fixed by updating the library
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I encountered this error:
To Reproduce
Steps to reproduce the behavior:
OS Version:
Windows 11
Rembg version:
v2.0.21
Additional context
This error is due to an outdated "paramiko" version and can be fixed by updating the library
The text was updated successfully, but these errors were encountered: