Re: [Numpy-discussion] Compilation failures in f2py

2021-01-12 Thread Christopher Albert
Hi Sam, looks like the XCode command line tools containing standard headers are either not installed or updated. Try xcode-select --install or manually download them from https://developer.apple.com/download/more/ and maybe uninstall/reinstall them in case updates don't work. Check with find /Lib

Re: [Numpy-discussion] Compilation failures in f2py

2021-01-25 Thread Christopher Albert
ineTools//SDKs/MacOSX10.15.sdk/usr/include/xlocale/_stdio.h > > /Library/Developer/CommandLineTools//SDKs/MacOSX10.15.sdk/usr/include/secure/_stdio.h > > Any suggestions? > > Sam Dupree. > > > > > On January/12/2021 05:11:50, Christopher Albert wrote: > > H