issue_comments: 1100283959
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/6454#issuecomment-1100283959 | https://api.github.com/repos/pydata/xarray/issues/6454 | 1100283959 | IC_kwDOAMm_X85BlQA3 | 31284574 | 2022-04-15T18:37:22Z | 2022-04-15T18:37:22Z | NONE |
Issue seems is in other place after add patch ```patch --- a/doc/conf.py~ 2022-03-02 15:49:23.000000000 +0000 +++ b/doc/conf.py 2022-04-15 18:32:06.848726986 +0000 @@ -17,6 +17,9 @@ import os import subprocess import sys + +sys.path.append(os.path.abspath('..')) + from contextlib import suppress import sphinx_autosummary_accessors
import xarray as xr import matplotlib.pyplot as plt ModuleNotFoundError Traceback (most recent call last) /tmp/ipykernel_1995816/830426931.py in <module> ----> 1 import xarray as xr 2 import matplotlib.pyplot as plt ModuleNotFoundError: No module named 'xarray' ModuleNotFoundError: No module named 'xarray' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/sphinx/cmd/build.py", line 276, in build_main app.build(args.force_all, filenames) File "/usr/lib/python3.8/site-packages/sphinx/application.py", line 330, in build self.builder.build_update() File "/usr/lib/python3.8/site-packages/sphinx/builders/init.py", line 283, in build_update self.build(['all'], to_build) File "/usr/lib/python3.8/site-packages/sphinx/builders/init.py", line 300, in build updated_docnames = set(self.read()) File "/usr/lib/python3.8/site-packages/sphinx/builders/init.py", line 407, in read self._read_serial(docnames) File "/usr/lib/python3.8/site-packages/sphinx/builders/init.py", line 428, in _read_serial self.read_doc(docname) File "/usr/lib/python3.8/site-packages/sphinx/builders/init.py", line 468, in read_doc doctree = read_doc(self.app, self.env, self.env.doc2path(docname)) File "/usr/lib/python3.8/site-packages/sphinx/io.py", line 181, in read_doc pub.publish() File "/usr/lib/python3.8/site-packages/docutils/core.py", line 217, in publish self.document = self.reader.read(self.source, self.parser, File "/usr/lib/python3.8/site-packages/sphinx/io.py", line 101, in read self.parse() File "/usr/lib/python3.8/site-packages/docutils/readers/init.py", line 78, in parse self.parser.parse(self.input, document) File "/usr/lib/python3.8/site-packages/nbsphinx.py", line 1039, in parse raise NotebookError('\n'.join(lines)) nbsphinx.NotebookError: CellExecutionError in examples/ERA5-GRIB-example.ipynb: import xarray as xr import matplotlib.pyplot as plt ModuleNotFoundError Traceback (most recent call last) /tmp/ipykernel_1995816/830426931.py in <module> ----> 1 import xarray as xr 2 import matplotlib.pyplot as plt ModuleNotFoundError: No module named 'xarray' ModuleNotFoundError: No module named 'xarray' You can ignore this error by setting the following in conf.py:
Notebook error: CellExecutionError in examples/ERA5-GRIB-example.ipynb: import xarray as xr import matplotlib.pyplot as plt ModuleNotFoundError Traceback (most recent call last) /tmp/ipykernel_1995816/830426931.py in <module> ----> 1 import xarray as xr 2 import matplotlib.pyplot as plt ModuleNotFoundError: No module named 'xarray' ModuleNotFoundError: No module named 'xarray' You can ignore this error by setting the following in conf.py:
Could ypu please try to reproduce this issue by uninstall |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
1196425693 |