emmetio / pyv8-binaries

Archive of pre-compiled PyV8 binaries
712 stars 301 forks source link

ImportError GLIBCXX_3.4.14 not found #2

Open ls-adrian opened 11 years ago

ls-adrian commented 11 years ago

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.

sergeche commented 11 years ago

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