Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
The problem you have encountered: could not install. I got an error saying
...File "C:\Users\USER\AppData\Local\Programs\Python\Python37-32\lib\urllib\request.py", line 1317, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "C:\Users\USER\AppData\Local\Programs\Python\Python37-32\lib\http\client.py", line 1244, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37-32\lib\http\client.py", line 1290, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37-32\lib\http\client.py", line 1239, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37-32\lib\http\client.py", line 1026, in _send_output
self.send(msg)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37-32\lib\http\client.py", line 966, in send
self.connect()
File "C:\google-cloud-sdk-272.0.0-windows-x86_64\google-cloud-sdk\lib\third_party\httplib2\python3\httplib2\__init__.py", line 1016, in connect
sock.connect((self.host, self.port))
File "C:\google-cloud-sdk-272.0.0-windows-x86_64\google-cloud-sdk\lib\third_party\socks\python3\socks\__init__.py", line 434, in connect
self.__negotiatehttp(destpair[0], destpair[1])
File "C:\google-cloud-sdk-272.0.0-windows-x86_64\google-cloud-sdk\lib\third_party\socks\python3\socks\__init__.py", line 380, in __negotiatehttp
headers += [self.__getauthheader(), "\r\n"]
File "C:\google-cloud-sdk-272.0.0-windows-x86_64\google-cloud-sdk\lib\third_party\socks\python3\socks\__init__.py", line 178, in __getauthheader
return "Proxy-Authorization: Basic " + base64.b64encode(auth)
File "C:\Users\USER\AppData\Local\Programs\Python\Python37-32\lib\base64.py", line 58, in b64encode
encoded = binascii.b2a_base64(s, newline=False)
TypeError: a bytes-like object is required, not 'str'
What you expected to happen:I expected a prompt for my proxy settings and then to complete install
Steps to reproduce: install python 3.7 (not python 2)
download the sdk for windows without python bundled
open command line
./google-cloud-sdk/install.sh
Other information (workarounds you have tried, documentation consulted, etc):
I will try installing with python 2 bundled.