Hi All,

I'm able to resolve it by installing python-json from EPEL repository.

But now I'm stuck at a different error. Any advises are much appreciated.

[root@vmgr02 V8]# fetch v8
Running depot tools as root is sad.
Traceback (most recent call last):
  File "/u01/git-2.1.0/V8/depot_tools/recipes/v8.py", line 51, in ?
    sys.exit(main(sys.argv))
  File "/u01/git-2.1.0/V8/depot_tools/recipes/v8.py", line 47, in main
    return V8().handle_args(argv)
  File "/u01/git-2.1.0/V8/depot_tools/recipes/recipe_util.py", line 46, in 
handle_args
    self.output(method(props))
  File "/u01/git-2.1.0/V8/depot_tools/recipes/recipe_util.py", line 50, in 
output
    print(json.dumps(data))
AttributeError: 'module' object has no attribute 'dumps'
Traceback (most recent call last):
  File "/u01/git-2.1.0/V8/depot_tools/fetch.py", line 317, in ?
    sys.exit(main())
  File "/u01/git-2.1.0/V8/depot_tools/fetch.py", line 312, in main
    spec, root = run_recipe_fetch(recipe, props)
  File "/u01/git-2.1.0/V8/depot_tools/fetch.py", line 273, in 
run_recipe_fetch
    spec = json.loads(result)
AttributeError: 'module' object has no attribute 'loads'

On Monday, September 15, 2014 12:12:44 PM UTC-4, Shiyan Cao wrote:
>
> I'm following the procedure from here:
> https://code.google.com/p/v8/wiki/UsingGit
>
> -----------
>
> [root@vmgr02 V8]# fetch v8
> Running depot tools as root is sad.
> Traceback (most recent call last):
>   File "/u01/git-2.1.0/V8/depot_tools/fetch.py", line 21, in ?
>     import json
> ImportError: No module named json
>
> Thanks,
> Shawn
>

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to