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 1How would I fix this? I tried installing the Python development headers using yum install python-devel and yum install python36u-devel, but nothing happened.
1 Answer
I updated latest version gcc from gcc 4 to gcc 8.99, its working