作为一名在读大学生第一次写博客,主要想跟大家分享一下我对于一些问题的解决方法。最近在学前端,刚好用到了sublime text 3,在安装插件时发生pyV8报错
Sublime text3 发生please wait a bit while pyV8 binary is being downloaded错误

解决办法:

1、去gihub下载对于版本的 PyV8,链接地址:https://github.com/emmetio/pyv8-binaries#readme
Sublime text3 发生please wait a bit while pyV8 binary is being downloaded错误下载后将文件解压同时修改文件名为pyV8

Sublime text3 发生please wait a bit while pyV8 binary is being downloaded错误
2、打开submit text 点击首选项(Preferences)>浏览插件目录,找到Installed Packages文件,或者直接根据路径寻找,我的路径是C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages
Sublime text3 发生please wait a bit while pyV8 binary is being downloaded错误
将解压后的文件插入进去
Sublime text3 发生please wait a bit while pyV8 binary is being downloaded错误
然后重启submit text 这时候就发现问题已经解决了

相关文章: