You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document compiler setup and fix conda-build channel requirements
1. Added detailed documentation for conda users building with pip:
- Need to install gxx_linux-64 and gcc_linux-64 compilers
- Prevents GLIBCXX version mismatch errors
2. Fixed conda-build documentation:
- Added -c conda-forge flag requirement
- Explains this is needed for cmake, ninja, and compiler dependencies
3. Enhanced troubleshooting section:
- Compiler issues in conda environments
- Conda build packages not found error
- Clear solutions for both pip and conda-build workflows
Co-authored-by: Ruochun <24469442+Ruochun@users.noreply.github.com>
0 commit comments