<?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>Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50956/issue-on-installing-requirements-on-mac</link><description>I am following Getting Started Assistant on Mac platform. 
 However, I run into an error when I issue: &amp;quot; pip3 install --user -r zephyr/scripts/requirements.txt &amp;quot;. 
 &amp;quot; ERROR: Could not find a version that satisfies the requirement hub==2.0 (from -r zephyr</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Sep 2019 07:08:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50956/issue-on-installing-requirements-on-mac" /><item><title>RE: Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/thread/212184?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2019 07:08:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63fcaa1d-f728-4cfd-a9b1-6185547e0c69</guid><dc:creator>romanst</dc:creator><description>&lt;p&gt;It was already addressed in&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/52553/trouble-installing-nordic-sdk-for-nrf91"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/52553/trouble-installing-nordic-sdk-for-nrf91&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/thread/212174?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2019 06:43:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df41f97f-53cb-4b5e-9e65-c4c767868942</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello &lt;a href="https://devzone.nordicsemi.com/members/romanst"&gt;romanst&lt;/a&gt;,&lt;br /&gt;&lt;br /&gt;Please add your question to a &lt;a href="https://devzone.nordicsemi.com/support/add"&gt;new ticket&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Thank you!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/thread/211882?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2019 14:53:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de317a4e-8087-4acf-b9c6-f411ee370fdb</guid><dc:creator>romanst</dc:creator><description>&lt;p&gt;I tried the recommendation on W10 with v1.0.0 tag. I&amp;#39;m still getting an error, but different one&lt;/p&gt;
&lt;p&gt;Successfully built junit2html ply git-spindle pyelftools pyocd whelk intervaltree pyusb pywinusb&lt;br /&gt;ERROR: pyocd 0.19.0 has requirement pyyaml&amp;lt;6.0,&amp;gt;=5.1, but you&amp;#39;ll have pyyaml 4.2b4 which is incompatible.&lt;/p&gt;
&lt;p&gt;Will this cause any issues later on?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/thread/205120?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2019 16:24:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6cff721-5ff1-46ed-af17-801002f60932</guid><dc:creator>thst</dc:creator><description>&lt;p&gt;Hi Zhenchuan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The name &amp;#39;hub&amp;#39; on PyPi was sold to a different author about 2 weeks ago and now hosts a different code base.&amp;nbsp; The origin &amp;#39;Hub&amp;#39; was renamed to &amp;#39;git-spindle&amp;#39;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you checkout the latest master branch of zephyr, you will notice that the requirements.txt file located at ncs/zephyr/scripts/ has changed from hub==2.0 to git-spindle==2.0, as&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-zephyr/commit/736c7dd7525b050cbea3e34fe160b2af15cecbbb"&gt;shown here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So basically, change hub==2.0 to git-spindle==2.0&lt;/p&gt;
&lt;p&gt;Tom&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/thread/205038?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2019 12:51:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:209d1d43-4f3d-4e85-b007-0e73e9f417c8</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello there,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;No, still awaiting feedback from our team I&amp;#39;m afraid.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/thread/205023?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2019 12:31:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dfab0e2-dfe1-4a11-b110-3349d3d6e02c</guid><dc:creator>Giannis Anastasopoulos</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am having the same issue with windows 10 for tag v1.0.0.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there any update or solution?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div id="simple-translate"&gt;
&lt;div&gt;
&lt;div class="simple-translate-button " style="height:22px;left:10px;top:10px;width:22px;"&gt;&lt;/div&gt;
&lt;div class="simple-translate-panel " style="background-color:#ffffff;font-size:13px;height:200px;left:0px;top:0px;width:300px;"&gt;
&lt;div class="simple-translate-result-wrapper" style="overflow:hidden;"&gt;
&lt;p class="simple-translate-result" style="color:#000000;"&gt;&lt;/p&gt;
&lt;p class="simple-translate-candidate" style="color:#737373;"&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/thread/204156?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2019 17:44:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e3bd90c-5850-4a15-a68c-1bb9c7c3de71</guid><dc:creator>Zhenchuan</dc:creator><description>&lt;p&gt;Yes, nrf is at v.1.0.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/thread/204044?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2019 11:22:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52512085-89f7-42e1-b3b7-2663735e6d2d</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for providing that information.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I have not been able to reproduce the error here. I will forward the error to the team working with the nRF Connect SDK.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Are you working on tagged version 1.0?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/thread/203990?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2019 08:45:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4173b9a5-01ad-4ffd-a244-8925e950cabb</guid><dc:creator>Zhenchuan</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Yes, I followed all the steps in the Getting Started Assistant, and there is no warnings/errors.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Here are my Python versions&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s3"&gt;MyMac&lt;/span&gt;&lt;span class="s2"&gt;:&lt;/span&gt;&lt;span class="s4"&gt;ncs&lt;/span&gt;&lt;span class="s2"&gt;$ python -V&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s2"&gt;Python 2.7.10&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s3"&gt;MyMac&lt;/span&gt;&lt;span class="s2"&gt;:&lt;/span&gt;&lt;span class="s4"&gt;ncs&lt;/span&gt;&lt;span class="s2"&gt;$ python3 -V&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s2"&gt;Python 3.7.4&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue on installing requirements on Mac</title><link>https://devzone.nordicsemi.com/thread/203962?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2019 07:36:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5ab16da-5d17-4b70-97b0-63305513ff48</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;span&gt;Zhenchuan,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Did you follow all steps before &amp;quot;pip3 install --user -r zephyr/scripts/requirements.txt&amp;quot;? Did you receive any warnings/errors?&lt;br /&gt;&lt;br /&gt;What version of Python are you running? To check the version, please issue the following command:&lt;br /&gt;&lt;pre class="ui-code" data-mode="python"&gt;python -V&lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>