I need to use python black
(the code formatter), but seeing this issue
- for that I first moved to the git branch where I need to update environment with black package
- then activate the environment with
conda activate my_env
- then I installed black using
conda install -c conda-forge black
- then I checked if black was installed using
conda list -n my_env black
(it was present in list) - then I used black to format a file with command
black file_name.py
I am seeing this issue: https://www.screencast.com/t/8PzgwTMt
Unable to create process using <path>/python.exe <path>/black-script.py filename.py