We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip install sphinx-quickstart-plusを実行した際に、以下のようにエラーが出てインストールが失敗します。
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/
The text was updated successfully, but these errors were encountered:
issue pashango2#13 対応
9ebbc4d
8c13107
is this fixed?? I am still getting same error..
Env macOS: 10.12.6 Python: 3.6.5
Sorry, something went wrong.
I believe that I could solve the issue in this PR. please feel free to refer to here!
#14
No branches or pull requests
pip install sphinx-quickstart-plus
を実行した際に、以下のようにエラーが出てインストールが失敗します。を利用しています
The text was updated successfully, but these errors were encountered: