akalongman / akalongman/sublimetext-codeformatter

ImportError: No module named 'jsbeautifier.core'

未關閉
#348 7 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
772
分支
128
PR 合併指標
30 天內沒有已合併 PR

描述

Getting an error on ST3 load, couldn't find another open or closed issue dealing with this.

Running osx high seirra, let me know if there is any other helpful info i can give.

```
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 109, in reload_plugin
m = importlib.import_module(modulename)
File "./python3.3/importlib/__init__.py", line 90, in import_module
File "", line 1584, in _gcd_import
File "", line 1565, in _find_and_load
File "", line 1532, in _find_and_load_unlocked
File "", line 584, in _check_name_wrapper
File "", line 1022, in load_module
File "", line 1003, in load_module
File "", line 560, in module_for_loader_wrapper
File "", line 868, in _load_module
File "", line 313, in _call_with_frames_removed
File "/Users/eboney/Library/Application Support/Sublime Text 3/Packages/CodeFormatter/CodeFormatter.py", line 26, in
from .codeformatter.formatter import Formatter
File "/Users/eboney/Library/Application Support/Sublime Text 3/Packages/CodeFormatter/codeformatter/formatter.py", line 22, in
from .cssformatter import CssFormatter
File "/Users/eboney/Library/Application Support/Sublime Text 3/Packages/CodeFormatter/codeformatter/cssformatter.py", line 7, in
import cssbeautifier
File "/Users/eboney/Library/Application Support/Sublime Text 3/Packages/CodeFormatter/codeformatter/lib/cssbeautifier/__init__.py", line 32, in
from cssbeautifier.css.beautifier import Beautifier
File "/Users/eboney/Library/Application Support/Sublime Text 3/Packages/CodeFormatter/codeformatter/lib/cssbeautifier/css/beautifier.py", line 6, in
from jsbeautifier.core.options import mergeOpts
ImportError: No module named 'jsbeautifier.core'
```

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。