We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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".
$ErrorActionPreference = "Stop"
The text was updated successfully, but these errors were encountered:
This will be fixed by #642. Thanks for the report :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Installing this package on non-macOS platforms prints this error:
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"
.The text was updated successfully, but these errors were encountered: