WindowsのVSCodeでPythonのスクリプトを扱おうとした時、Linterを入れるよう勧められたよ。入っていなかったからしょうがないね。 だけど、今までならポチッとインストールボタンを押すだけで入った気がするのに今回は入らなかったのさ・・・・ Exception: Traceback (most recent call last): File "c:\python\python36\lib\site-packages\pip\compat\__init__.py", line 73, in console_to_str return s.decode(sys.__stdout__.encoding) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa1 in position 55: invalid start byte During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\python\python36\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "c:\python\python36\lib\site-packages\pip\commands\install.py", line 342, in run prefix=options.prefix_path, File "c:\python\python36\lib\site-packages\pip\req\req_set.py", line 784, in install **kwargs File "c:\python\python36\lib\site-packages\pip...