Skip to content

Instantly share code, notes, and snippets.

@greenbrettmichael
Created May 12, 2025 18:20
Show Gist options
  • Select an option

  • Save greenbrettmichael/32c584dae62975e8b6889053731fa37e to your computer and use it in GitHub Desktop.

Select an option

Save greenbrettmichael/32c584dae62975e8b6889053731fa37e to your computer and use it in GitHub Desktop.
`GLIBCXX_3.4.32' not found

This seems to happen sometimes with c++ compiled python wheels. I believe that there is some conflict between system libstdc++6 and one packaged with miniconda. Installing this conda-forge package appears to fix the issue.

conda install -c conda-forge libstdcxx-ng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment