Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metaclass conflict #5

Open
gpsgibb opened this issue Feb 18, 2019 · 1 comment
Open

Metaclass conflict #5

gpsgibb opened this issue Feb 18, 2019 · 1 comment

Comments

@gpsgibb
Copy link
Contributor

gpsgibb commented Feb 18, 2019

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
Copy link
Contributor Author

gpsgibb commented Feb 18, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant