Hey,
They changed the machines from where I work and I’m installing everything again. But I’m having trouble with matplotlib, it installs ok (installed through pip) but when I run the script it raises this error:
from matplotlib._path import (
ImportError: DLL load failed while importing _path: The specified module could not be found
I tried updating matplot and uninstalling and reinstalling it, but it didn’t work.
I’m using python 3.11.0 and windows 11.