Did anyone else get this error message when they tried to install matplotlib for ps6? from matplotlib._path import affine_transform ImportError: DLL load failed: The specified module could not be found. Any help appreciated
Do a search for any file named affine_transformation. If the dll exists, then it's a problem with where the interpreter is looking for it.
>>> matplotlib.__version__ '1.3.1' >>> from matplotlib import ft2font >>>
No files came back for the search. I downloaded it off the instructions for ps6 - version 1.0.0
I'm not very familiar with matplotlib. I used it in 6.00 four years ago, that's it. TBH, I'm surprised that affine_transformation is being imported from matplotlib._path which doesn't look like a module to me.
Join our real-time social learning platform and learn together with your friends!