No issue here but relaying some information in case others have the same problem.
I was having an issue building in linux where i was getting the error:
error: command 'CC' failed: No such file or directory
I tried setting aliases for the compiler commands and modifying environment variables, but to no avail. The build tools were not good at giving me more useful debug. However, i was able to fix the problem by invoking conda install gxx_linux-64==7.5.0.
No issue here but relaying some information in case others have the same problem.
I was having an issue building in linux where i was getting the error:
error: command 'CC' failed: No such file or directory
I tried setting aliases for the compiler commands and modifying environment variables, but to no avail. The build tools were not good at giving me more useful debug. However, i was able to fix the problem by invoking conda install gxx_linux-64==7.5.0.