Failing RTD build: "No module named matrix_utilities"
See original GitHub issueThere is build failure on RTD, though I’m not sure why it started to show up just now. Maybe a wipe and rebuild will be enough.
https://readthedocs.org/projects/astropy/builds/4284616/
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/astropy/conda/latest/lib/python2.7/site-packages/Sphinx-1.3.5-py2.7.egg/sphinx/cmdline.py", line 244, in main
app.build(opts.force_all, filenames)
File "/home/docs/checkouts/readthedocs.org/user_builds/astropy/conda/latest/lib/python2.7/site-packages/Sphinx-1.3.5-py2.7.egg/sphinx/application.py", line 284, in build
self.emit('build-finished', None)
File "/home/docs/checkouts/readthedocs.org/user_builds/astropy/conda/latest/lib/python2.7/site-packages/Sphinx-1.3.5-py2.7.egg/sphinx/application.py", line 508, in emit
results.append(callback(self, *args))
File "/home/docs/checkouts/readthedocs.org/user_builds/astropy/conda/latest/lib/python2.7/site-packages/sphinx_gallery/gen_gallery.py", line 209, in sumarize_failing_examples
"\n" + "-" * 79)
ValueError: Here is a summary of the problems encountered when running the examples
Unexpected failing examples:
../examples/coordinates/plot_sgr-coordinate-frame.py failed leaving traceback:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/astropy/conda/latest/lib/python2.7/site-packages/sphinx_gallery/gen_rst.py", line 520, in execute_code_block
exec(code_block, example_globals)
File "<string>", line 3, in <module>
ImportError: No module named matrix_utilities
-------------------------------------------------------------------------------
Exception occurred:
File "/home/docs/checkouts/readthedocs.org/user_builds/astropy/conda/latest/lib/python2.7/site-packages/sphinx_gallery/gen_gallery.py", line 209, in sumarize_failing_examples
"\n" + "-" * 79)
ValueError: Here is a summary of the problems encountered when running the examples
Unexpected failing examples:
../examples/coordinates/plot_sgr-coordinate-frame.py failed leaving traceback:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/astropy/conda/latest/lib/python2.7/site-packages/sphinx_gallery/gen_rst.py", line 520, in execute_code_block
exec(code_block, example_globals)
File "<string>", line 3, in <module>
ImportError: No module named matrix_utilities
``
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
ModuleNotFoundError: No module named 'six' on build #7705
Details I tried building my docs for my project, yet this fails with a ModuleNotFoundError My conf file Build url Expected Result A ......
Read more >ImportError: No module named for my code on Readthedocs
My project name is mousedb. I don't understand why I get this import error in the auto-build but not locally. Update. Based on...
Read more >Build issue after update to 23.master.0.308477 - Google Groups
ModuleNotFoundError: No module named 'starboard' ERROR at //starboard/tools/BUILD.gn:18:15: ... The issue itself seems to be a Python module path problem.
Read more >In the `testHail` gradle step, I get "ImportError: No module ...
In the `testHail` gradle step, I get "ImportError: No module named pyspark.sql" ... This usually means that your SPARK_HOME environment variable ...
Read more >Build fails ModuleNotFoundError: No module named 'littlefs'
Hi, I am following these instructions I was able to compile on my own last week. ./bin/build-all.sh # after several minutes and a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@pllim - I’ve just tried wiping the builds several times and am re-building. I also added you as a maintainer for future.
Ok, so what changed on the date when builds started failing is that there was a new version of sphinx-gallery released. I think what that version does is that there is now a new
abort_on_example_error
option or at least that it’s exposed in the main sphinx config now. I’ll work on a PR.