I'm trying to install matplotlib but keep getting the error
Fatal error in launcher: Unable to create process using '"c:\users\sharjeel jan\appdata\local\programs\python\python36-32\python.exe" "C:\Users\Sharjeel Jan\AppData\Local\Programs\Python\Python36-32\Scripts\pip.exe" install matplotlib'
To fix this I've tried uninstalling and reinstalling python as well as pip. I've also tried to change the paths by following a bunch of tutorials.
So far I am certain that the path I am using is correct as I used this code to obtain it although the error remains:
import os
import sys
print(os.path.dirname(sys.executable))
If anyone could please help, that would be greatly appreciated!