Open machow opened 7 years ago
I think fetch v8
failed in your environment.
Could you try the following steps and check if your environment can fetch v8?
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH=`pwd`/depot_tools:"$PATH"
fetch v8
Hello, when I try
pip install v8eval
, I run into an error with agclient.py
command that seems to be used on build. I'm happy to dig around, but a quick search didn't bring up much info. Log below (note that in the log I was using anaconda, but ran into the same area with my system python).