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
When launching clid with python version > 3.10, the following error occurs :
AttributeError: module 'collections' has no attribute 'MutableMapping'
Seems like it is easily fixable, as shown in this SO answer : https://stackoverflow.com/a/70870087
Unfortunatly, it seems like the error occurs in stagger package, not clid one.
The text was updated successfully, but these errors were encountered:
When launching clid with python version > 3.10, the following error occurs :
Seems like it is easily fixable, as shown in this SO answer : https://stackoverflow.com/a/70870087
Unfortunatly, it seems like the error occurs in stagger package, not clid one.
The text was updated successfully, but these errors were encountered: