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

インストール時に'ask_user'のインポートに失敗する #13

Open
ghost opened this issue Feb 12, 2018 · 2 comments
Open

インストール時に'ask_user'のインポートに失敗する #13

ghost opened this issue Feb 12, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 12, 2018

pip install sphinx-quickstart-plusを実行した際に、以下のようにエラーが出てインストールが失敗します。

Collecting sphinx-quickstart-plus
  Downloading sphinx-quickstart-plus-0.6.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/07/vwm1dqbj6v14fw0d1h_dg5100000gn/T/pip-build-qgeoex32/sphinx-quickstart-plus/setup.py", line 9, in <module>
        import sphinx_qsp
      File "/private/var/folders/07/vwm1dqbj6v14fw0d1h_dg5100000gn/T/pip-build-qgeoex32/sphinx-quickstart-plus/sphinx_qsp/__init__.py", line 4, in <module>
        from .quickstart_plus import main, __version__
      File "/private/var/folders/07/vwm1dqbj6v14fw0d1h_dg5100000gn/T/pip-build-qgeoex32/sphinx-quickstart-plus/sphinx_qsp/quickstart_plus.py", line 32, in <module>
        from sphinx.quickstart import ask_user, generate, do_prompt, nonempty, boolean
    ImportError: cannot import name 'ask_user'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/07/vwm1dqbj6v14fw0d1h_dg5100000gn/T/pip-build-qgeoex32/sphinx-quickstart-plus/
  • macOS 10.13.3
  • Python 3.6.1
    を利用しています
kosu9i added a commit to kosu9i/sphinx-qsp that referenced this issue Mar 3, 2018
kosu9i added a commit to kosu9i/sphinx-qsp that referenced this issue Mar 3, 2018
@Rowing0914
Copy link

is this fixed??
I am still getting same error..

Env
macOS: 10.12.6
Python: 3.6.5

@Rowing0914
Copy link

I believe that I could solve the issue in this PR.
please feel free to refer to here!

#14

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

No branches or pull requests

1 participant