0
최근 Atom에 atom-beautify 패키지가 설치되었습니다. 나는 리눅스를 OS로 사용하고있다. 필자는 누락 된 autopep8 python 패키지를 설치했으며 여전히이 예기치 않은 오류가 발생합니다.autopep8 오류 --indent-size
autopep8: error: no such option: --indent-size
누구나 아는 이유는 무엇입니까? 아래는 전체 stacktrace입니다!
Usage: autopep8 [options] [filename [filename ...]] Use filename '-' for stdin.
autopep8: error: no such option: --indent-size
Usage: autopep8 [options] [filename [filename ...]] Use filename '-' for stdin. autopep8: error: no such option: --indent-size Hide Stack Trace Error: Usage: autopep8 [options] [filename [filename ...]] Use filename '-' for stdin. autopep8: error: no such option: --indent-size at /home/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee:287:27 at tryCatcher (/home/.atom/packages/atom-beautify/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler (/home/.atom/packages/atom-beautify/node_modules/bluebird/js/release/promise.js:504:31) at Promise._settlePromise (/home/.atom/packages/atom-beautify/node_modules/bluebird/js/release/promise.js:561:18) at Promise._settlePromise0 (/home/.atom/packages/atom-beautify/node_modules/bluebird/js/release/promise.js:606:10) at Promise._settlePromises (/home/.atom/packages/atom-beautify/node_modules/bluebird/js/release/promise.js:685:18) at Async._drainQueue (/home/.atom/packages/atom-beautify/node_modules/bluebird/js/release/async.js:138:16) at Async._drainQueues (/home/.atom/packages/atom-beautify/node_modules/bluebird/js/release/async.js:148:10) at Async.drainQueues (/home/.atom/packages/atom-beautify/node_modules/bluebird/js/release/async.js:17:14) at process._tickCallback (node.js:392:9)