-
-
Notifications
You must be signed in to change notification settings - Fork 703
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 10.15.4 #658
Comments
Can someone tell me anything about this? I'd love to be able to use watcher... |
@Geordon I'm also facing this issue. Any solutions here? |
This solution worked for me: #628 (comment) |
If anyone stumbles onto this issue now. The solution for me was to uninstall the homebrew version of My error message was different however: |
In my case I had installed a really outdated LLVM version with Homebrew:
I removed it using: Now it picks
Note that the apple v12 has to do with XCode, and not the upstream LLVM version, PS: this whole compiler toolchains, libraries and headers, that have to go through xcode / xcode command line tools, |
This should be mostly resolved now that |
I had initially discovered that I had issues with my Python environment and it was a hot mess. I have since installed pyenv and am working with Python 3.8 I am not able to get watchdog to install. I have removed and reinstalled Xcode and command line tools.
Can someone suggest what's going wrong so that I can hopefully get watchdog installed right?
The text was updated successfully, but these errors were encountered: