ctheis
(Chris Theis)
4
Hi David,
Yes, I’d suggest to enable devtoolset-7 via .bashrc
In your log file you can find an error message right after trying to compile:
make: python3-config: Command not found
This indicates that you have not installed the python3-devel package.
Cheers
Chris