fairseq2 icon indicating copy to clipboard operation
fairseq2 copied to clipboard

Build Failure When Running cmake --build build

Open shashi-23 opened this issue 1 year ago • 1 comments

I'm encountering a build error while trying to build fairseq2n as per fairseq2_Install_from_source. The error message is as follows, Has anyone else faced this issue or have suggestions on how to fix it? Any help would be greatly appreciated!

image

shashi-23 avatar Oct 28 '24 19:10 shashi-23

@shashi-23 This might be related to your local gcc version (refer to this issue). We built the wheels w/ 11.2.1. You can check your gcc version w/ gcc --version. To get the list of available versions: sudo apt list gcc-11.

zyaoj avatar Dec 09 '24 10:12 zyaoj