Fixed
Status Update
Comments
ya...@google.com <ya...@google.com> #2
Hello, I believe this issue was introduced in Cloud SDK version 183. You should be able to roll-back to version 182 with the command "gcloud components update --version 182.0.0". Please let me know if this doesn't fit your situation or if the workaround fails to resolve the issue for you.
I have forwarded this issue to engineering so that they may investigate it.
I have forwarded this issue to engineering so that they may investigate it.
an...@gmail.com <an...@gmail.com> #3
Issue solved whith version 182. Thank's.
h....@hadrion.nl <h....@hadrion.nl> #4
Today I tried version 185.0.0 of Cloud SDK
when I try to start the local PHP server it gives the following errors
C:\mycloudapp>dev_appserver.py app.yaml
Traceback (most recent call last):
File "C:\Users\harry\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\dev_appserver.py", line 11, in <module>
import bootstrapping.bootstrapping as bootstrapping
File "C:\Users\harry\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\bootstrapping\bootstrapping.py", line 9, in <module>
import setup
ModuleNotFoundError: No module named 'setup'
Reverting back to version 182 did not work this time....
when I try to start the local PHP server it gives the following errors
C:\mycloudapp>dev_appserver.py app.yaml
Traceback (most recent call last):
File "C:\Users\harry\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\dev_appserver.py", line 11, in <module>
import bootstrapping.bootstrapping as bootstrapping
File "C:\Users\harry\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\bootstrapping\bootstrapping.py", line 9, in <module>
import setup
ModuleNotFoundError: No module named 'setup'
Reverting back to version 182 did not work this time....
cu...@google.com <cu...@google.com> #5
Hello,
The latest release of Google Cloud SDK as per today is 261.0.0 (2019-09-03), you can find the information inhttps://cloud.google.com/sdk/docs/release-notes . I have tried to start the local PHP server and it started successfully without giving an issues. All the issues were fixed so please update to the latest SDK version and try again. If you experience the same issue again you can reopen the thread and provide all the reproduction steps that you have followed until you received the issue.
The latest release of Google Cloud SDK as per today is 261.0.0 (2019-09-03), you can find the information in
Description
Traceback (most recent call last):
File "C:\Users\ideassw\AppData\Local\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine\_php_runtime.py", line 103, in <module>
_run_file(__file__, globals())
File "C:\Users\ideassw\AppData\Local\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine\_php_runtime.py", line 97, in _run_file
execfile(_PATHS.script_file(script_name), globals_)
File "C:\Users\ideassw\AppData\Local\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine\google\appengine\tools\devappserver2\php\runtime\runtime.py", line 39, in <module>
from google.appengine.tools.devappserver2 import wsgi_server
File "C:\Users\ideassw\AppData\Local\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine\google\appengine\tools\devappserver2\wsgi_server.py", line 34, in <module>
import ipaddr
ImportError: No module named ipaddr