stanfordmlgroup / chexpert-labeler

CheXpert NLP tool to extract observations from radiology reports.
MIT License
328 stars 78 forks source link

ResolvePackageNotFound: openssl==1.1.1=h7b6447c_0 (environment.yml) #19

Closed MaxGhenis closed 4 years ago

MaxGhenis commented 4 years ago
(negbio3.7) mghenis@penguin:~/chexpert-labeler$ conda env create -f environment.yml                                      
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
  - openssl==1.1.1=h7b6447c_0

Looking through the openssl conda packages, this is associated with version 1.1.1f, and the following worked instead:

conda install -c anaconda openssl==1.1.1f=h7b6447c_0