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

Support optional installation of pyobjc packages by dependency #262

Open
gselzer opened this issue May 25, 2023 · 3 comments
Open

Support optional installation of pyobjc packages by dependency #262

gselzer opened this issue May 25, 2023 · 3 comments
Labels
enhancement New feature or request macos-gui
Milestone

Comments

@gselzer
Copy link
Contributor

gselzer commented May 25, 2023

pip supports dependencies necessary on specific operating systems, written like this. I thought conda does as well, however at the very least we could install libraries optionally via pip within the conda environment file.

We should use these platform-specific dependencies to install pyobjc on mac, so that you can use gui mode right away.

@NicoKiaru
Copy link

Would that allow to use the interactive mode on mac or is this unrelated ?

@gselzer
Copy link
Contributor Author

gselzer commented May 30, 2023

@NicoKiaru this would make it marginally easier to use gui mode from macOS (which is not quite the same as interactive mode).

@ctrueden ctrueden added the enhancement New feature or request label Jun 23, 2023
@ctrueden ctrueden added this to the unscheduled milestone Jun 23, 2023
@NicoKiaru
Copy link

NicoKiaru commented Oct 9, 2023

Ah yes now I understand, I'm currently trying to use pyimagej on mac, and I had these dependencies missing:

  • pyobjc-core
  • pyobjc-framework-cocoa
    (edit: it's already in the docs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request macos-gui
Projects
None yet
Development

No branches or pull requests

3 participants