Skip to content

Build failed: No module named 'six' #7709

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

Closed
Jonas231 opened this issue Nov 29, 2020 · 2 comments
Closed

Build failed: No module named 'six' #7709

Jonas231 opened this issue Nov 29, 2020 · 2 comments

Comments

@Jonas231
Copy link

Details

Expected Result

I wanted to build a documentation. I am using PyCharm and Sphinx. It is very simple. I just used the
'sphinx-quickstart' to check if it works. I have a conf.py in directory "source". I have html files in directory 'build/html'. Six is installed in my anaconda virtual environment (in Pycharm: "External Libraries < Python 3.8.

Actual Result

I get this error message:

Running Sphinx v3.3.1

Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/kdp-doc/envs/latest/lib/python3.8/site-packages/sphinx/config.py", line 319, in eval_config_file
execfile_(filename, namespace)
File "/home/docs/checkouts/readthedocs.org/user_builds/kdp-doc/envs/latest/lib/python3.8/site-packages/sphinx/util/pycompat.py", line 89, in execfile_
exec(code, _globals)
File "/home/docs/checkouts/readthedocs.org/user_builds/kdp-doc/checkouts/latest/docs/conf.py", line 21, in
from six import string_types
ModuleNotFoundError: No module named 'six'

@Arthurdw
Copy link

Same issue as #7705

@humitos
Copy link
Member

humitos commented Nov 30, 2020

Closing as duplicated. Please subscribe at #7705, thanks!

@humitos humitos closed this as completed Nov 30, 2020
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

3 participants