Closed MaxGhenis closed 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:
1.1.1f
conda install -c anaconda openssl==1.1.1f=h7b6447c_0
Looking through the openssl conda packages, this is associated with version
1.1.1f
, and the following worked instead: