Site won't deploy; "No such file or directory - jupyter" #2495
-
I downloaded the latest version of the alshedivat/al-folio template and followed the instructions in INSTALL.md. In addition, I had to switch the Build and Deployment source (see #1398 (comment)) and add a Repository Secret to insert my Personal Access Token (see #2122 (comment)). After all that, the deployment fails with "converter.rb:58:in `spawn': No such file or directory - jupyter (Errno::ENOENT)" and the error message in the title of this post. I have seen dome discussion around this (see #1545 (comment)) but no solution. I am quite stuck. This happens when running the deployment on GitHub, not locally. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Have you followed the recommended approach first? You should first make it work "as is" in your repository, only then make modifications. This way it is easier to keep track of which modifications caused error. |
Beta Was this translation helpful? Give feedback.
You should use
Deploy from a branch
, not what is stated in that comment. Note that it takes some time for the GitHub action that does the build and creategh-pages
branch to run, which you can check in theActions
tab of your repo.Also we don't use
.github/workflows/jekyll.yml
, since we have our own build action in .github/workflows/deploy.yml. That action installsjupyter
before building anything. Delete your.github/workflows/jekyll.yml
file and try again, changing toDeploy from a branch
.