Skip to content
New issue

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

python issue after installing xcode v15 in Ventura #9

Open
piratx opened this issue Oct 7, 2023 · 1 comment
Open

python issue after installing xcode v15 in Ventura #9

piratx opened this issue Oct 7, 2023 · 1 comment

Comments

@piratx
Copy link

piratx commented Oct 7, 2023

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!

@theirix
Copy link
Owner

theirix commented Oct 7, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants