Skip to content

Commit 138b251

Browse files
committed
Need conda's openssl==1.1.1w to fix ssl on windows for Monai Label code. Otherwise we get:
importerror: dll load failed while importing _ssl: the specified module could not be found
1 parent 99cc598 commit 138b251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_shapeworks.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ call conda config --add channels anaconda
1111
call conda config --add channels conda-forge
1212

1313
REM install shapeworks deps
14-
call conda create --yes --name %CONDAENV% python=3.9.13 pip=22.1.2 || goto :error
14+
call conda create --yes --name %CONDAENV% python=3.9.13 pip=22.1.2 openssl==1.1.1w || goto :error
1515
call conda activate %CONDAENV%
1616

1717
REM reactivate shapeworks environment

0 commit comments

Comments
 (0)