Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.(5)

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

ITtutoria

ITtutoria Logo ITtutoria Logo

ITtutoria Navigation

  • Python
  • Java
  • Reactjs
  • JavaScript
  • R
  • PySpark
  • MYSQL
  • Pandas
  • QA
  • C++
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Python
  • Science
  • Java
  • JavaScript
  • Reactjs
  • Nodejs
  • Tools
  • QA
Home/ Questions/Simple solutions for the error: importerror: dll load failed: the specified module could not be found.
Next
Answered
Bradford Zieme
  • 31
Bradford Zieme
Asked: June 7, 20222022-06-07T14:08:36+00:00 2022-06-07T14:08:36+00:00In: Error

Simple solutions for the error: importerror: dll load failed: the specified module could not be found.

  • 31

. Advertisement .

..3..

. Advertisement .

..4..

Hey geys, how are you today? I hope that you are all OK.

Today, I’m back here because I am getting a error: ”importerror: dll load failed: the specified module could not be found.” and I can’t find the best solution for it by myself, so I need to ask for your help. I am trying to use numpy in my code and here is the program I run:

import pylab
File "C:\Python25\lib\site-packages\pylab.py", line 1, in <module>
from matplotlib.pylab import *
File "C:\Python25\lib\site-packages\matplotlib\pylab.py", line 216, in <module>
from matplotlib import mpl # pulls in most modules
File "C:\Python25\lib\site-packages\matplotlib\mpl.py", line 1, in <module>
from matplotlib import artist
File "C:\Python25\lib\site-packages\matplotlib\artist.py", line 6, in <module>
from transforms import Bbox, IdentityTransform, TransformedBbox, TransformedPath
File "C:\Python25\lib\site-packages\matplotlib\transforms.py", line 34, in <module>
from matplotlib._path import affine_transform
ImportError: DLL load failed: The specified module could not be found.

After I run, it returns an error:

ImportError: DLL load failed: The specified module could not be found.

Does anyone have any suggestions for my problem? Please suggest the best answer to solve it. Thanks!

the specified module could not be found
  • 1 1 Answer
  • 67 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Best Answer
    lyytutoria Expert
    2022-06-07T14:39:29+00:00Added an answer on June 7, 2022 at 2:39 pm

    The cause:

    This error happens because you are importing matplotlib.pylab with Python 3.5.1 on Win 64 but you don’t have Microsoft Visual C++ Redistributable packages for Visual Studio 2015 in your machine. Therefore, the error came out.

    Solution:

    You can access to this link https://www.microsoft.com/en-us/download/details.aspx?id=48145 to install the Visual C++ Redistributable für Visual Studio 2015. Then the error will be solved.

    Your problem can be resolved by another way. ( I found this way from the video:  http://www.youtube.com/watch?v=xmvRF7koJ5E). Here is the process:

    First, you need to download msvcp71.dll and msvcr71.dll from the web, then save them to your C:\Windows\System32 or  C:\Windows\SysWOW64 (if your operating system is 64-bit). Finally, let’s try running your code file in Python and the graph will be loaded in a few seconds.  

    • 12
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question
  • How to Split String by space in C++
  • How To Convert A Pandas DataFrame Column To A List
  • How to Replace Multiple Characters in A String in Python?
  • How To Remove Special Characters From String Python

Explore

  • Home
  • Tutorial

Footer

ITtutoria

ITtutoria

This website is user friendly and will facilitate transferring knowledge. It would be useful for a self-initiated learning process.

@ ITTutoria Co Ltd.

Tutorial

  • Home
  • Python
  • Science
  • Java
  • JavaScript
  • Reactjs
  • Nodejs
  • Tools
  • QA

Legal Stuff

  • About Us
  • Terms of Use
  • Privacy Policy
  • Contact Us

DMCA.com Protection Status

Help

  • Knowledge Base
  • Support

Follow

© 2022 Ittutoria. All Rights Reserved.

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.