Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 17 Online
OpenStudy (anonymous):

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

OpenStudy (rsmith6559):

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.

OpenStudy (anonymous):

>>> matplotlib.__version__ '1.3.1' >>> from matplotlib import ft2font >>>

OpenStudy (anonymous):

No files came back for the search. I downloaded it off the instructions for ps6 - version 1.0.0

OpenStudy (rsmith6559):

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.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!