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
PyOpenSSL is missing for using the gcloud command, otherwise you wil get the error like in this build
Also after I installed the PyOpenSSL via "sudo apt-get install python-openssl" I started seeing the following error in this build even the CLOUDSDK_PYTHON_SITEPACKAGES environment variable is set to 1 in the circle.yml.
Couldn't figure out why that didn't work, but as a workaround, I ended up removing the preinstalled gcloud and re-installing a new one like discussed in this forum thread.
PyOpenSSL is missing for using the gcloud command, otherwise you wil get the error like in this build
Also after I installed the PyOpenSSL via "sudo apt-get install python-openssl" I started seeing the following error in this build even the
CLOUDSDK_PYTHON_SITEPACKAGES
environment variable is set to 1 in the circle.yml.Couldn't figure out why that didn't work, but as a workaround, I ended up removing the preinstalled gcloud and re-installing a new one like discussed in this forum thread.
https://discuss.circleci.com/t/deployment-to-appengine-fails-pyopenssl-not-available/2154
The text was updated successfully, but these errors were encountered: