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
Under new versions of Anaconda an error occurs when trying to run the client:
TypeError: Error when calling the metaclass bases metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
Seems to be an issue with the abc library. Possibly a change in its API since the client framework was originally written?
The text was updated successfully, but these errors were encountered:
Under new versions of Anaconda an error occurs when trying to run the client:
TypeError: Error when calling the metaclass bases metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
Seems to be an issue with the abc library. Possibly a change in its API since the client framework was originally written?
The text was updated successfully, but these errors were encountered: