-
Notifications
You must be signed in to change notification settings - Fork 51
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
Install doesn't work when running from outside repo dir #579
Comments
Note that the best way to install PyObjC is through pip, that is |
Of course I tried first with pip, it didn't worked. |
What failure do you get when installing, both using What python version do you use and how was it installed? Do you use an Intel CPU or Apple Silicon (M1, ...)? |
@ronaldoussoren |
I cannot easily test 13.5 on M1, but did test on 13.6 on Intel.
I haven't tested building from source yet, that might be broken for the current release because of #572 (which is already fixed in the repository). My current plan is to do more build tests when preparing for the next release. |
It's shame that developers needs to struggle with Apple hardware |
It's not that bad, I just haven't set up my M1 laptop for running VMs. Testing M1 support on the latest stable release of macOS is generally fine, AFAIK the bindings for the Virtualisation framework are the only ones I cannot in an Intel VM. The CPU-specific bits of PyObjC are not dependent on specific versions of macOS. |
When running
python3 pyobjc/install.py
it gives error which it doesn't find files indevelopment
folderOnly if running it from
pyobjc
folder it findsOn
MacOS
13.5
The text was updated successfully, but these errors were encountered: