<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [error] No Homebrew installation found! in MCUXpresso for VSCode</title>
    <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1715596#M58</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you for your help, I try the method you mentioned,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;arch -x86_64 /usr/local/bin/brew --version,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the result is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Homebrew 4.1.7, there is no error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but when I try logout and login ,and then run the mcuxpressoinstalller, there is the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2023 07:07:12 GMT</pubDate>
    <dc:creator>zhuijun</dc:creator>
    <dc:date>2023-09-01T07:07:12Z</dc:date>
    <item>
      <title>[error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1715156#M52</link>
      <description>&lt;P&gt;when I install mcuxpresso for viscode on Mac, I mcuxpressoinstaller prompt a error:&lt;/P&gt;&lt;P&gt;[error] No Homebrew installation found!&lt;BR /&gt;The installer cannot install it automatically, so please manually install&lt;BR /&gt;Homebrew from &lt;A href="https://brew.sh" target="_blank"&gt;https://brew.sh&lt;/A&gt; and restart the installer.&lt;BR /&gt;*** Installation cancelled ***&lt;/P&gt;&lt;P&gt;I installed Homebrew manually, but,the Mcuxpressoinstaller still give the same error message. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 14:33:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1715156#M52</guid>
      <dc:creator>zhuijun</dc:creator>
      <dc:date>2023-08-31T14:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1715178#M55</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Did you restart the MCUXpresso installer after brew install?&lt;/P&gt;
&lt;P&gt;If yes, could you please try from the console:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider fx b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;arch -arm64 /opt/homebrew/bin/brew --version (or&amp;nbsp;arch -x86_64 /usr/local/bin/brew --version)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Does it show any version? Or an error?&lt;/P&gt;
&lt;P&gt;Then, if still not working, could you please check if a logout + login will fix the problem?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Cristian&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 15:06:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1715178#M55</guid>
      <dc:creator>cristiantepus</dc:creator>
      <dc:date>2023-08-31T15:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1715362#M57</link>
      <description>&lt;P&gt;sorry for pigtailing on this issue but I'm having the same problem.&lt;/P&gt;&lt;P&gt;I'm following the guidelines in&amp;nbsp;&lt;A href="https://github.com/nxp-mcuxpresso/vscode-for-mcux/wiki/Dependency-Installation" target="_blank" rel="noopener"&gt;https://github.com/nxp-mcuxpresso/vscode-for-mcux/wiki/Dependency-Installation&lt;/A&gt;&amp;nbsp;to install the MCUXpresso tools for vscode and the installer shows this issue.&lt;/P&gt;&lt;P&gt;Important: I'm using a Macbook Pro M1 (arm chip). As it is known, homebrew is on a different location in this machine (/opt/homebrew) vs the usual (/usr/local/homebrew). So I wonder if maybe the installer in that page is just not designed for M1?&lt;/P&gt;&lt;P&gt;In response to the last question in the thread:&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;&lt;SPAN class=""&gt;@mbp:armgcc%arch -arm64 /opt/homebrew/bin/brew --version&lt;/SPAN&gt;&lt;/EM&gt;&lt;BR /&gt;arch: /opt/homebrew/bin/brew isn't executable&lt;/PRE&gt;&lt;P&gt;Since the homebrew installation on M1 is known to have issues, I have it installed under my user, and this setup as worked ok with all the many tools I have installed before.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;@mbp:armgcc%arch -arm64 ~/homebrew/bin/brew --version&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Homebrew 4.0.22&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Homebrew/homebrew-core (git revision e6fefa8f263; last commit 2023-06-16)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Login off, rebooting, using another M1 laptop the issue still happens always.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 20:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1715362#M57</guid>
      <dc:creator>Edge30</dc:creator>
      <dc:date>2023-08-31T20:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1715596#M58</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you for your help, I try the method you mentioned,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;arch -x86_64 /usr/local/bin/brew --version,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the result is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Homebrew 4.1.7, there is no error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but when I try logout and login ,and then run the mcuxpressoinstalller, there is the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 07:07:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1715596#M58</guid>
      <dc:creator>zhuijun</dc:creator>
      <dc:date>2023-09-01T07:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1718882#M61</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have exactly the same. Cannot install anything. Always the same complain:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Installing categories: MCUXpresso SDK Developer, SEGGER J-Link, Arm GNU Toolchain, CMSIS Toolbox&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Starting category&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;[info] Checking macOS prerequisites&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#FF0000"&gt;[error] No Homebrew installation found!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#FF0000"&gt;The installer cannot install it automatically, so please manually install&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Homebrew from &lt;A href="https://brew.sh" target="_blank"&gt;https://brew.sh&lt;/A&gt; and restart the installer.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;*** Installation cancelled ***&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I'm on MacOS Catalina and have homebrew 4.1.10 installed.&lt;/P&gt;&lt;P&gt;Any solution?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Koenraad&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 14:13:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1718882#M61</guid>
      <dc:creator>koenraadvds</dc:creator>
      <dc:date>2023-09-07T14:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719457#M62</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/222227"&gt;@Edge30&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;MCUXpresso Installer tries to check the brew version from the default installation path, which is&amp;nbsp;&lt;SPAN&gt;/opt/homebrew/bin/brew on arm M1 and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/usr/local/bin/brew o&lt;/SPAN&gt;&lt;SPAN&gt;n Intel.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just for testing, please try adding the homebrew installation to this location&amp;nbsp;/opt/homebrew/bin/brew. Perhaps you can create a symlink to avoid installing the homebrew again:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;ln -s ~/homebrew/bin/brew /opt/homebrew/bin&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Then, the below command should work from both the terminal and the installer:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;EM&gt;&lt;SPAN class=""&gt;arch -arm64 /opt/homebrew/bin/brew --version&lt;/SPAN&gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;If you still have issues, please send us the last log file (from the right corner -&amp;gt; Open log folder).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Lorena&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 09:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719457#M62</guid>
      <dc:creator>lorena_lazar</dc:creator>
      <dc:date>2023-09-08T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719460#M63</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/99281"&gt;@zhuijun&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you please send us&amp;nbsp;&lt;SPAN&gt;the log files (from the right corner -&amp;gt; Open log folder)? We have logged an issue, but unfortunately we cannot reproduce it. Perhaps the log files will help us to identify the root cause.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Lorena&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 09:53:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719460#M63</guid>
      <dc:creator>lorena_lazar</dc:creator>
      <dc:date>2023-09-08T09:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719467#M64</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/222693"&gt;@koenraadvds&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you please run one of these commands from the terminal and let us know the result?&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;arch&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-arm64&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/opt/homebrew/bin/brew&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;--version - on arm M1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;arch&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-x86_64&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/usr/local/bin/brew&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;--version - on Intel&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Also, could you please attach here the log file? (right corner from Installer -&amp;gt; Open log folder)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Lorena&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Sep 2023 09:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719467#M64</guid>
      <dc:creator>lorena_lazar</dc:creator>
      <dc:date>2023-09-08T09:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719492#M67</link>
      <description>&lt;P&gt;Hi Lorena,&lt;/P&gt;&lt;P&gt;Thanks for the response. The output of the command you mentioned is:&lt;/P&gt;&lt;P&gt;Homebrew 4.1.10&lt;BR /&gt;Homebrew/homebrew-core (git revision 66d94fba2a2; last commit 2023-09-07)&lt;BR /&gt;Homebrew/homebrew-cask (git revision 189beccbdf; last commit 2023-09-07)&lt;/P&gt;&lt;P&gt;But in the meantime i made some progress. The homebrew error is misleading since the reason for the error is the missing ~/.zprofile file.&lt;/P&gt;&lt;P&gt;So i tried a quick fix by creating this empty file -&amp;gt; touch&amp;nbsp;~/.zprofile. After doing so, the installation starts! No homebrew complains anymore.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But unfortunately, the installation ends with error while installing ninja&lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;I think i have to update my mac os to a newer version than the current catalina and then try again...&lt;/P&gt;&lt;P&gt;Koenraad&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 10:39:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719492#M67</guid>
      <dc:creator>koenraadvds</dc:creator>
      <dc:date>2023-09-08T10:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719500#M68</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/222693"&gt;@koenraadvds&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for letting us know the root cause of your issue - it looks like we need to improve something in this area, so we'll have a look.&lt;/P&gt;
&lt;P&gt;Regarding the issues you are having with ninja, could you please send us the log file? It will help us identify the problem and found out if there is anything that we can improve.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lorena&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 10:44:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719500#M68</guid>
      <dc:creator>lorena_lazar</dc:creator>
      <dc:date>2023-09-08T10:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719549#M69</link>
      <description>&lt;P&gt;Hi Lorena,&lt;/P&gt;&lt;P&gt;I did the instal sdk again and ik succeeded the 2-the time. Mentioning that ninja is already installed.&lt;/P&gt;&lt;P&gt;So i opened the logs to copy the part with the failure but these logs are gone... very strange...&lt;/P&gt;&lt;P&gt;Koenraad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 11:58:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/1719549#M69</guid>
      <dc:creator>koenraadvds</dc:creator>
      <dc:date>2023-09-08T11:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: [error] No Homebrew installation found!</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/2105068#M395</link>
      <description>&lt;P&gt;It sounds like the installer isn’t detecting your Homebrew path correctly—this can sometimes happen if it’s not added to your shell profile. You might want to ensure the path is properly exported in your. Also, while troubleshooting this, take a break and explore some fun drink ideas through the &lt;A href="https://7brewsecret-menu.com/" target="_blank"&gt;7 Brew Secret Customization&lt;/A&gt; for a refreshing twist!&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 08:35:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/error-No-Homebrew-installation-found/m-p/2105068#M395</guid>
      <dc:creator>ethan_david</dc:creator>
      <dc:date>2025-05-27T08:35:55Z</dc:date>
    </item>
  </channel>
</rss>

