<?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[Collections has no attribute Iterable]]></title><description><![CDATA[<p dir="auto">I have just finished setting up for local development and tried some of the python files to test if it is working. The one I tested was the one that would print out the stock, cryptodaily, futures, and crypto futures. On running it I got the following error: import qnt.data as qndata<br />
File "/opt/anaconda3/envs/qntdev/lib/python3.10/site-packages/qnt/data/<strong>init</strong>.py", line 1, in &lt;module&gt;<br />
from .stocks import load_list as stocks_load_list<br />
File "/opt/anaconda3/envs/qntdev/lib/python3.10/site-packages/qnt/data/stocks.py", line 5, in &lt;module&gt;<br />
from qnt.data.common import *<br />
File "/opt/anaconda3/envs/qntdev/lib/python3.10/site-packages/qnt/data/common.py", line 20, in &lt;module&gt;<br />
import progressbar<br />
File "/opt/anaconda3/envs/qntdev/lib/python3.10/site-packages/progressbar/<strong>init</strong>.py", line 4, in &lt;module&gt;<br />
from .shortcuts import progressbar<br />
File "/opt/anaconda3/envs/qntdev/lib/python3.10/site-packages/progressbar/shortcuts.py", line 1, in &lt;module&gt;<br />
from . import bar<br />
File "/opt/anaconda3/envs/qntdev/lib/python3.10/site-packages/progressbar/bar.py", line 50, in &lt;module&gt;<br />
class ProgressBarBase(collections.Iterable, ProgressBarMixinBase):<br />
AttributeError: module 'collections' has no attribute 'Iterable'</p>
<p dir="auto">I found out that Iterable is no longer in collections but in collections.abc. I tried importing collections.abc but that did not work. Are there any suggestions? Any help would most appreciated.<br />
Thanks</p>
]]></description><link>http://quantiacs.com/community/topic/564/collections-has-no-attribute-iterable</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 03:14:17 GMT</lastBuildDate><atom:link href="http://quantiacs.com/community/topic/564.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Apr 2024 22:13:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Collections has no attribute Iterable on Thu, 18 Apr 2024 13:59:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/229"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/229">@stefanm</a></a> said in <a href="/community/post/1587">Collections has no attribute Iterable</a>:</p>
<blockquote>
<p dir="auto">pip install progressbar2==3.55.0</p>
</blockquote>
<p dir="auto">Thank you so much <a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/229"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/229">@stefanm</a></a> for support. Yes, it did work. Although on installation I did get these complaints:<br />
qnt 0.0.306 requires tabulate&gt;=0.9.0, but you have tabulate 0.8.10 which is incompatible.<br />
qnt 0.0.306 requires xarray==0.20.2, but you have xarray 0.20.1 which is incompatible.</p>
<p dir="auto">Also, my apologies for the late response. I had to put things aside for a day or so. Once again, thank you.</p>
]]></description><link>http://quantiacs.com/community/post/1590</link><guid isPermaLink="true">http://quantiacs.com/community/post/1590</guid><dc:creator><![CDATA[nosaai]]></dc:creator><pubDate>Thu, 18 Apr 2024 13:59:56 GMT</pubDate></item><item><title><![CDATA[Reply to Collections has no attribute Iterable on Tue, 16 Apr 2024 10:04:34 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,<br />
can you try using another progressbar2 version in your environment, it should work with 3.55.0:</p>
<p dir="auto"><code>pip install progressbar2==3.55.0</code></p>
<p dir="auto">Please let us know if it worked.</p>
]]></description><link>http://quantiacs.com/community/post/1587</link><guid isPermaLink="true">http://quantiacs.com/community/post/1587</guid><dc:creator><![CDATA[stefanm]]></dc:creator><pubDate>Tue, 16 Apr 2024 10:04:34 GMT</pubDate></item></channel></rss>