Closed kphaterp closed 1 year ago
Error Message:
['/usr/local/miniconda/bin/python', '-m', 'pip', 'install', '-U', '-r', '/Users/runner/work/care_nlp_psych/care_nlp_psych/condaenv.4hs5zme_.requirements.txt', '--exists-action=b']
CondaEnvException: Pip failed
Pip subprocess output:
failed
Error: Process completed with exit code 1.
Checked stack and possible fix could be updating conda
with conda update -n base -c defaults conda
After installing (or removing) any additional dependencies, running
conda env export > environment.yml
will overwrite the existing environment.yml to reflect any changes in the environment.