Yes it is.  Identical exception / error message as I got for gourmet,
referring to the attribute count, no id.
Please read again the exception error message, and let me quote my bug
report :

...
gourmet fails to run with python3-sqlalchemy v 1.4.23 (in sid).
Reason : removal of FromClause.count() (which was already deprecated in
v 1.3).
...

Cheers,
Itaï

Le lundi 06 décembre 2021 à 01:57 +0100, Christian Marillat a écrit :
> On 06 déc. 2021 01:16, Itaï BEN YAACOV <can...@free.fr> wrote:
> 
> > Hi,
> > 
> > Looks like the same bug persists in gourmand.
> > 
> > ...
> > File "/usr/lib/python3/dist-packages/gourmand/backends/db.py", line
> > 759, in fetch_len
> > return table.count().execute().fetchone()[0]
> > AttributeError: 'Table' object has no attribute 'count'
> 
> Not the same bug.
> 
> Seems to be like this one :
> 
> https://stackoverflow.com/questions/32067607/sqlalchemy-table-object-has-no-attribute-id
> 
> Christian

Reply via email to