解決Sublime提示 Sublime Text Error while loading PyV8 binary:exit code 1 Try to manually install Pyv8 form https://github.com/emetio/pyv8-binaries
今天打開sublime遇到一個提示 如上圖Sublime Text Error while loading PyV8 binary:exit code 1 Try to manually install Pyv8 form https://github.com/emetio/pyv8-binaries 於是到網上尋找答案 解決方法如下:
- Go to the link provided in the dialog box and download the plugin. See below for more details
- Go to your windows’ home directory (
C:\Users\UserName
on Windows 7, something likeC:\Documents and Settings\UserName
on Windows XP) and make sure you can view hidden and system directories - Go to
C:\Users\UserName\AppData\Roaming\Sublime Text 2\Packages
and create aPyV8
directory if it does not exist - Change to
C:\Users\UserName\AppData\Roaming\Sublime Text 2\Packages\PyV8
and copy the files contained in the archive you downloaded at the first step - Restart Sublime Text
-
去gihub下載 PyV8,連接地址:https://github.com/emmetio/pyv8-binaries#readme
-
然后找到你的Sublime_text_3的packages的安裝包路徑
a.如果你是windows系統:解壓文件至Packages\PyV8文件夾內(Preferences – Browser Packages),重啟解決。
b.如果你是linux/ubuntu,找到相應的路徑,根據我在unbuntu14.04下面,解決如下:
(1)在當前用戶中使用命令:ll
(2)你會發現一個.config的隱藏文件夾
(3)然后依次進去找到sublime_text
(4)Packages創建PyV8文件夾,把剛才下載的文件解壓進去,重啟解決。
感謝大神-----》夢回起點,發布的解決方案,高效快速