conda.yml - openssl=1.1.1=h7b6447c_0
23saumyar opened this issue · 2 comments
23saumyar commented
Creating the environment with conda.yml was throwing errors at - openssl=1.1.1=h7b6447c_0. I changed it to - openssl=1.1.1g=h7b6447c_0 which worked.
tejasri19 commented
Creating the environment with conda.yml was throwing errors at - openssl=1.1.1=h7b6447c_0. I changed it to - openssl=1.1.1g=h7b6447c_0 which worked.
I got it run by replacing openssl package under pip in conda.yml
amirunxiayang commented