<?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>Can&amp;#39;t install nrfutil v6</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68684/can-t-install-nrfutil-v6</link><description>I have python 3.9 installed. I can downgrade if that is the issue. I&amp;#39;ll probably try that while I wait. 
 If I try and install &amp;quot;pip install nrfutil&amp;quot; it will succeed, but it installs version 5.2.0 of nrfutil. This doesn&amp;#39;t work with Python3, so it won&amp;#39;t</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Nov 2020 14:50:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68684/can-t-install-nrfutil-v6" /><item><title>RE: Can't install nrfutil v6</title><link>https://devzone.nordicsemi.com/thread/281619?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2020 14:50:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:771214b9-9d80-4096-be1c-3efa67132dd8</guid><dc:creator>brett_anderson</dc:creator><description>&lt;p&gt;Thanks! Hoping this helps others. I couldn&amp;#39;t find anything that lists the versions. The release notes just say &amp;#39;updated python version&amp;#39;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't install nrfutil v6</title><link>https://devzone.nordicsemi.com/thread/281616?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2020 14:48:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a19bcaf-cf00-4f7e-89e4-4d6f43cc71be</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I checked with our nRF Tool developers, and they confirmed that the reason you can&amp;#39;t install nrfutil v6.0.1 using nrfutil is in fact that you are using Python v3.9.&lt;/p&gt;
&lt;p&gt;At this point, there is no build for python 3.9 for pc-ble-driver-py, which is used by nrfutil:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-py/blob/9a7bbd2dd0687ca92e03e8bb526a29f143429240/azure-pipelines.yml#L66"&gt;https://github.com/NordicSemiconductor/pc-ble-driver-py/blob/9a7bbd2dd0687ca92e03e8bb526a29f143429240/azure-pipelines.yml#L66&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t have any problems using the .exe version of nrfutil that is fine, but if you need to install it, you would need to downgrade to python 3.8.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't install nrfutil v6</title><link>https://devzone.nordicsemi.com/thread/281583?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2020 13:38:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1c20e66-75b0-4b1f-b2b9-7e933fba32b8</guid><dc:creator>brett_anderson</dc:creator><description>&lt;p&gt;pip is updated, I did that first. currently at 20.2.4.&lt;/p&gt;
&lt;p&gt;pip --version&lt;br /&gt;pip 20.2.4 from c:\python39\lib\site-packages\pip (python 3.9)&lt;/p&gt;
&lt;p&gt;pip uninstall pc-ble-driver.py&lt;br /&gt;Found existing installation: pc-ble-driver-py 0.11.4&lt;br /&gt;Uninstalling pc-ble-driver-py-0.11.4:&lt;br /&gt; Would remove:&lt;br /&gt; c:\python39\lib\site-packages\pc_ble_driver_py-0.11.4-py3.9.egg-info&lt;br /&gt; c:\python39\lib\site-packages\pc_ble_driver_py\*&lt;br /&gt;Proceed (y/n)? y&lt;br /&gt; Successfully uninstalled pc-ble-driver-py-0.11.4&lt;/p&gt;
&lt;p&gt;pip install pc-ble-driver.py&lt;br /&gt;Collecting pc-ble-driver.py&lt;br /&gt; Using cached pc_ble_driver_py-0.11.4.tar.gz (8.0 MB)&lt;br /&gt;Requirement already satisfied: wrapt in c:\python39\lib\site-packages (from pc-ble-driver.py) (1.12.1)&lt;br /&gt;Requirement already satisfied: future in c:\python39\lib\site-packages (from pc-ble-driver.py) (0.18.2)&lt;br /&gt;Using legacy &amp;#39;setup.py install&amp;#39; for pc-ble-driver.py, since package &amp;#39;wheel&amp;#39; is not installed.&lt;br /&gt;Installing collected packages: pc-ble-driver.py&lt;br /&gt; Running setup.py install for pc-ble-driver.py ... done&lt;br /&gt;Successfully installed pc-ble-driver.py&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I tried using &amp;#39;pip cache purge&amp;#39;, and install with the &amp;#39;--no-cache-dir&amp;#39; option, but no matter what, I get 0.11.4, not 0.14.2. Seems to be the same issue with pip seeing the newer versions of nrfutil.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I was able to just download the exe from github and generate the keys I needed. I can try whatever you want at this point, because I already have the exe. Let me know what you would like tried.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't install nrfutil v6</title><link>https://devzone.nordicsemi.com/thread/281521?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2020 11:34:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6bc1776-e6ee-493d-9fe4-e2f052a932dc</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;nrfutil v6.1.0 should be available via pip. I use Python 3.8.5, and I can install it using pip (I just checked).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Perhaps you need to update pip to fetch new releases?&lt;/p&gt;
&lt;p&gt;Try to run the command:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;python -m pip install --upgrade pip&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If it still doesn&amp;#39;t work, can you please try to uninstall pc-ble-driver-py and reinstall it using:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;pip uninstall pc-ble-driver-py

pip install pc-ble-driver-py&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;See if any of that hepls, and let me know if it doesn&amp;#39;t.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>