Build V8 from source failing at gclient

0

I wanted to try building Chrome's V8 JavaScript engine from source (I'm on Windows, so that adds to the pain) and I followed This Guide which walks through how to build V8. I follow the instructions as closely as I can, but when I run $ gclient, I get the following error:

The system cannot find the file C:\Program.
Could not extract Python version from manifest.
Traceback (most recent call last):
  File "C:\Program Files\depot_tools\gclient.py", line 99, in <module>
    import urlparse
ModuleNotFoundError: No module named 'urlparse'

I have even tripple checked my PATH ENV_VAR and everything is correct, so why is this happenning, and how do I resolve it?

Thanks

Jacob Schneider

Posted 2018-10-31T06:52:42.757

Reputation: 159

Answers

1

depot_tools does not support spaces in installation path

user1030711

Posted 2018-10-31T06:52:42.757

Reputation: 11

3Welcome to Super User. Can you take this across the finish line by adding how to use this information to solve the problem? – fixer1234 – 2019-05-02T17:32:24.667