-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Support for macOS Ventura 13.4? #183
Comments
Looks like it has been deprecated. I’ll make some fixes soon. |
I can confirm this. I've installed After executing |
No idea how this ever worked - I added OSX support to Px two years after OS_X changed to macOS in keyring! I was able to test without issues - perhaps it will pulling in an older version of keyring for the version of Python I was using? No idea. Anyway, this is fixed in v0.9.0 still in development - see branch. |
v0.9.0 has been released. |
Hey there,
there is an error when running
px
with import from keyrings with the current source code:module 'keyring.backends' has no attribute 'OS_X'
If you change it to
It will work again ;)
Doc:
With the latest macOS versions people should run
python3 -m pip install px-proxy
When running with proxy pac I receive:
The text was updated successfully, but these errors were encountered: