<?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>pipenv failing to install antlib 1.1b0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71527/pipenv-failing-to-install-antlib-1-1b0</link><description>I&amp;#39;m having issues installing antlib 1.1b0 on my windows 10 machine when using pipenv on Python 3.7.5 (32bit) 
 I can get antlib to install when not using pipenv but for some reason pipenv and antlib won&amp;#39;t play nice, as you can see below 
 
 
 
 
 
 Does</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Mar 2021 03:13:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71527/pipenv-failing-to-install-antlib-1-1b0" /><item><title>RE: pipenv failing to install antlib 1.1b0</title><link>https://devzone.nordicsemi.com/thread/298234?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 03:13:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dca9c427-1434-41d8-b4e4-fa36b30af8dd</guid><dc:creator>goldwake</dc:creator><description>&lt;p&gt;antlib 1.1b1 was released a few days ago. It seems to fix the versioning issues&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pipenv failing to install antlib 1.1b0</title><link>https://devzone.nordicsemi.com/thread/294289?ContentTypeID=1</link><pubDate>Sun, 14 Feb 2021 19:23:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4d8316e-ea3c-4a91-9e1e-8eae605b1c9c</guid><dc:creator>goldwake</dc:creator><description>&lt;p&gt;I&amp;#39;ve raised the&lt;a href="https://www.thisisant.com/forum/viewthread/7487/"&gt; issue on the ant forums&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I ended up downloading the whl and adding it to my repo for now. I can then install using&amp;nbsp; &lt;pre class="ui-code" data-mode="text"&gt;pipenv install --skip-lock&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pipenv failing to install antlib 1.1b0</title><link>https://devzone.nordicsemi.com/thread/294100?ContentTypeID=1</link><pubDate>Fri, 12 Feb 2021 08:51:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bba4e8ef-a2a1-484b-b0c6-bc0bb80e4b8b</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Ok, that sounds like a more accurate description of the problem. Would you mind raising the issue at &lt;a href="https://www.thisisant.com/forum/"&gt;https://www.thisisant.com/forum/&lt;/a&gt; as well?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pipenv failing to install antlib 1.1b0</title><link>https://devzone.nordicsemi.com/thread/294074?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 22:16:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e26b6c9-669d-45c4-b30d-1a31168e701f</guid><dc:creator>goldwake</dc:creator><description>&lt;p&gt;Thanks &lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;. Installing it locally kind of defeats that point of pipenv but I will have to look at doing this.&lt;/p&gt;
&lt;p&gt;I see there was a change in nrfutil that mentioned &lt;a href="https://github.com/NordicSemiconductor/pc-nrfutil/commit/2351e1fe1f19d9493fc0d909055dbbf09886ae05#diff-39d3e58d66746dba5501c9661d4cb657a19ee74dfcafec9f15e5d587f513f56c"&gt;issues with antlib&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I did try &lt;a href="mailto:opensource@thisisant.com"&gt;emailing the maintainer&lt;/a&gt; in December about this but never got a response. Perhaps some pressure from Nordic might help motivate them to solve it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pipenv failing to install antlib 1.1b0</title><link>https://devzone.nordicsemi.com/thread/294002?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 13:58:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a6833bb-eb37-43eb-94f0-8c6c5a4cc0a7</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Looks like the problem is that there is a version mismatch in the antlib package (i.e. &amp;quot;filename has &amp;#39;1.1b0.post0&amp;#39;, but metadata has &amp;#39;1.1b0&amp;#39;&amp;quot;). I&amp;#39;m seeing the same error here. Is it an option to download the *.whl package from &lt;a href="https://pypi.org/project/antlib/#files"&gt;https://pypi.org/project/antlib/#files&lt;/a&gt; and install it locally? That seemed to do the trick for me at least. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Installing downloaded wheel package&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1613052069760v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>