We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import Cocoa in mlx_use/controller/service.py", line 5
pip 25.0
Claude 3.5 Sonnet
macOS sequoia 15.2
The text was updated successfully, but these errors were encountered:
Hi are you still experiencing this issue with last main? this problem was addressed on this commit 2796f28
Thank you for your contribution!
Sorry, something went wrong.
Open pyproject.toml
pyproject.toml
Add the following dependencies to the dependencies group
dependencies
"pyobjc-framework-Cocoa", "pyobjc-framework-ApplicationServices"
Run again
uv pip install --editable . && python examples/try.py
I faced this issue before and I fixed with this command:
pip install pyobjc
Then I try run it again and the missing cocoa import error disappear
No branches or pull requests
Bug Description
Reproduction Steps
Code Sample
Version
pip 25.0
LLM Model
Claude 3.5 Sonnet
Operating System
macOS sequoia 15.2
Relevant Log Output
The text was updated successfully, but these errors were encountered: