You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
In this PR (#1262), for Python 3.11 there was a new flag added, WITH_OPENSSL. Later it is being checked whether the value of WITH_OPENSSL is empty or not. However, since the variable is only set for Python 3.11 case, it doesn't exist for other cases and the code fails because set -u is used (treat unset variables as error). I think this can be solved by either of two options: