-
-
Notifications
You must be signed in to change notification settings - Fork 295
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
Unable to install on Mac OS 10.15.7 Error: Failed to fetch #1680
Comments
Looks like at some point we added a dependency (google-re2) that doesn't have pre-built macos 10 whls. This means your Mac is trying to compile the package itself, but you don't have the necessary developer tools installed to do so. So, this means to fix this you either need to upgrade to macos 11 or install the XCode Command Line Tools. |
Thanks @joeyballentine I installed the XCode Command Line Tools (my Mac OS 10.15.7 is up to date), but there was the same error notice. Anything else I can do? |
Hmmm.... Looks like it's still unable to build the package as it requires something from MacOS 11. We might need to just disable whatever functionality uses that package in order to get chaiNNer compatible with 10.15 again. Is there any chance you'd be able to update to 11? |
Or do you think I should try any previous version of ChaiNNer that is compatible with 10.15? |
Hi @joeyballentine @cindywilson888888 Thank you! |
@Tob1G-P that issue was fixed in 1.18.4. please update |
Hi, I'm trying to install ChaiNNer on my Mac OS 10.15.7, but I cannot because "Critical Error: A critical error occurred while processing the node data returned by the backend. Error: Failed to fetch". I've read other bug reports addressing the same error but none was helpful for me. Please help me.
main.log
The text was updated successfully, but these errors were encountered: