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
In Python 3.3 collections.Mapping moved to collections.abc.Mapping, this means when you export the switches and nodes from an opareport snapshot it fails with newer Python releases.
Inside of dict_merge collections.Mapping needs to go to collections.abc.Mapping here
Will issue a pull request in near future but here's a reference to is being broken in versions above Python 3.6.
The text was updated successfully, but these errors were encountered:
In Python 3.3 collections.Mapping moved to collections.abc.Mapping, this means when you export the switches and nodes from an opareport snapshot it fails with newer Python releases.
Inside of dict_merge collections.Mapping needs to go to collections.abc.Mapping here
Will issue a pull request in near future but here's a reference to is being broken in versions above Python 3.6.
The text was updated successfully, but these errors were encountered: