tejasph / care_nlp_psych

Cancer Ambulatory Resource Enhancement through early prediction of ER visits
MIT License
0 stars 0 forks source link

update environment.yml with seaborn dependencies #8

Closed kphaterp closed 11 months ago

kphaterp commented 11 months ago

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.

kphaterp commented 11 months 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