Bundle exec jekyll serve: imagemagick and jupyter error #2862
-
VSCode terminalMain error
One thing that has been tried:
|
Beta Was this translation helpful? Give feedback.
Answered by
george-gca
Nov 28, 2024
Replies: 1 comment 1 reply
-
The recommended way to run locally on Windows is with WSL, as stated in our docs. Now, if you want to run without using wsl or docker, you must install all the dependencies manually. For instance, in your case you are missing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GrassGlass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The recommended way to run locally on Windows is with WSL, as stated in our docs. Now, if you want to run without using wsl or docker, you must install all the dependencies manually. For instance, in your case you are missing
jupyter
. For local installation without docker, check this section in our docs. Note that this section was written for linux users, meaning that if you don't use wsl, you'll need to adapt the steps for windows.