SyntaxFix
Write A Post
Hire A Developer
Questions
If you are on OSX and in case the other solutions didn't work for you (just like me).
You can try uninstalling python3 and upgrade pip3
brew uninstall --ignore-dependencies python3 pip3 install --upgrade pip
This worked for me ;)