<?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[toolbox not working in colab]]></title><description><![CDATA[<p dir="auto">Hey,<br />
got error<br />
<a href="https://colab.research.google.com/drive/1ZOLbnAsEzPdD_zd3iU-AiVQnLqyTa5go" rel="nofollow ugc">https://colab.research.google.com/drive/1ZOLbnAsEzPdD_zd3iU-AiVQnLqyTa5go</a><br />
"ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject"</p>
]]></description><link>http://quantiacs.com/community/topic/668/toolbox-not-working-in-colab</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 16:05:48 GMT</lastBuildDate><atom:link href="http://quantiacs.com/community/topic/668.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Apr 2025 07:10:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to toolbox not working in colab on Mon, 12 May 2025 09:38:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/4321">@alexeigor</a> Hello. Version 0.0.501 of the qnt library works correctly in Colab. Python version support has been extended from 3.10 to 3.13. The basic functionality of the library should work without issues.</p>
<p dir="auto">To install, use the following command:</p>
<pre><code>!pip install git+https://github.com/quantiacs/toolbox.git 2&gt;/dev/null
</code></pre>
<p dir="auto">Note: Installing ta-lib in Colab is not working for me at the moment.</p>
]]></description><link>http://quantiacs.com/community/post/1950</link><guid isPermaLink="true">http://quantiacs.com/community/post/1950</guid><dc:creator><![CDATA[Vyacheslav_B]]></dc:creator><pubDate>Mon, 12 May 2025 09:38:07 GMT</pubDate></item><item><title><![CDATA[Reply to toolbox not working in colab on Wed, 23 Apr 2025 10:16:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
thanks for pointing this out, we are working on refactoring the code, qnt is reverted to previous version. Sorry for late answer.</p>
]]></description><link>http://quantiacs.com/community/post/1915</link><guid isPermaLink="true">http://quantiacs.com/community/post/1915</guid><dc:creator><![CDATA[support]]></dc:creator><pubDate>Wed, 23 Apr 2025 10:16:08 GMT</pubDate></item><item><title><![CDATA[Reply to toolbox not working in colab on Sun, 20 Apr 2025 08:11:39 GMT]]></title><description><![CDATA[<p dir="auto">Another issue is that the toolbox relies on a NumPy version older than 2.0, which is incompatible with the current environment in Colab: <a href="https://colab.research.google.com/drive/1N0xxcVUdZr3m179XeS_OyK1y_d90M0EW" rel="nofollow ugc">https://colab.research.google.com/drive/1N0xxcVUdZr3m179XeS_OyK1y_d90M0EW</a></p>
]]></description><link>http://quantiacs.com/community/post/1914</link><guid isPermaLink="true">http://quantiacs.com/community/post/1914</guid><dc:creator><![CDATA[alexeigor]]></dc:creator><pubDate>Sun, 20 Apr 2025 08:11:39 GMT</pubDate></item><item><title><![CDATA[Reply to toolbox not working in colab on Sat, 19 Apr 2025 18:24:38 GMT]]></title><description><![CDATA[<p dir="auto">I got the same error after installing <code>qnt</code> locally with pip.<br />
There is indeed a circular import in the current Github repo for the toolbox, introduced by this commit:<br />
<a href="https://github.com/quantiacs/toolbox/commit/78beafa93775f33606156169b3e6b8f995804151#diff-89350fe373763b439e4697f9b11cceb811b4a3f0adc7a655707a936ce5646c01R6-R10" rel="nofollow ugc">https://github.com/quantiacs/toolbox/commit/78beafa93775f33606156169b3e6b8f995804151#diff-89350fe373763b439e4697f9b11cceb811b4a3f0adc7a655707a936ce5646c01R6-R10</a><br />
when some of the imports in <code>output.py</code> which were inside of fuctions before were moved to the top level.<br />
Now <code>output</code> imports from <code>stats</code> and <code>stats</code> imports from <code>output</code>.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/12">@support</a> Can you please have a look?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/4321">@alexeigor</a>  <a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/878">@omohyoid</a><br />
The conda version of <code>qnt</code> doesn't seem to be affected, so if that's an option for you install that one instead.<br />
Otherwise we can use the git version previous to the commit above:</p>
<pre><code>pip uninstall qnt
pip install git+https://github.com/quantiacs/toolbox.git@a1e6351446cd936532af185fb519ef92f5b1ac6d
</code></pre>
]]></description><link>http://quantiacs.com/community/post/1913</link><guid isPermaLink="true">http://quantiacs.com/community/post/1913</guid><dc:creator><![CDATA[antinomy]]></dc:creator><pubDate>Sat, 19 Apr 2025 18:24:38 GMT</pubDate></item><item><title><![CDATA[Reply to toolbox not working in colab on Fri, 18 Apr 2025 15:27:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/4321">@alexeigor</a> I got the same error on kaggle too<br />
<img src="/community/assets/uploads/files/1744990011603-%E8%9E%A2%E5%B9%95%E6%93%B7%E5%8F%96%E7%95%AB%E9%9D%A2-2025-04-18-232604.png" alt="螢幕擷取畫面 2025-04-18 232604.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://quantiacs.com/community/post/1912</link><guid isPermaLink="true">http://quantiacs.com/community/post/1912</guid><dc:creator><![CDATA[omohyoid]]></dc:creator><pubDate>Fri, 18 Apr 2025 15:27:17 GMT</pubDate></item></channel></rss>