Closed Kyle-Kyle closed 5 years ago
there is such a line in setup.py: os.environ['CC'] = 'clang'. I didn't have clang installed. So I spent several minutes to debug it.
setup.py
os.environ['CC'] = 'clang'
Hey, indeed, I put the line there some time ago to debug compilation errors with clang and forgot to remove it. Fixing now.
there is such a line in
setup.py
:os.environ['CC'] = 'clang'
. I didn't have clang installed. So I spent several minutes to debug it.