Glavin001 / atom-beautify

:mega: Help Wanted - Looking for Maintainer: https://github.com/Glavin001/atom-beautify/issues/2572 | :lipstick: Universal beautification package for Atom editor (:warning: Currently migrating to https://github.com/Unibeautify/ and have very limited bandwidth for Atom-Beautify Issues. Thank you for your patience and understanding :heart: )
http://unibeautify.com/
MIT License
1.49k stars 454 forks source link

Error: spawn UNKNOWN from Python #2561

Closed JustLukelay closed 3 years ago

JustLukelay commented 3 years ago

description

Trying to beautify code in Python creates this error.

  1. Add code to Atom editor
  2. Run command Atom Beautify: Beautify Editor
  3. Nothing happens and an error appears

Debug

Here is a link to the debug.md Gist: https://gist.github.com/JustLukelay/448fe1307d32e2ca6a4ca835e27596b3

Checklist

I have:

JustLukelay commented 3 years ago

I figured it out, I didn't install autopep8 correctly.