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

Python

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?
 

1
Answers

Replies

If you are working on a virtual environment, then use the below:


pipenv install <module name>

 
 

If you want to unleash your potential in this competitive field, please visit the Python course page for more information, where you can find the Python tutorials and Python frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.
Protected by Astra Security