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

ImportError: No module named mkdocs.cli #80

Closed
ivanhjc opened this issue Mar 13, 2018 · 3 comments
Closed

ImportError: No module named mkdocs.cli #80

ivanhjc opened this issue Mar 13, 2018 · 3 comments

Comments

@ivanhjc
Copy link

ivanhjc commented Mar 13, 2018

I'm trying to launch the site after I fork and clone the project. When I run py start.py I get the error:

Traceback (most recent call last):
   File "E:/Workspace/Intellij/Documentation/start.py", line 6, in <module>
     from mkdocs.cli import cli
ImportError: No module named mkdocs.cli

So what is this mkdocs.cli thing? Is there something missing in the code? I'm running on Windows 7 and using both Python 2.7 and Python 3.5 and I've had mkdocs 0.17.3 installed.

@HelloZeroNet
Copy link
Owner

probably it was removed somewhere, try using mkdocs serve

@ivanhjc
Copy link
Author

ivanhjc commented Mar 13, 2018

Launched successfully with mkdocs serve

@anoadragon453
Copy link
Contributor

This issue can be closed.

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