I have a problem when trying to use atom-beautify. It is always showing message "Unable to create process using 'C:\Anaconda3\python.exe C:\Anaconda3\Scripts\autopep8-script.py --version'".

Here is the full message:
Unable to create process using 'C:\Anaconda3\python.exe C:\Anaconda3\Scripts\autopep8-script.py --version'
Hide Stack Trace
Error: Unable to create process using 'C:\Anaconda3\python.exe C:\Anaconda3\Scripts\autopep8-script.py --version'
at file:///C:/Users/Kadek/.atom/packages/atom-beautify/src/beautifiers/executable.coffee:182:27
at tryCatcher (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\util.js:16:23)
at Promise._settlePromiseFromHandler (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\promise.js:512:31)
at Promise._settlePromise (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\promise.js:569:18)
at Promise._settlePromise0 (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\promise.js:614:10)
at Promise._settlePromises (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\promise.js:693:18)
at Async._drainQueue (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\async.js:133:16)
at Async._drainQueues (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\async.js:143:10)
at Async.drainQueues (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\async.js:17:14)
at process._tickCallback (internal/process/next_tick.js:103:7)
I use Anaconda Python 3.6 on my Windows 10 laptop. Everything is okay when I use CMD, but it never runs on Atom.

How do I resolve this problem?
This issue has been automatically marked as stale because it has not had recent activity. If this is still an issue, please add a comment. It will be closed if no further activity occurs. Thank you for your contributions.
I still got this issues. any solutions?
I have the same question as you:'Unable to create process using 'C:\Anaconda3\python.exe C:\Anaconda3\Scripts\autopep8-script.py --version
My solution is:
1.uninstall anaconda3
2.reinstall anaconda3 and note the following
check the option'Add anaconda to my path enviroment varies'
3.you can try input anaconda,conda or ipython in cmd and you will find that the question is solved
4.I hope it can help you solve this question
I'm not sure if this is still an issue for some, but here is the solution either way.
Since you're working on Windows, you need to add the location of "conda.exe" to your PATH Environment variable.
Go to your Anaconda folder, open the "Scripts" folder, and copy the path. (It will look something like "C:.....\Anaconda3\Scripts")
Then go to "Properties" (right-click anywhere on file explorer) -> Advanced System Settings -> Environment Variables -> Click on the "Path" variable and hit Edit -> New -> Paste the path that you had copied earlier.
Remember to hit OK each time while shutting the windows.
Note: If any current CMD windows are open, you'll have to close them and open a new one in order to use your new environment variables.
Still getting the same error. Any other solution for this?
I see,I am sorry, I didn’t use it long time,but i will try my best to recall it, I will answer you later.
Sent from my iPhone
On Feb 26, 2019, at 6:45 PM, Armaan Puri notifications@github.com wrote:
Still getting the same error. Any other solution for this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
If I remember correctly, it happened because I'm running Atom without administrator access. Run as administrator solved the problem.
try check your python windows-based applications 32 or 64 bit. And then install anaconda according to your python windows-based applications bit.
I have uninstalled anaconda. I am using the only the python setup but still i get the same error
Check your anaconda file. Search python.exe maybe not in. I solved this problem. Maybe will too you.
This issue is due to one of the following:
I have a problem when trying to use atom-beautify. It is always showing message "Unable to create process using 'C:\Anaconda3\python.exe C:\Anaconda3\Scripts\autopep8-script.py --version'".
Here is the full message:
Unable to create process using 'C:\Anaconda3\python.exe C:\Anaconda3\Scripts\autopep8-script.py --version' Hide Stack Trace Error: Unable to create process using 'C:\Anaconda3\python.exe C:\Anaconda3\Scripts\autopep8-script.py --version' at file:///C:/Users/Kadek/.atom/packages/atom-beautify/src/beautifiers/executable.coffee:182:27 at tryCatcher (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\util.js:16:23) at Promise._settlePromiseFromHandler (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\promise.js:512:31) at Promise._settlePromise (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\promise.js:569:18) at Promise._settlePromise0 (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\promise.js:614:10) at Promise._settlePromises (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\promise.js:693:18) at Async._drainQueue (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\async.js:133:16) at Async._drainQueues (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\async.js:143:10) at Async.drainQueues (C:\Users\Kadek\.atom\packages\atom-beautify\node_modules\bluebird\js\release\async.js:17:14) at process._tickCallback (internal/process/next_tick.js:103:7)I use Anaconda Python 3.6 on my Windows 10 laptop. Everything is okay when I use CMD, but it never runs on Atom.
How do I resolve this problem?
check the exe,its name is python not python3.6