[code-quality] Installing Pylint for Python 3.4 on Visual Studio Code | System: Windows 10

2018-08-22 Thread Hannah . Miles
Hello, My name is Miles. I've been having a difficult time installing pylint for python 3.4 on visual studio code Windows 10 system. I went to Powershell and used the "pip install pylint" command and it keeps stating "Fatal error in launcher: unable to create process using '"" C:\Program Files\

Re: [code-quality] Installing Pylint for Python 3.4 on Visual Studio Code | System: Windows 10

2018-08-22 Thread Brett Cannon
It sounds like your Python install is such that you can't actually run Python. Make sure you can actually run C:\Program Files\Python34\python.exe . (IOW I don't think this has anything to do with Pylint or pip and so you might want to ask for help on the python-tutor mailing list.) On Wed, 22 Aug