pyv8-binaries icon indicating copy to clipboard operation
pyv8-binaries copied to clipboard

ImportError GLIBCXX_3.4.14 not found

Open ls-adrian opened this issue 13 years ago • 1 comments

I'm unable to run the PyV8.py file and this error gets outputted.

adrian@crunchbang:~/.config/sublime-text-2/Packages/PyV8$ python PyV8.py
Traceback (most recent call last):
  File "PyV8.py", line 19, in <module>
    import _PyV8
ImportError: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /home/adrian/.config/sublime-text-2/Packages/PyV8/_PyV8.so)

Currently the ST2 status bar constantly cycles on the message 'Loading PyV8 binary, please wait' and there is no indication that an error had occurred, so I had to do a bit of sleuthing to find the issue.

I have gcc-4.6 installed.

ls-adrian avatar Mar 01 '13 17:03 ls-adrian

Try to update GCC https://github.com/sergeche/emmet-sublime/issues/129#issuecomment-10616306 or compile/install PyV8 manually

sergeche avatar Mar 01 '13 19:03 sergeche