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

Fix build: rumps is a macos only dependency #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Avasam
Copy link
Contributor

@Avasam Avasam commented Sep 18, 2024

No description provided.

if sys.platform != "darwin":
print("This app is only available on MacOS.")
sys.exit(1)
assert False # https://github.com/python/mypy/issues/9025#issuecomment-1087270212
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Avasam Avasam force-pushed the fix-build-trap-watcher-macos-only branch from cd59d6a to 23c3748 Compare September 18, 2024 18:13
@Avasam
Copy link
Contributor Author

Avasam commented Sep 18, 2024

Python 3.14 install failing because prebuilt lxml wheels are (unsurprisingly) not available and manual build fails due to missing system dependencies.

I think that can be ignored (or excluding 3.14 in a different PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant