<?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[AttributeError: module &#x27;qnt.data&#x27; has no attribute &#x27;stocks_load_spx_data&#x27;]]></title><description><![CDATA[<p dir="auto">I am running my work in my local IDE. When running the examples, I get the following: AttributeError: module 'qnt.data' has no attribute 'stocks_load_spx_data'.</p>
<p dir="auto">I looked through the library to find that stocks_load_spx_data is missing. Can you please clarify as this is the module we are instructed to use.</p>
<p dir="auto">Thanks</p>
]]></description><link>http://quantiacs.com/community/topic/670/attributeerror-module-qnt-data-has-no-attribute-stocks_load_spx_data</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 09:26:09 GMT</lastBuildDate><atom:link href="http://quantiacs.com/community/topic/670.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Apr 2025 14:29:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to AttributeError: module &#x27;qnt.data&#x27; has no attribute &#x27;stocks_load_spx_data&#x27; on Fri, 02 May 2025 15:24:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/5">@vyacheslav_b</a> Apologies for the late response. Thanks for the assistance, all is now well. Cheers</p>
]]></description><link>http://quantiacs.com/community/post/1924</link><guid isPermaLink="true">http://quantiacs.com/community/post/1924</guid><dc:creator><![CDATA[nosaai]]></dc:creator><pubDate>Fri, 02 May 2025 15:24:54 GMT</pubDate></item><item><title><![CDATA[Reply to AttributeError: module &#x27;qnt.data&#x27; has no attribute &#x27;stocks_load_spx_data&#x27; on Fri, 25 Apr 2025 14:00:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/177">@nosaai</a> Hi.</p>
<p dir="auto">Instructions on how to update the library can be found in the README: <a href="https://github.com/quantiacs/toolbox" rel="nofollow ugc">https://github.com/quantiacs/toolbox</a></p>
<h3>Updating the conda environment</h3>
<ul>
<li>Regularly update the QNT library for the latest features and fixes:</li>
</ul>
<pre><code class="language-bash">## you can remove the old one before that
    # conda remove -n qntdev quantiacs-source::qnt

    conda install -n qntdev quantiacs-source::qnt
</code></pre>
<h3>Updating the pip environment</h3>
<p dir="auto">Use this command in your environment to install the latest version from the git repository:</p>
<pre><code>python -m pip install --upgrade git+https://github.com/quantiacs/toolbox.git
</code></pre>
]]></description><link>http://quantiacs.com/community/post/1919</link><guid isPermaLink="true">http://quantiacs.com/community/post/1919</guid><dc:creator><![CDATA[Vyacheslav_B]]></dc:creator><pubDate>Fri, 25 Apr 2025 14:00:49 GMT</pubDate></item><item><title><![CDATA[Reply to AttributeError: module &#x27;qnt.data&#x27; has no attribute &#x27;stocks_load_spx_data&#x27; on Fri, 25 Apr 2025 12:56:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/177">@nosaai</a> Hi,</p>
<p dir="auto">which version of qnt library is used? We introduced that function about a year ago, with S&amp;P500 stocks dataset, maybe try with the most recent qnt version. If the issue persists, please let us know.</p>
<p dir="auto">Regards</p>
]]></description><link>http://quantiacs.com/community/post/1918</link><guid isPermaLink="true">http://quantiacs.com/community/post/1918</guid><dc:creator><![CDATA[support]]></dc:creator><pubDate>Fri, 25 Apr 2025 12:56:49 GMT</pubDate></item></channel></rss>