-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
Include pyobjc in requirements.txt #3580
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This is a mass message from the AutoGPT core team. For more details (and for infor on joining our Discord), please refer to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pyobjc only supports macOS. Does it ignore or fail gracefully if installed on another platform?
Since this is platform-specific; I suggest adding sys_platform == 'darwin' to make it conditional
pyobjc; sys_platform == 'darwin'
any updates on this by people on Mac OS ? |
I have asked on our discord if anyone had this issue in the past, I can't reproduce it and I use mac. join discord: https://discord.gg/autogpt |
@dayofthedave we're having trouble finding people that had the issue on their mac. |
Sure! |
Background
When I'm setting up Auto-GPT (on MacOS using PyCharm), I get this error:
This issue is resolved by installing pyobjc.
Changes
Add pyobjc to requirements.txt.
Documentation
Simple change, no documentation necessary.
Test Plan
Built project before installing pyobjc: failed. Built project after installing pyobjc: success.
PR Quality Checklist