gvwilson / sdxjs

Software Design by Example with JavaScript
Other
58 stars 13 forks source link

ModuleNotFoundError: No module named 'pymdownx' when launching ivy #3

Closed juananpe closed 2 years ago

juananpe commented 2 years ago

I think that pymdown-extensions should be added as another requirement here: https://github.com/gvwilson/sdxjs/blob/main/requirements.txt Otherwise we will get a "ModuleNotFoundError: No module named 'pymdownx'" error when launching ivy via the make serve command. Not sure which version should be added, though. I tried with the latest one and it worked (pymdown-extensions>=9.5)

gvwilson commented 2 years ago

thank you for spotting that