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

Installation trips an error on non-macOS platforms because of indirect dependency on pyobjc-core #643

Closed
thejohnfreeman opened this issue Feb 7, 2020 · 1 comment · Fixed by #642
Labels

Comments

@thejohnfreeman
Copy link

Installing this package on non-macOS platforms prints this error:

An error occurred when reading setup.py or setup.cfg: 'Attribute' object has no attribute 'id'

Which is caused by this issue in pyobjc-core, which watchdog depends on through these paths:

watchdog -> pyobjc-framework-FSEvents -> pyobjc-core
watchdog -> pyobjc-framework-Cocoa -> pyobjc-core

Overall installation still succeeds, unless installing on Windows with $ErrorActionPreference = "Stop".

@BoboTiG
Copy link
Collaborator

BoboTiG commented Feb 7, 2020

This will be fixed by #642. Thanks for the report :)

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

Successfully merging a pull request may close this issue.

2 participants