SyntaxFix
Write A Post
Hire A Developer
Questions
If you're encountering this in Jupyter/Jupyerlab while trying to pip install foo, you can sometimes work around it by using !python -m pip install foo instead.
pip install foo
!python -m pip install foo