Open a-slide opened 4 years ago
Hi there, I cannot deploy the conda environment from the provided environment.yml using the following command
conda env create -f environment.yml
I obtain the following error message
Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - openssl==1.1.1=h7b6447c_0
Updating the openssl version to 1.1.1h in the env file seems to fix the issue
Hi there, I cannot deploy the conda environment from the provided environment.yml using the following command
conda env create -f environment.yml
I obtain the following error message
Updating the openssl version to 1.1.1h in the env file seems to fix the issue