크롬의 V8 자바 스크립트 엔진을 소스에서 빌드하려고했습니다. (Windows에서 실행되므로 고통이 가중됩니다) 이 가이드 V8을 만드는 방법을 설명합니다. 가능한 한 지침을 따르지만, 달리면 $ gclient
, 나는 다음과 같은 오류가 발생합니다 :
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'
나는 심지어 삼중 검사를했다. PATH
ENV_VAR 및 모든 것이 정확합니다. 왜 이것이 실현되고 어떻게 해결할 수 있습니까?
감사