<?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>install nrfutil problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49004/install-nrfutil-problem</link><description>I am trying to install nrfutil with pip install nrfutil 
 but im not sure if it has been successfully installed can someone help me with it?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jun 2019 05:40:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49004/install-nrfutil-problem" /><item><title>RE: install nrfutil problem</title><link>https://devzone.nordicsemi.com/thread/194990?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2019 05:40:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5177709f-0794-4642-acdb-ae87d0230bd1</guid><dc:creator>Chen</dc:creator><description>&lt;p&gt;thank you, I switched to python 2.7 and it was solved.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: install nrfutil problem</title><link>https://devzone.nordicsemi.com/thread/194989?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2019 05:39:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19740d5c-7ba1-476d-b13e-12eac977c74b</guid><dc:creator>Chen</dc:creator><description>&lt;p&gt;thanks for your advice, but it seems like &amp;#39;py -2 -m pip install nrfutil&amp;#39; is an invalid command.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: install nrfutil problem</title><link>https://devzone.nordicsemi.com/thread/194849?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2019 11:16:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47c01488-0ccc-4c0b-b319-47e10a8e963f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to install nrfutil with&amp;nbsp;Python 2.7.x as Python 3 is not supported yet. You can try the following if you have Python 2 and py launcher installed already:&lt;/p&gt;
&lt;p&gt;1. pip uninstall nrfutil //Remove existing installation&lt;/p&gt;
&lt;p&gt;2. py -2 -m pip install nrfutil //Install nrfutil with python 2&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: install nrfutil problem</title><link>https://devzone.nordicsemi.com/thread/194771?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2019 07:33:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a68ccbf-46df-40be-95ac-b0e1fc5cb941</guid><dc:creator>BinderT</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Try running nrfutil with the -h parameter (&lt;span&gt;nrfutil&amp;nbsp; -h or&amp;nbsp;nrfutil&amp;nbsp;--help). It should print out the help text. its working then.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Otherwise download the release from the Git page and add it to the Windows PATH. Its much easier to do it this way on a Windows platform. You might need to run &lt;em&gt;pip uninstall package nrfutil&lt;/em&gt;&lt;br /&gt;&lt;a href="https://github.com/NordicSemiconductor/pc-nrfutil/releases"&gt;https://github.com/NordicSemiconductor/pc-nrfutil/releases&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;From the image it looks like your missing a python lib called constants.&lt;br /&gt;try:&amp;nbsp;&lt;em&gt;&lt;code&gt;&lt;span class="pln"&gt;pip install constants&lt;/span&gt;&lt;/code&gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>