zhaoterryy / mkdocs-pdf-export-plugin

An MkDocs plugin to export content pages as PDF files
MIT License
313 stars 44 forks source link

Installation Issue! #34

Closed mehrad-meraji closed 5 years ago

mehrad-meraji commented 5 years ago

I installed the plugin using pip install mkdocs-pdf-export-plugin Python 3.7.2

ERROR   -  Config value: 'plugins'. Error: The "pdf-export" plugin is not installed

Aborted with 1 Configuration Errors!

Thank you

zhaoterryy commented 5 years ago

Can you verify the output of pip --version?

mehrad-meraji commented 5 years ago

pip 19.0.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)

zhaoterryy commented 5 years ago

Verify pip show mkdocs-pdf-export-plugin & pip show mkdocs have the same location?

Other than that I'm not sure. Seems like a configuration issue.