autopep8 not formatting although it says it does
See original GitHub issueWhat’s the output of :CocCommand pyright.version
[coc.nvim] coc-pyright 1.1.127 with Pyright 1.1.127
I’m using the default configuration and somehow formatting with autopep8 does nothing. I’m wondering what the issue is.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Visual Studio Code, autopep8 doesn't run - Stack Overflow
Go to File -> Preferences -> Keyboard Shortcuts, then search format . Set the shortcut as ctrl + shift + p which is...
Read more >Format Document not working (autopep8, python, vscode)
When I run "Format Document", the file is not formatted. Steps to reproduce: Open a Workspace; Open up a Python File in the...
Read more >Autopep8 not working in VSCode. Not sure what i've changed ...
Make sure VSCODE is using the same python interpreter that your command line is using. · Make sure you have installed AND UPDATED...
Read more >Formatting | Python in Visual Studio Code
The default code format provider is autopep8. Auto Formatting. Formatting the source code as and when you save the contents of the file...
Read more >Editing Python in Visual Studio Code
Troubleshooting formatting ; The formatter is not installed in the current environment. Open a command prompt, navigate to the location where your selected ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh, I got it. I just ran
sudo apt install python-is-python3
so thatpython
points topython3
and it’s working now. Thank you!Not that exact command