You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for fixing python version.
This bug is coming from very old dependency tableschema.
As tableschema has been replaced by frictionless, but frictionless is currently not working with oemof.tabular.
Thus fixing python to <3.11 is the simpliest solution for now.
Python3.11 is not compatible with cchardet, however cchardet is abandoned.
More info here: https://bugzilla.redhat.com/show_bug.cgi?id=2021804
There is a fork fixing this https://github.com/faust-streaming/cChardet
However, I fixed python to <3.11 to solve the problem
The text was updated successfully, but these errors were encountered: