Visual Studio Code – Subprocess error when installing fastai with Python
I've been trying to install fastai to Python 3.11.8 so I could access fastai.vision.all (my code editor is Visual Studio Code) However, after using "python -m pip install fastai", I recieved an subprocess.CalledProcessError, stating "This error originates from a subprocess,…