Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARN: matplotlib warnings #12436

Closed
jreback opened this issue Feb 24, 2016 · 4 comments
Closed

WARN: matplotlib warnings #12436

jreback opened this issue Feb 24, 2016 · 4 comments
Labels
Compat pandas objects compatability with Numpy or Python functions Visualization plotting
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Feb 24, 2016

anyone know the reason for these? https://travis-ci.org/pydata/pandas/jobs/111469225
only seem to be on py3.

/home/travis/miniconda/envs/pandas/lib/python3.5/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
  warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
/home/travis/miniconda/envs/pandas/lib/python3.5/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
  warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
@jreback jreback added Visualization plotting Compat pandas objects compatability with Numpy or Python functions labels Feb 24, 2016
@jreback jreback added this to the 0.18.1 milestone Feb 24, 2016
@jreback
Copy link
Contributor Author

jreback commented Feb 24, 2016

@TomAugspurger
cc @tacaswell
cc @mdboom

@tacaswell
Copy link
Contributor

Odd that you are only seeing it on python3, should be seeing in everywhere (unless you are caching the font caches?).

On import systems with all the adobe fonts installed can take forever so a user warning got added.

See matplotlib/matplotlib#5836

@jreback jreback modified the milestones: 0.18.2, 0.18.1 Apr 25, 2016
@jreback
Copy link
Contributor Author

jreback commented Apr 25, 2016

looks like nothing to be done on our side :<

@jreback jreback closed this as completed Apr 25, 2016
@tacaswell
Copy link
Contributor

You can cache the fontcache on travis which will also suppress the warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Visualization plotting
Projects
None yet
Development

No branches or pull requests

2 participants