pip install fbprophet in centos 7 - error: command 'gcc' failed with exit status 1

I tried to install fbprophet for Python 3.6 using pip install fbprophet in CentOS 7, but I am getting

error: command 'gcc' failed with exit status 1

How would I fix this? I tried installing the Python development headers using yum install python-devel and yum install python36u-devel, but nothing happened.

8

1 Answer

I updated latest version gcc from gcc 4 to gcc 8.99, its working

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like