Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 591720 Details for
Bug 696138
dev-python/matplotlib-2.2.4 USE=doc - Exception occurred: File ".../work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/dates.py", line 317, in _from_ordinalf ix = int(ix) ValueError: cannot convert float NaN
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sphinx-err-n_19h16c.log
sphinx-err-n_19h16c.log (text/plain), 5.20 KB, created by
Alessandro Barbieri
on 2019-10-03 15:02:48 UTC
(
hide
)
Description:
sphinx-err-n_19h16c.log
Filename:
MIME Type:
Creator:
Alessandro Barbieri
Created:
2019-10-03 15:02:48 UTC
Size:
5.20 KB
patch
obsolete
># Sphinx version: 1.8.5 ># Python version: 3.7.4 (CPython) ># Docutils version: 0.14 ># Jinja2 version: 2.10.1 ># Last messages: > ># Loaded extensions: >Traceback (most recent call last): > File "/usr/lib/python3.7/site-packages/sphinx/cmd/build.py", line 303, in build_main > args.tags, args.verbosity, args.jobs, args.keep_going) > File "/usr/lib/python3.7/site-packages/sphinx/application.py", line 263, in __init__ > self._init_builder() > File "/usr/lib/python3.7/site-packages/sphinx/application.py", line 325, in _init_builder > self.emit('builder-inited') > File "/usr/lib/python3.7/site-packages/sphinx/application.py", line 510, in emit > return self.events.emit(event, self, *args) > File "/usr/lib/python3.7/site-packages/sphinx/events.py", line 80, in emit > results.append(callback(*args)) > File "/usr/lib/python3.7/site-packages/sphinx_gallery/gen_gallery.py", line 287, in generate_gallery_rst > seen_backrefs) > File "/usr/lib/python3.7/site-packages/sphinx_gallery/gen_rst.py", line 317, in generate_dir_rst > fname, target_dir, src_dir, gallery_conf) > File "/usr/lib/python3.7/site-packages/sphinx_gallery/gen_rst.py", line 634, in generate_file_rst > gallery_conf) > File "/usr/lib/python3.7/site-packages/sphinx_gallery/gen_rst.py", line 565, in execute_script > for block in script_blocks] > File "/usr/lib/python3.7/site-packages/sphinx_gallery/gen_rst.py", line 565, in <listcomp> > for block in script_blocks] > File "/usr/lib/python3.7/site-packages/sphinx_gallery/gen_rst.py", line 476, in execute_code_block > images_rst = save_figures(block, script_vars, gallery_conf) > File "/usr/lib/python3.7/site-packages/sphinx_gallery/scrapers.py", line 210, in save_figures > rst = scraper(block, block_vars, gallery_conf) > File "/usr/lib/python3.7/site-packages/sphinx_gallery/scrapers.py", line 91, in matplotlib_scraper > fig.savefig(image_path, **kwargs) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/figure.py", line 2062, in savefig > self.canvas.print_figure(fname, **kwargs) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/backend_bases.py", line 2263, in print_figure > **kwargs) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/backends/backend_agg.py", line 517, in print_png > FigureCanvasAgg.draw(self) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/backends/backend_agg.py", line 437, in draw > self.figure.draw(self.renderer) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/artist.py", line 55, in draw_wrapper > return draw(artist, renderer, *args, **kwargs) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/figure.py", line 1493, in draw > renderer, self, artists, self.suppressComposite) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/image.py", line 141, in _draw_list_compositing_images > a.draw(renderer) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/artist.py", line 55, in draw_wrapper > return draw(artist, renderer, *args, **kwargs) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/axes/_base.py", line 2635, in draw > mimage._draw_list_compositing_images(renderer, self, artists) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/image.py", line 141, in _draw_list_compositing_images > a.draw(renderer) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/artist.py", line 55, in draw_wrapper > return draw(artist, renderer, *args, **kwargs) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/axis.py", line 1190, in draw > ticks_to_draw = self._update_ticks(renderer) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/axis.py", line 1028, in _update_ticks > tick_tups = list(self.iter_ticks()) # iter_ticks calls the locator > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/axis.py", line 975, in iter_ticks > for i, val in enumerate(majorLocs)] > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/axis.py", line 975, in <listcomp> > for i, val in enumerate(majorLocs)] > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/examples/ticks_and_spines/date_index_formatter2.py", line 41, in __call__ > return num2date(self.dates[ind]).strftime(self.fmt) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/dates.py", line 522, in num2date > return _from_ordinalf(x, tz) > File "/var/tmp/portage/dev-python/matplotlib-2.2.4/work/matplotlib-2.2.4-python3_7/build/lib/matplotlib/dates.py", line 317, in _from_ordinalf > ix = int(ix) >ValueError: cannot convert float NaN to integer
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 696138
:
591716
|
591718
| 591720