I did pip install black for VS code editor. It is an alternative to prettier for python in vs code.
I received the following issues when I run black Untitled-1.py
.
Program 'black.exe' failed to run: Access is deniedAt line:1 char:1
+ black Untitled-1.py
+ ~~~~~~~~~~~~~~~~~~~.
At line:1 char:1
+ black Untitled-1.py
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
In the VS terminal.
I did not understand why access is deniedAt. I do not have any antiviruses running on my Windows 10.