question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failing RTD build: "No module named matrix_utilities"

See original GitHub issue

There 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:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
astrofrogcommented, Aug 21, 2016

@pllim - I’ve just tried wiping the builds several times and am re-building. I also added you as a maintainer for future.

0reactions
astrofrogcommented, Aug 21, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found