Python - Ayuda con UserWarning

 
Vista:
sin imagen de perfil

Ayuda con UserWarning

Publicado por Oscar (1 intervención) el 18/07/2017 22:24:48
Estoy ajustando python para trabajar en dinámica de fluidos,agregué todas las librerías necesarias probando un algoritmo,una vez agregadas todas las librerías,me da este mensaje, no se si este mensaje es meramente un aviso o hay algo que va mal.

Warning (from warnings module):
File "/usr/lib/python3/dist-packages/matplotlib/font_manager.py", line 273
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.

Warning (from warnings module):
File "/usr/lib/python3/dist-packages/matplotlib/font_manager.py", line 273
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.


Gracias por el tiempo.

dejo aquí el algoritmo de prueba.

https://gist.github.com/taumuon/12b450b7761bbc305d89
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder