Open bogde opened 6 years ago
Same error rdrand.c(49): fatal error C1189: #error: Only support for gcc or clang currently I use rdrand well on my linux
rdrand.c(49) : fatal error C1189: #error : Only support for gcc or clang currently
Same here. I have installed gcc on my windows system and set up the PATH correctly. I compiled other programs with it.
I'm trying to do
pip install rdrand
on Windows and it keeps failing.At first, it asked me to install http://aka.ms/vcpython27 which I did, and now I get:
rdrand.c(49) : fatal error C1189: #error : Only support for gcc or clang currently
Any ideas?
Thanks!