First time here? Check out the FAQ!
2

Error when calling the metaclass bases

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

asked 2017-10-06 02:48:17 -0500
This post is a wiki. Anyone with karma >100 is welcome to improve it.
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

You didn't mention it, but you probably mean that you ran into this when running python manage.py collectstatic (I'm assuming from your collectstatic tag).

I ran into this one recently, too. (v0.10.2)

Try this:

From within your virtual environment, run this, pip install six==1.10.0 (to downgrade six) and then try again.

nyceyes's avatar
61
nyceyes
answered 2017-10-10 08:27:46 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
-1

Hi @pintraj

You have performed incorrect configuration steps that's why you have got these errors refer AskBot documentation for more info.

https://askbot.org/doc/index.html

gopalraha's avatar
332
gopalraha
answered 2017-10-20 05:43:25 -0500
edit flag offensive 0 remove flag delete link

Comments

This kind of answer is not at all helpful.

bmauter's avatar bmauter (2017-12-07 15:39:56 -0500) edit
add a comment see more comments