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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
asked 7 years ago
This post is a wiki. Anyone with karma >100 is welcome to improve it.

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
nyceyes's avatar
61
nyceyes
answered 7 years ago
link

Comments

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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
gopalraha's avatar
332
gopalraha
answered 7 years ago
link

Comments

This kind of answer is not at all helpful.

bmauter's avatar bmauter (7 years ago)
see more comments