sphinx-reload icon indicating copy to clipboard operation
sphinx-reload copied to clipboard

Installation failed on Python Python 2.7.15+

Open vadi2 opened this issue 5 years ago • 0 comments

$ pip install sphinx-reload
Collecting sphinx-reload
  Downloading https://files.pythonhosted.org/packages/9e/0c/cc638554fbb12066329aff959e6cd0dc24797c3de878326d0decd8c366f3/sphinx-reload-0.2.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-xKZWfR/sphinx-reload/setup.py", line 5, in <module>
        import sphinx_reload
      File "sphinx_reload.py", line 14, in <module>
        import livereload
    ImportError: No module named livereload
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-xKZWfR/sphinx-reload/

Seems to be the same as https://github.com/prkumar/sphinx-reload/issues/1, yet it's still an issue.

vadi2 avatar Dec 13 '19 10:12 vadi2