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

Doesn't install with pip on macOS with python 3.11 #98

Closed
RhetTbull opened this issue Sep 15, 2023 · 1 comment
Closed

Doesn't install with pip on macOS with python 3.11 #98

RhetTbull opened this issue Sep 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@RhetTbull
Copy link
Owner

See this issue in osxphotos. If user does not have Xcode command line tools installed, osxmetadata will fail to install on MacOS with python 3.11 because it is using xattr==0.9.9 which has no wheel for py311. pip will try to build from source but that fails without the command line tools.

@RhetTbull RhetTbull added the bug Something isn't working label Sep 15, 2023
RhetTbull added a commit that referenced this issue Sep 15, 2023
RhetTbull added a commit that referenced this issue Sep 15, 2023
RhetTbull added a commit that referenced this issue Sep 15, 2023
Release 1.3.1 to fix for python 3.11 #98
@RhetTbull
Copy link
Owner Author

Fixed in 1.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant