-
Notifications
You must be signed in to change notification settings - Fork 0
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 Failing on High Sierra #1
Comments
Hm, unfortunately my mac is still on Sierra, and I'm not able to update at this time. It seems that the older version of pyobjc doesn't compile on high sierra -- but I know I had issues compiling the newer version on Sierra, so maybe there's a way to select a particular version based on which OS is being installed? It would be the following lines that would need to be updated to the newest version:
|
Hey @Dylan-M I finally got my upgrade, so I played with this for a bit. Determined that the problem was that a user needed to have the entirety of xcode installed, which seems a bit much. Instead, I hacked it to install the distributed wheels from pypi, and that seems to work on my 10.14 system. If you haven't already moved on, I'd love to know if this works for you! |
I'm no longer with that company, thus I no longer have a Mac to play around on. If I end up with one at a future place of employment I'll definitely give this a try again. Thanks. |
I am still facing this issue on macOS 10.14.6:
|
That's a slightly different issue, it seems that setuptools isn't installed. I suppose we could add setuptools as a dependency, but I figured that would just come with virtualenv et al? It seems like python 3 would solve this, but homebrew seems to be undecided for python 2. |
Alright, sorry for that. I created a separate issue for that: #2 |
Install always fails for me on High Sierra. I'm not super up on Python, and I'm not sure what the next steps would be to debug. So, looking for a little guidance and assistance in getting this running.
The text was updated successfully, but these errors were encountered: