Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Fix Version Confliction of the Six Package

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

ERROR: jsonschema 3.1.1 has requirement six>=1.11.0, but you’ll have six 1.10.0 which is incompatible.

:::Python
sudo pip3 install six -U