ImportError DLL load failed The specified module could not be found

+1 vote

Hi Guys, I am trying to import pylab in my system. But it is showing me the below error. 

$ import pylab      
from matplotlib._path import affine_transform
ImportError: DLL load failed: The specified module could not be found.

How can I solve this error?

Jun 22, 2020 in Python by akhtar
• 38,230 points
9,377 views

1 answer to this question.

0 votes

Hi@akhtar,

You may get this error if you didn't set the Anaconda path in your environment variable. Add the path in your system environment. It will work.

answered Jun 22, 2020 by MD
• 95,440 points
i was facing during import the matplotlib but after install the anaconda this error was

solved

Related Questions In Python

0 votes
2 answers

How to solve the error - ssl module not found?

Hey, @There, nstall the necessary packages for Python ...READ MORE

answered Oct 23, 2020 in Python by Gitika
• 65,910 points
2,167 views
0 votes
1 answer
0 votes
1 answer

Python error: No handlers could be found for logger “xhtml2pdf”

The only solution is to define a ...READ MORE

answered Sep 5, 2018 in Python by Priyaj
• 58,090 points
1,945 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,060 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,480 views
+1 vote
1 answer

WindowsError: [Error 126] The specified module could not be found.

Hi@akhtar, You can download the shapely module in ...READ MORE

answered Jul 13, 2020 in Python by MD
• 95,440 points
1,087 views
0 votes
1 answer

how to solve the error : "ImportError: No module named Tkinter" in python.

Hi@Umama, If you are using Linux system, then ...READ MORE

answered Apr 27, 2020 in Python by MD
• 95,440 points
12,762 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP