<?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[Some of my Q18 strategies stopped running after Jan 01 2023]]></title><description><![CDATA[<p dir="auto">Good morning,</p>
<p dir="auto">Most of my Q18 strategies stopped running after the new year but they have been running through the development stage and the live stage up to 2022/12/31.</p>
<p dir="auto">The issue seems that I installed a yfinance package (to obtain some macro level index data) and the error message shows:</p>
<p dir="auto">ERROR: conda 4.14.0 requires ruamel_yaml_conda&gt;=0.11.14, which is not installed.<br />
ERROR: qnt 0.0.272 has requirement pandas==1.2.5, but you'll have pandas 1.3.5 which is incompatible.</p>
<p dir="auto">Can you take a look? Thanks a lot!</p>
]]></description><link>http://quantiacs.com/community/topic/352/some-of-my-q18-strategies-stopped-running-after-jan-01-2023</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 12:56:39 GMT</lastBuildDate><atom:link href="http://quantiacs.com/community/topic/352.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Jan 2023 14:59:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Some of my Q18 strategies stopped running after Jan 01 2023 on Fri, 27 Jan 2023 15:05:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/12">@support</a> Thanks for the opportunity to be reprocessed. I cloned the programs and made the only change as suggested (from “pip install yfinance”  to “ pip install git+https://github.com/ranaroussi/yfinance.git@c56e3496dbc6a701c4bcb94787acda7e2928b32d”). I run them successfully and submitted to the contest. The updated strategies are now under Sent Strategies / Filtered (rejected due to the rules).  Details were sent to the email as requested. Much appreciated!</p>
]]></description><link>http://quantiacs.com/community/post/1015</link><guid isPermaLink="true">http://quantiacs.com/community/post/1015</guid><dc:creator><![CDATA[Algotime]]></dc:creator><pubDate>Fri, 27 Jan 2023 15:05:22 GMT</pubDate></item><item><title><![CDATA[Reply to Some of my Q18 strategies stopped running after Jan 01 2023 on Fri, 27 Jan 2023 09:33:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/103">@algotime</a> If you generate the same submissions you made, which stopped being processed on 31.12.2022, with the above fix, and you let us know (<a href="mailto:info@quantiacs.com" rel="nofollow ugc">info@quantiacs.com</a>) a reference for them, we can reprocess them so that they will be running for the Q18. This is clearly a software update issue and it is not unfair to reprocess them.</p>
]]></description><link>http://quantiacs.com/community/post/1014</link><guid isPermaLink="true">http://quantiacs.com/community/post/1014</guid><dc:creator><![CDATA[support]]></dc:creator><pubDate>Fri, 27 Jan 2023 09:33:28 GMT</pubDate></item><item><title><![CDATA[Reply to Some of my Q18 strategies stopped running after Jan 01 2023 on Thu, 26 Jan 2023 17:05:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/12">@support</a> Thanks! Your solution works. But is there a way to add this line somewhere to allow my program run again since Q18 is already live?</p>
<p dir="auto">As mentioned, the program works in both development and live stage up to the new year. Did not expect a version change. However if it's not doable or unfair, totally understand and lesson learned for import any external packages.</p>
]]></description><link>http://quantiacs.com/community/post/1011</link><guid isPermaLink="true">http://quantiacs.com/community/post/1011</guid><dc:creator><![CDATA[Algotime]]></dc:creator><pubDate>Thu, 26 Jan 2023 17:05:19 GMT</pubDate></item><item><title><![CDATA[Reply to Some of my Q18 strategies stopped running after Jan 01 2023 on Thu, 26 Jan 2023 15:10:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/103">@algotime</a> the problem with pandas is that yfinance uses a version of pandas we do not support yet...you can fix it using:</p>
<pre><code>pip install git+https://github.com/ranaroussi/yfinance.git@c56e3496dbc6a701c4bcb94787acda7e2928b32d
</code></pre>
<p dir="auto">That is an older commit which works with our library.</p>
]]></description><link>http://quantiacs.com/community/post/1010</link><guid isPermaLink="true">http://quantiacs.com/community/post/1010</guid><dc:creator><![CDATA[support]]></dc:creator><pubDate>Thu, 26 Jan 2023 15:10:25 GMT</pubDate></item></channel></rss>