EPCCed / wee_archie

BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Metaclass conflict #5

Open gpsgibb opened 5 years ago

gpsgibb commented 5 years ago

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?

gpsgibb commented 5 years ago

Provided a "fix" by commenting out the offending lines in 28d11c1e987bb21f7f0d7417db84426017f04049