You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the install of xcode 15 on Ventura I am getting this error while trying to give me the generated url to clipboard.
The actual action works, the link gets onverted to ptpimg and I also get the final url but I need to copy it.
This is the error and from what I see it has something to do with python and LibreSSL ?? /Users/user/Library/Python/3.9/lib/python/site-packages/urllib3/__init__.py:34: NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020 warnings.warn(
Thanks in advance as always!
The text was updated successfully, but these errors were encountered:
Hello. Looks like your installation of Python (3.9) is pretty old.
Could you please try to install newer version from https://python.org or from Homebrew?
After it install the tool again via pip install ptpimg_uploader.
Hi :)
After the install of xcode 15 on Ventura I am getting this error while trying to give me the generated url to clipboard.
The actual action works, the link gets onverted to ptpimg and I also get the final url but I need to copy it.
This is the error and from what I see it has something to do with python and LibreSSL ??
/Users/user/Library/Python/3.9/lib/python/site-packages/urllib3/__init__.py:34: NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020 warnings.warn(
Thanks in advance as always!
The text was updated successfully, but these errors were encountered: