Skip to content

Instantly share code, notes, and snippets.

View prd-nguyen-nguyen's full-sized avatar
🐢
High speed coder

Nguyen Hoang Nguyen prd-nguyen-nguyen

🐢
High speed coder
View GitHub Profile
@prd-nguyen-nguyen
prd-nguyen-nguyen / README.md
Created May 15, 2025 07:19 — forked from kmcquade/README.md
libxmlsec1 installation fix

This xmlsec github issue on fixing pip install xmlsec was really annoying to parse through. I pumped the contents into ChatGPT, which got me most of the way, and then I had to follow one of the other comments to get it working. I am documenting it here in case it helps someone else or if I need to reference it in the future.

  1. Revert to libxmlsec1 v1.2.37:
    • Use Homebrew to uninstall the current version:
      brew uninstall libxmlsec1
    • Download the previous version of the formula: