Why is Python Complaining About libcrypto When Importing pysftp on macOS Catalina v10.15.1?

谁说胖子不能爱 提交于 2020-01-14 05:15:06

问题


I just upgraded my MacBook to Catalina v10.15.1. When executing my python script which only does one thing, imports pysftp, I get the following output:

WARNING: Executing a script that is loading libcrypto in an unsafe way. This will fail in a future version of macOS. Set the LIBRESSL_REDIRECT_STUB_ABORT=1 in the environment to force this into an error.

Could somebody shed some light on why this is occurring? Thank you.

来源:https://stackoverflow.com/questions/58777860/why-is-python-complaining-about-libcrypto-when-importing-pysftp-on-macos-catalin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!