-
-
Notifications
You must be signed in to change notification settings - Fork 701
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
pip install watchdog failing on MacOS Catalina 10.15.3 #628
Comments
Our best bet is #623 to get ride of all those issues. In the meantime, the Thanks for the report :) |
Thanks, will be happy to test - appreciate the response! |
Could you try the version from the FTR those are not errors from watchdog and I could not reproduce them on my Catalina. Let's see if it fixes yours :) |
Unfortunately, I'm seeing the same issue when attempting to build from that branch. |
Nothing at all changed? |
Here's the exact output:
|
So the situation is better because some errors are fixed. Other errors are really out of our scope: SecCertificate.h:182:82: error: expected ',' Perhaps did you not click on OK when the OS asked you something or there is really a code error in the macOS security layer code. |
Interesting, it seems there is something in the header detection that is detecting the wrong SDK. The latest xcode command line utils appears to be installing two SDKs: one for 10.14 and one for 10.15 (with a symlink MacOS.sdk pointing to 10.15. Removing the 10.14 SDK now resolves the issue and I can build watchdog using the specified branch. For others who might be experiencing this:
|
Great, thanks for the complete fix :) |
If you, like me, are wary of manually deleting files installed by packaging systems, you can also do this:
|
I followed @chrispblink 's method and it worked. |
Despite the recent fix released in 0.10.1, I'm still seeing issues installing watchdog on Catalina:
The text was updated successfully, but these errors were encountered: