As a workaround, you can install Python 3 and set the CLOUDSDK_PYTHON env 
var to python3.

On Wednesday, June 1, 2022 at 5:37:55 PM UTC-5 ron...@gmail.com wrote:

> No, I'm still using version 354.0.0. This was the response from the 
> support team (I'm not sure they understand the issue is with their PHP 
> server dev_appserver.py).  Let me know if you find an answer.
>
> *Hi,*
>
> *Thanks for contacting Google Cloud Platform Support Team,*
>
> *I was reviewing this issue and as the error message says, the environment 
> must only contain strings.*
>
> *Note that, judging by this traceback as example 
> <https://hg.python.org/cpython/file/ca54c27a9045/Modules/_winapi.c#l511>, 
> you are using Python 2.6(in this example case), so the linked code does not 
> in fact apply, because it comes from Python 3.3.0 beta2 
> <https://hg.python.org/cpython/file/ca54c27a9045/README>. PyUnicode_Check 
> checks that the object is a unicode object, which makes sense in Python 3, 
> where strings are (internally implemented as) unicode objects. In Python 
> 2.6, however, the equivalent line 
> <https://hg.python.org/cpython/file/f130ce67387d/PC/_subprocess.c#l359> is 
> using PyString_Check.*
>
> *One workaround is to downgrade 364.0.0 to 354.0.0 to resolve this issue.*
>
> *Finally you can take a look to these 2 Stackoverflow post which also 
> include valuable details about this topic:*
>
> *can-only-contain-strings* 
> <https://stackoverflow.com/questions/12990622/windows-7-trigger-io-error-environment-can-only-contain-strings>
>
> *contains-a-unicode-object* 
> <https://stackoverflow.com/questions/12253014/why-does-popen-fail-on-windows-if-the-env-parameter-contains-a-unicode-object>
>
> *Thanks and regards.*
>
> On Wednesday, June 1, 2022 at 3:21:57 PM UTC-7 djsc...@gmail.com wrote:
>
>> Did you manage to solve this? Suffering the same issue on Windows 11 
>> since updating components 'gcloud components update'
>>
>> On Friday, 19 November 2021 at 20:49:38 UTC ron...@gmail.com wrote:
>>
>>> When I have attempted to upgrade from version 354.0.0 to 364.0.0 or to 
>>> 365.0.00 on Windows 7 with python 2.7 installed the upgrade finishes 
>>> without error, but I have the issue below. If I revert my installation back 
>>> to 354.0.0 it works fine.
>>>
>>> I can execute dev_appserver.py app.yaml without issue,  But when I open 
>>> my browser and goto http://localhost:8080/ I receive the following 
>>> messages:
>>>
>>> C:\www\test>dev_appserver.py app.yaml
>>> INFO     2021-11-19 12:09:26,140 devappserver2.py:316] Skipping SDK 
>>> update check.
>>> INFO     2021-11-19 12:09:26,875 <string>:383] Starting API server at: 
>>> http://localhost:63789
>>> INFO     2021-11-19 12:09:27,045 dispatcher.py:281] Starting module 
>>> "default" running at: http://localhost:8080
>>> INFO     2021-11-19 12:09:27,048 admin_server.py:150] Starting admin 
>>> server at: http://localhost:8000
>>> INFO     2021-11-19 12:09:32,921 instance.py:294] Instance PID: 6876
>>> ERROR:root:Failure to start PHP with: 
>>> ['C:\\Users\\Ron\\AppData\\Local\\Google\\Cloud 
>>> SDK\\google-cloud-sdk\\platform\\g
>>> oogle_appengine\\php\\php-5.5-Win32-VC11-x86\\php-cgi.exe', '-d', 
>>> 'include_path=".;C:\\www\\test;C:\\Users\\Ron\\AppData
>>> \\Local\\Google\\Cloud 
>>> SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\sdk"', '-c', 
>>> 'C:\\www\\test', '-d', 'zend
>>> _extension="C:\\Users\\Ron\\AppData\\Local\\Google\\Cloud 
>>> SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\php-5.
>>> 5-Win32-VC11-x86\\php_xdebug.dll"', '-d', 
>>> 'extension="php_gae_runtime_module.dll"', '-d', 
>>> 'extension_dir="C:\\Users\\Ron
>>> \\AppData\\Local\\Google\\Cloud 
>>> SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\php-5.5-Win32-VC11-x86"']
>>> Traceback (most recent call last):
>>> INFO     2021-11-19 12:09:33,921 module.py:883] default: "GET /_ah/start 
>>> HTTP/1.1" 500 754
>>>   File "C:\Users\Ron\AppData\Local\Google\Cloud 
>>> SDK\google-cloud-sdk\platform\google_appengine\google\appengine\tools\de
>>> vappserver2\php\runtime\runtime.py", line 269, in __call__
>>>     stdout=subprocess.PIPE)
>>>   File "C:\Users\Ron\AppData\Local\Google\Cloud 
>>> SDK\google-cloud-sdk\platform\google_appengine\google\appengine\tools\de
>>> vappserver2\safe_subprocess.py", line 84, in start_process
>>>     shell=shell)
>>>   File "C:\Python27\lib\subprocess.py", line 394, in __init__
>>>     errread, errwrite)
>>>   File "C:\Python27\lib\subprocess.py", line 644, in _execute_child
>>>     startupinfo)
>>> TypeError: environment can only contain strings
>>> ERROR:root:Failure to start PHP with: 
>>> ['C:\\Users\\Ron\\AppData\\Local\\Google\\Cloud 
>>> SDK\\google-cloud-sdk\\platform\\g
>>> oogle_appengine\\php\\php-5.5-Win32-VC11-x86\\php-cgi.exe', '-d', 
>>> 'include_path=".;C:\\www\\test;C:\\Users\\Ron\\AppData
>>> \\Local\\Google\\Cloud 
>>> SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\sdk"', '-c', 
>>> 'C:\\www\\test', '-d', 'zend
>>> _extension="C:\\Users\\Ron\\AppData\\Local\\Google\\Cloud 
>>> SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\php-5.
>>> 5-Win32-VC11-x86\\php_xdebug.dll"', '-d', 
>>> 'extension="php_gae_runtime_module.dll"', '-d', 
>>> 'extension_dir="C:\\Users\\Ron
>>> \\AppData\\Local\\Google\\Cloud 
>>> SDK\\google-cloud-sdk\\platform\\google_appengine\\php\\php-5.5-Win32-VC11-x86"']
>>> INFO     2021-11-19 12:09:33,940 module.py:883] default: "GET / 
>>> HTTP/1.1" 500 754
>>> Traceback (most recent call last):
>>>   File "C:\Users\Ron\AppData\Local\Google\Cloud 
>>> SDK\google-cloud-sdk\platform\google_appengine\google\appengine\tools\de
>>> vappserver2\php\runtime\runtime.py", line 269, in __call__
>>>     stdout=subprocess.PIPE)
>>>   File "C:\Users\Ron\AppData\Local\Google\Cloud 
>>> SDK\google-cloud-sdk\platform\google_appengine\google\appengine\tools\de
>>> vappserver2\safe_subprocess.py", line 84, in start_process
>>>     shell=shell)
>>>   File "C:\Python27\lib\subprocess.py", line 394, in __init__
>>>     errread, errwrite)
>>>   File "C:\Python27\lib\subprocess.py", line 644, in _execute_child
>>>     startupinfo)
>>> TypeError: environment can only contain strings
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4a647f4c-a781-43e3-90c2-0a11bccd047fn%40googlegroups.com.

Reply via email to