forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-lintingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
From @JensMadsen on November 6, 2017 11:6
Environment data
VS Code version: Version 1.17.2
Python Extension version:
Python Version: Python 3.6.3
OS and version: ubuntu 17.10
Actual behavior
format document -> error message "Formatter yapf is not installed" or "Formatter autopep8 is not installed" -> after installation
/usr/bin/python -m pip install autopep8
Collecting autopep8
Collecting pycodestyle>=2.3 (from autopep8)
Using cached pycodestyle-2.3.1-py2.py3-none-any.whl
Installing collected packages: pycodestyle, autopep8
Successfully installed autopep8-1.3.3 pycodestyle-2.3.1
still does not work. I have removed vs code and installed i again. Still no luck
Expected behavior
Steps to reproduce:
Logs
Output from Python output panel
Output from Console window (Help->Developer Tools menu)
Copied from original issue: DonJayamanne/pythonVSCode#1371
Metadata
Metadata
Assignees
Labels
area-lintingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug