Closed heruiyang closed 8 months ago
It looks likely to be a GCC version issue. We require at least C++11, which is supported by GCC >=4.8 so in theory you should be fine, but the oldest version I've tested is 7.5.0. If it's easy for you to try a newer GCC I recommend that, otherwise I can try downgrading to fix those errors
Thanks for the prompt reply! Upgrading to gcc 4.9.2 (and above) fixed the issue.
Hi, I'm currently trying to install uncalled4 on a linux server running CentOS 7. I've created a new conda environement with python 3.9.18 (although I get the same error with 3.8.18) and get the following error when running
pip install uncalled4
:Not sure if this is an error with a specific gcc version (running
/usr/bin/gcc --version
returns 4.8.5), any help or hints would be greatly appreciated!