Library errors when using IDE Thonny

0

I'm working with Python, I have run and I miss these errors. I know they are libraries that I need to install.

Can anyone tell me which ones I need to install? Or what is the problem?

  

Traceback (most recent call last): File   "C: \ Users \ User \ Desktop \ COMPU \ T.P (18) .py", line 3, in   import matplotlib.pyplot as plt

     

File   "C: \ Users \ User.thonny \ BundledPython36 \ lib \ site-packages \ matplotlib \ pyplot.py",   line 29, in       import matplotlib.colorbar

     

File   "C: \ Users \ User.thonny \ BundledPython36 \ lib \ site-packages \ matplotlib \ colorbar.py",   line 32, in       import matplotlib.artist as martist

     

File   "C: \ Users \ User.thonny \ BundledPython36 \ lib \ site-packages \ matplotlib \ artist.py",   line 16, in       from .path import Path

     

File   "C: \ Users \ User.thonny \ BundledPython36 \ lib \ site-packages \ matplotlib \ path.py",   line 25, in       desde . import _path, rcParams

     

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

    
asked by Estanislao Ortiz 30.11.2017 в 03:24
source

0 answers