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
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:
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:
Hi @pintraj
You have performed incorrect configuration steps that's why you have got these errors refer AskBot documentation for more info.
To enter a block of code:
This kind of answer is not at all helpful.
To enter a block of code:
Comments