pyv8-binaries
pyv8-binaries copied to clipboard
Updated install instructions for Sublime Text 3
The older instructions weren't working.
Related issues: emmetio/pyv8-binaries#8, sergeche/emmet-sublime#129
Please specify that, when installing the PyV8 precompiled zip, we must place the PyV8/pyv8-osx-p3 in the SAME folder as Emmet :D
That's true, when installing mannuly on Linux, the filename is pyv8-linux64-p3.zip, but pyv8 should goes PyV8/linux64-p3/. Please update README.
:+1: I was having trouble getting this working this morning
I was having trouble too. I think, you should also write about config.json and '{"skip_update": true}' in it.
I followed the instructions provided in the README to the t and I couldn't get it working. Is there something I could be doing wrong because I am getting the following traceback after following the instructions :
PyV8: Creating new thread
Emmet: Creating thread
Emmet: Loading https://api.github.com/repos/emmetio/pyv8-binaries/contents
Emmet: Loading PyV8 binary from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8- linux64-p3.zip
Package Control: Skipping automatic upgrade, last run at 2014-05-24 18:00:12, next run at 2014-05-24 19:00:12 or after
Exception in thread Thread-30:
Traceback (most recent call last):
File "X/threading.py", line 639, in _bootstrap_inner
File "X/threading.py", line 825, in run
File "/home/bigb/.config/sublime-text-3/Installed Packages/Emmet.sublime-package/emmet/pyv8loader.py", line 271, in run
return self.trigger('error', exit_code=self.thread.exit_code, progress=self)
File "/home/bigb/.config/sublime-text-3/Installed Packages/Emmet.sublime-package/emmet/pyv8loader.py", line 290, in trigger
c(*args, **kwargs)
TypeError: on_error() got an unexpected keyword argument 'progress'
I have a PyV8 directory with the extracted files from the zip in the installed packages directory.
i have same issue
OS: linux mint 17 32bit
Emmet: Loading https://api.github.com/repos/emmetio/pyv8-binaries/contents
Emmet: Loading PyV8 binary from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-linux32-p3.zip
Exception in thread Thread-59:
Traceback (most recent call last):
File "X/threading.py", line 639, in _bootstrap_inner
File "X/threading.py", line 825, in run
File "/home/lee/.config/sublime-text-3/Installed Packages/Emmet.sublime-package/emmet/pyv8loader.py", line 271, in run
return self.trigger('error', exit_code=self.thread.exit_code, progress=self)
File "/home/lee/.config/sublime-text-3/Installed Packages/Emmet.sublime-package/emmet/pyv8loader.py", line 290, in trigger
c(*args, **kwargs)
TypeError: on_error() got an unexpected keyword argument 'progress'