<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Using numpy (and other modules) in robofont]]></title><description><![CDATA[<p dir="auto">TLDR: I want to use numpy in robofont3, but after pip3 install it will not import. First time installing python3.</p>
<p dir="auto">I followed the steps here to install python 3<br />
<a href="https://robofont.com/documentation/how-tos/upgrading-from-py2-to-py3/" rel="nofollow">https://robofont.com/documentation/how-tos/upgrading-from-py2-to-py3/</a></p>
<p dir="auto">I want to use numpy so I did</p>
<pre><code class="language-bash">pip3 install numpy
</code></pre>
<p dir="auto">If I then do</p>
<pre><code class="language-bash">pip3 show numpy
</code></pre>
<p dir="auto">it shows me it's installed here</p>
<pre><code class="language-bash">/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages
</code></pre>
<p dir="auto">The documentation linked above talks about .pth files and this location, but it does not exist on my machine and is different to the location shown above.</p>
<pre><code class="language-bash">/Library/Python/3.x/site-packages/
</code></pre>
<p dir="auto">I do not know what .pth file is or how to format it, or where to put it if that location is not present.</p>
<p dir="auto">So as it stands I cannot import numpy in robofont or drawbot as I would like.<br />
I can import it in terminal successfully.</p>
<p dir="auto">Can you help me to get it working?<br />
Thank you</p>
]]></description><link>https://forum.robofont.com/topic/695/using-numpy-and-other-modules-in-robofont</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 04:04:55 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/695.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Sep 2019 21:05:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using numpy (and other modules) in robofont on Thu, 03 Oct 2019 11:04:32 GMT]]></title><description><![CDATA[<p dir="auto">TLDR: I want to use numpy in robofont3, but after pip3 install it will not import. First time installing python3.</p>
<p dir="auto">I followed the steps here to install python 3<br />
<a href="https://robofont.com/documentation/how-tos/upgrading-from-py2-to-py3/" rel="nofollow">https://robofont.com/documentation/how-tos/upgrading-from-py2-to-py3/</a></p>
<p dir="auto">I want to use numpy so I did</p>
<pre><code class="language-bash">pip3 install numpy
</code></pre>
<p dir="auto">If I then do</p>
<pre><code class="language-bash">pip3 show numpy
</code></pre>
<p dir="auto">it shows me it's installed here</p>
<pre><code class="language-bash">/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages
</code></pre>
<p dir="auto">The documentation linked above talks about .pth files and this location, but it does not exist on my machine and is different to the location shown above.</p>
<pre><code class="language-bash">/Library/Python/3.x/site-packages/
</code></pre>
<p dir="auto">I do not know what .pth file is or how to format it, or where to put it if that location is not present.</p>
<p dir="auto">So as it stands I cannot import numpy in robofont or drawbot as I would like.<br />
I can import it in terminal successfully.</p>
<p dir="auto">Can you help me to get it working?<br />
Thank you</p>
]]></description><link>https://forum.robofont.com/post/2620</link><guid isPermaLink="true">https://forum.robofont.com/post/2620</guid><dc:creator><![CDATA[MBurvill]]></dc:creator><pubDate>Thu, 03 Oct 2019 11:04:32 GMT</pubDate></item><item><title><![CDATA[Reply to Using numpy (and other modules) in robofont on Thu, 05 Sep 2019 22:11:22 GMT]]></title><description><![CDATA[<p dir="auto">The current release of RoboFont runs on python3.6. This means it can only import the local site packages from the same python version.</p>
<p dir="auto">The next release will jump to python3.7</p>
<p dir="auto">Dont mix different python site packages as the magic number of compiled python will not match up.</p>
]]></description><link>https://forum.robofont.com/post/2622</link><guid isPermaLink="true">https://forum.robofont.com/post/2622</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Thu, 05 Sep 2019 22:11:22 GMT</pubDate></item><item><title><![CDATA[Reply to Using numpy (and other modules) in robofont on Fri, 06 Sep 2019 19:56:55 GMT]]></title><description><![CDATA[<p dir="auto">FYI: if you need to install a package for a specific python you can use <code>pip3.6 install numpy</code></p>
]]></description><link>https://forum.robofont.com/post/2624</link><guid isPermaLink="true">https://forum.robofont.com/post/2624</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 06 Sep 2019 19:56:55 GMT</pubDate></item></channel></rss>