<?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>NRF-SDK 1.8.0 - can&amp;#39;t get west build working (Python issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114167/nrf-sdk-1-8-0---can-t-get-west-build-working-python-issue</link><description>I am simply trying to build the hello world (and blinky, results are the same) with NRF-SDK 1.8.0 - it&amp;#39;s based on Zephyr 2.7, which is the LTS release. 
 Target board is 5340. I&amp;#39;ve installed the toolchains, but during the installation you get some notes</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 Dec 2024 13:18:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114167/nrf-sdk-1-8-0---can-t-get-west-build-working-python-issue" /><item><title>RE: NRF-SDK 1.8.0 - can't get west build working (Python issue</title><link>https://devzone.nordicsemi.com/thread/515924?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 13:18:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6104cb3-996e-45ce-a71c-130d4a6a9f66</guid><dc:creator>Joakim Andersson</dc:creator><description>&lt;p&gt;I had the same issue, in my case it was because the devicetree was in my python packages.&lt;br /&gt;pip uninstall devicetree resolved it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-SDK 1.8.0 - can't get west build working (Python issue</title><link>https://devzone.nordicsemi.com/thread/501454?ContentTypeID=1</link><pubDate>Fri, 06 Sep 2024 05:51:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18398f5a-757f-4a8a-a784-d2977f48e232</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Also, I just now notice that from your logs, it seems that you are using a different version of the Toolchain:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;-- Using NCS Toolchain 2.6.20240605.1004412633878 for building. (/home/jannek/ncs/toolchains/e9dba88316/cmake)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Please try using the toolchain version recommended for the v1.8.0SDK , which I think is the Toolchain v1.8.0, but otherwise too you can install it by:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;west init -m &lt;a href="https://github.com/nrfconnect/sdk-nrf"&gt;github.com/.../sdk-nrf&lt;/a&gt; --mr v1.8.0 &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;west update&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-SDK 1.8.0 - can't get west build working (Python issue</title><link>https://devzone.nordicsemi.com/thread/501452?ContentTypeID=1</link><pubDate>Fri, 06 Sep 2024 05:44:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb9a1e75-1f19-4653-bbc3-230ebc73ee92</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Janne,&lt;/p&gt;
&lt;p&gt;Apologies for the delay in response. I guess since you are using the v1.8.0, you need to ensure that all your dependencies etc. match those required for the Zephyr 2.7. So maybe when you ran pip install --upgrade, some modules might have been upgraded to incompatible versions. So maybe you can revert them by referring the&amp;nbsp;&amp;nbsp;&lt;strong&gt;/zephyr/scripts/requirements.txt&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;You can also try&amp;nbsp;&lt;strong&gt;pip install -r /path/to/nrf-sdk/zephyr/scripts/requirements.txt&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Please try this and let me know how it goes.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-SDK 1.8.0 - can't get west build working (Python issue</title><link>https://devzone.nordicsemi.com/thread/500188?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2024 11:32:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f62450b4-70fc-4cc9-a44e-b58f784bfd07</guid><dc:creator>Janne_Kiiskila</dc:creator><description>&lt;p&gt;Hei,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I need to use the version 1.8 at least for starters, because that is the only version that has the pelion-dm client included in it.&lt;/p&gt;
&lt;p&gt;I do have the VSCode extension and nRF command line tools installed, as well as the SEGGER JLINK tooling as well.&lt;/p&gt;
&lt;p&gt;With using an Ubuntu 20.04 based machine I was able to get it working at least over the command line, but it seems very fragile. It broke down already once (apparently after installing the VSCode extensions and/or Python extensions to VSCode). I managed to repair it though.&lt;/p&gt;
&lt;p&gt;I cannot get the Ubuntu 22.04 based system working, though. Not even after I did pip freeze on the working Ubuntu20.04 system and installed the same dependencies in place (at least the ones that could be installed, seemed there were quite a few which could not be installed on Ubuntu 22.04).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Janne&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-SDK 1.8.0 - can't get west build working (Python issue</title><link>https://devzone.nordicsemi.com/thread/499775?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2024 13:18:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec2235b1-1175-4b0c-97cb-db8d5d364691</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you using the nRF Connect SDK v1.8.0 to build the samples?&lt;/p&gt;
&lt;p&gt;I would recommend you to use a more recent version, say, the v2.5.x onwards. Do you still get the issue?&lt;/p&gt;
&lt;p&gt;Also, do you have the nRF Connect for Desktop, VSCode extension and nRF Command Line Tools installed?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>