Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Syntax error while loading vv-blueprints #314

Closed
ensminger opened this issue Oct 7, 2016 · 1 comment
Closed

Syntax error while loading vv-blueprints #314

ensminger opened this issue Oct 7, 2016 · 1 comment

Comments

@ensminger
Copy link

Very interested in using blueprints with vv, however I've been unable to load them properly. I'm getting this syntax error on vv create.

  File "<string>", line 1
    import json,sys;obj=json.loads(open('/Users/ensminger/Local/vvv/vv-blueprints.json').read());print ', '.join(obj.keys());
                                                                                                          ^
SyntaxError: invalid syntax

Screenshot: https://www.dropbox.com/s/k5n559hj6xsrolr/Screenshot%202016-10-07%2015.32.11.png?dl=0

I get this immediately after a fresh vv blueprint-init.


Output of vv --version:

vv version 1.11

Output of vv --debug-vv:

/usr/local/bin/vv: line 1482: version: command not found

vv: /usr/local/bin/vv

vv_config: /Users/ensminger/.vv-config
vvv path:    /Users/ensminger/Local/vvv
home: /Users/ensminger

tput: 
cat: /bin/cat
curl: /usr/bin/curl
brew: /usr/local/bin/brew
tar: /usr/bin/tar
find: /usr/bin/find
git: /usr/local/bin/git
sed: /usr/bin/sed
paste: /usr/bin/paste
vagrant: /usr/local/bin/vagrant
@bradp
Copy link
Owner

bradp commented Dec 3, 2016

Looks like there is an error in your JSON formatting / structure.

@bradp bradp closed this as completed Dec 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants