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
After pip-installing vitables 3.0.2, trying to open it throws the error: module 'collections' has no attribute 'Iterable'
I think it is related to this stackoverflow question: link.
As a quick and dirty fix, manually replacing collections by collections.abc on the vitables file utils.py seems to work.
The text was updated successfully, but these errors were encountered:
After pip-installing vitables 3.0.2, trying to open it throws the error:
module 'collections' has no attribute 'Iterable'
I think it is related to this stackoverflow question: link.
As a quick and dirty fix, manually replacing
collections
bycollections.abc
on the vitables fileutils.py
seems to work.The text was updated successfully, but these errors were encountered: