Error in Install and Build action #141412
Unanswered
BogdanLata
asked this question in
Pages
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
When I try to push a commit on website, I get this failure error in Actions, Deploy, section Install and Build.
I haven't used the Pages for 6 months and it worked before.
_Run pip3 install --upgrade jupyter
pip3 install --upgrade jupyter
npm install -g mermaid.cli
npm install -g purgecss
export JEKYLL_ENV=production
bundle exec jekyll build --lsi
purgecss -c purgecss.config.js
shell: /usr/bin/bash -e {0}
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
Error: Process completed with exit code 1._
Beta Was this translation helpful? Give feedback.
All reactions