Skip to content

Catch 22? social plugin is not installed #3177

Answered by DragonflyRobotics
PEZ asked this question in Q&A
Discussion options

You must be logged in to vote

I had the same issue and the problem is with the versioning. I was using a older version of MKDocs Material (8.3.x) which doesn't have builtin support for socials. I had to run the following:

pip install mkdocs-material mkdocs-material-extensions --upgrade
pip install pillow cairosvg --upgrade

This updated all the dependencies and allowed it to use the plugin.

You have to also have the latest version of Pillow since otherwise, you will get this error:

AttributeError: 'ImageDraw' object has no attribute 'textbbox'

I hope this helps. Let me know if you have any other issues.

Replies: 4 comments 16 replies

Comment options

PEZ
Nov 3, 2021
Author Sponsor

You must be logged in to vote
4 replies
@PEZ
Comment options

PEZ Nov 3, 2021
Author Sponsor

@squidfunk
Comment options

@PEZ
Comment options

PEZ Nov 3, 2021
Author Sponsor

@squidfunk
Comment options

Comment options

PEZ
Nov 3, 2021
Author Sponsor

You must be logged in to vote
7 replies
@PEZ
Comment options

PEZ Nov 3, 2021
Author Sponsor

@squidfunk
Comment options

@PEZ
Comment options

PEZ Nov 3, 2021
Author Sponsor

@squidfunk
Comment options

@PEZ
Comment options

PEZ Nov 4, 2021
Author Sponsor

Comment options

You must be logged in to vote
5 replies
@ssbarnea
Comment options

@ssbarnea
Comment options

@squidfunk
Comment options

@squidfunk
Comment options

@squidfunk
Comment options

Answer selected by squidfunk
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants