<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Failes  to load sample project on macOS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71508/failes-to-load-sample-project-on-macos</link><description>I try to folloe the tutorial devzone.nordicsemi.com/.../nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0 but this failed. What did I try 
 1. install on macOS using setup assistant -&amp;gt; failed due to missing import yaml in python 
 2. install on macOS using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Mar 2021 08:18:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71508/failes-to-load-sample-project-on-macos" /><item><title>RE: Failes  to load sample project on macOS</title><link>https://devzone.nordicsemi.com/thread/299665?ContentTypeID=1</link><pubDate>Mon, 15 Mar 2021 08:18:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f6fe7d4-38a6-4915-aca2-aa74c0e14ff5</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Thanks for the feedback. I have reported this as a bug internally.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failes  to load sample project on macOS</title><link>https://devzone.nordicsemi.com/thread/299591?ContentTypeID=1</link><pubDate>Sat, 13 Mar 2021 16:12:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffa625e2-129c-421e-94ae-dd5af91b14aa</guid><dc:creator>okwestern</dc:creator><description>&lt;p&gt;This is still a problem. I formatted and reinstalled (rather downgraded from the&amp;nbsp;crappy Big Sur to Catalina) and installed Nordic SDK, Segger, etc. and I get the same &amp;quot;FileNotFoundError: [Errno 2] No such file or directory: &amp;#39;git&amp;#39;&amp;quot;. Launching&amp;nbsp;&lt;em&gt;emStudio&lt;/em&gt; from the terminal fetches env/path and everything works. But this should be sorted out in a future version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failes  to load sample project on macOS</title><link>https://devzone.nordicsemi.com/thread/294022?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 15:22:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e93a1b79-0cae-4fb2-8d66-ea54b6343206</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Thank you for the details! I&amp;#39;ll forward this to the developers.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failes  to load sample project on macOS</title><link>https://devzone.nordicsemi.com/thread/293960?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 11:47:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd69060e-6c6f-40d1-a19c-f675bd945678</guid><dc:creator>doozMen</dc:creator><description>&lt;p&gt;This is solved by updating to python higher then 3.9. This was suggested by &lt;a href="https://devzone.nordicsemi.com/members/ianaber"&gt;IanAber&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/62769/after-upgrading-from-1-3-0-rc1-to-1-3-0-i-get-the-error-modulenotfounderror-no-module-named-yaml/293807#293807"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/62769/after-upgrading-from-1-3-0-rc1-to-1-3-0-i-get-the-error-modulenotfounderror-no-module-named-yaml/293807#293807&lt;/a&gt;&amp;nbsp; and to do so I had to do 2 things&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. setup python using instructions &lt;a title="Python 3 using pyenv" href="https://opensource.com/article/19/5/python-3-default-mac" rel="noopener noreferrer" target="_blank"&gt;Python 3 using pyenv&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. launch from commandline&amp;nbsp;&lt;em&gt;&amp;lt;#path to Segger ... .app#&amp;gt;/Contents/macOS/emStudio&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Only then I was able to launch a first sample application&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;conclusion&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I think the version of Python installed with TM v0.9.1 is not the correct one. You can see in the logs it picks the wrong one.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    File &amp;quot;/opt/nordic/ncs/v1.4.2/toolchain/Cellar/python@3.8/3.8.2/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/west/manifest.py&amp;quot;, line 252, in from_file&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This wrong picking of Python version according to &lt;a href="https://devzone.nordicsemi.com/members/ianaber"&gt;IanAber&lt;/a&gt; is due to the the fact that GUI apps do not take the PATH variable set on your system into account.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps and looking forward to a&amp;nbsp;more version but also happy I can start connecting things now!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failes  to load sample project on macOS</title><link>https://devzone.nordicsemi.com/thread/293941?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 11:00:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3a51f76-c2f4-40ad-86f1-895dbc96f56f</guid><dc:creator>doozMen</dc:creator><description>&lt;p&gt;The error happens when the TM is finished successfully. no errors then.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Version TM = 0.9.1&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;After that I try to follow the getting started steps. I do&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. open Segger Embedded studio&lt;/p&gt;
&lt;p&gt;2. File&amp;gt;Open nRF Connect SDK project&lt;/p&gt;
&lt;p&gt;3. Select toolchain 1.4.2 or 1.3.2. I tested both but error on 1.3.2 was more scary. O output above is of 1.4.2&lt;/p&gt;
&lt;p&gt;4. select folder that is not the folder of the toolchain but where my project will be. That folder is under git (see screenshot)&lt;/p&gt;
&lt;p&gt;5. then the output above happens&lt;/p&gt;
&lt;p&gt;If on step 4 I select the same folder as the toolchain (just leave the default) then the same thin happens.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Attached some screenshots&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screenshot-2021_2D00_02_2D00_11-at-11.56.29.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screenshot-2021_2D00_02_2D00_11-at-11.56.50.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failes  to load sample project on macOS</title><link>https://devzone.nordicsemi.com/thread/293834?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2021 15:54:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbce8819-13c7-4269-9345-deec5f36f5ca</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hello!&lt;br /&gt;&lt;br /&gt;I&amp;#39;m looking into this case, as well as &lt;a href="https://devzone.nordicsemi.com/support-private/support/264583"&gt;your other one&lt;/a&gt; now. We have seen similar issues on MacOS recently.&amp;nbsp;Does the error you are seeing here originate from the Toolchain Manager(TM)? If so, which version of TM are you using?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>