Any one come across this error when running pip install django
.
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/black'
I tried running an older django version (4.1), but got the same error, if I run
pip install black
, before pip install Django
, I get no errors, but I’ve never had to do this before?