sent2vec icon indicating copy to clipboard operation
sent2vec copied to clipboard

Error in install command - gcc: error: error: command 'gcc' failed with exit status 1

Open MuthuV-c303825 opened this issue 4 years ago • 3 comments

when i tried to install sent2vec in my python virtual environment in linux im facing the issue " gcc: error: unrecognized command line option ‘-fno-semantic-interposition’ error: command 'gcc' failed with exit status 1 "

I had other packages (numpy, pandas, scipy, fasttext and cython) installed.

any pointers on how i could get the error resolved that would be great. below is the attached screenshot for reference.

image

MuthuV-c303825 avatar Aug 12 '21 10:08 MuthuV-c303825

Hi - I'm running into a similar issue now, did you end up figuring it out?

sanjay-elangovan avatar Nov 09 '21 03:11 sanjay-elangovan

I am having a similar issue too. I tried to update conda, create symbolic links but nothing worked.

ihsankahveci avatar Feb 01 '22 20:02 ihsankahveci

I have resolved this issue, you need to manually install gcc and g++

YKKamaizng avatar Apr 01 '24 01:04 YKKamaizng