ivanllt

Results 17 comments of ivanllt

pyOpenSSL is deprecated and will be removed in future release version 2.x (https://github.com/urllib3/urllib3/issues/2691).

pyOpenSSL is deprecated and will be removed in future release version 2.x (https://github.com/urllib3/urllib3/issues/2691).

pyOpenSSL is deprecated and will be removed in future release version 2.x (#2691).

Hi @sethmlarson, quick question for task 5: ``Emit a DeprecationWarning for urllib3[secure] when it's detected that the urllib3-secure-extra package is importable. The deprecation should point to the new docs.`` Perhaps...

@sethmlarson I see thank you. Will look into this.

> @IvanLauLinTiong I uploaded the package `urllib3-secure-extra` to PyPI not long ago: https://pypi.org/project/urllib3-secure-extra > > You'd add this package to our `[secure]` extra and then if it's importable (via `import...

@sethmlarson I never thought that we can do it in this try-catch testing way.. Thanks for the pointer.

All issues in the issue tracker about pyOpenSSL: - #2168 - #1885 - #1768 - #1071 - #892 - #855 - #590 - #367

pyOpenSSL is deprecated and will be removed in future release version 2.x (https://github.com/urllib3/urllib3/issues/2691).

I'm also facing this problem with the latest versions: PyInstaller 4.6 opencv-python 4.5.3.58 For temporary workaround, I downgraded opencv version to 4.5.3.56. and It's working fine with PyInstaller 4.6 .