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

ipywidgets erroneously removed from list of deps (was: RTD builds are failing with v1.1.0) #368

Closed
willfurnass opened this issue Oct 1, 2019 · 2 comments
Labels

Comments

@willfurnass
Copy link
Collaborator

From https://readthedocs.org/projects/mumot/builds/:

Running Sphinx v1.8.5

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/mumot/envs/latest/lib/python3.6/site-packages/sphinx/config.py", line 368, in eval_config_file
    execfile_(filename, namespace)
  File "/home/docs/checkouts/readthedocs.org/user_builds/mumot/envs/latest/lib/python3.6/site-packages/sphinx/util/pycompat.py", line 150, in execfile_
    exec_(code, _globals)
  File "/home/docs/checkouts/readthedocs.org/user_builds/mumot/checkouts/latest/docs/source/conf.py", line 70, in <module>
    import mumot
  File "/home/docs/checkouts/readthedocs.org/user_builds/mumot/checkouts/latest/mumot/__init__.py", line 36, in <module>
    from .models import (
  File "/home/docs/checkouts/readthedocs.org/user_builds/mumot/checkouts/latest/mumot/models.py", line 30, in <module>
    from . import (
  File "/home/docs/checkouts/readthedocs.org/user_builds/mumot/checkouts/latest/mumot/controllers.py", line 6, in <module>
    import ipywidgets.widgets as widgets
ModuleNotFoundError: No module named 'ipywidgets'

Travis was able to build the docs for the v1.1.0 tagged commit, so I suspec that our RTD config or possibly RTD infrastructure is at fault.

@willfurnass willfurnass added the bug label Oct 1, 2019
@willfurnass
Copy link
Collaborator Author

Ah, I hastily removed ipywidgets from setup.py - readding via PR #369 then will tag release 1.1.1 before pushing new builds to PyPI.

@willfurnass willfurnass changed the title RTD builds are failing with v1.1.0 ipywidgets erroneously removed from list of deps (was: RTD builds are failing with v1.1.0) Oct 2, 2019
@willfurnass
Copy link
Collaborator Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant