I just installed theano and I ran theano.test() to check to see if it was installed correctly. However, I keep on getting this error when running each test:
Problem occurred during compilation with the command line below: C:\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-label -Wno-unused-variable -Wno-write-strings -march=broadwell -mmmx -mno-3dnow -msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha -mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 -mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd -mf16c -mfsgsbase -mrdseed -mprfchw -madx -mfxsr -mxsave -mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf -mno-prefetchwt1 -mno-clflushopt -mno-xsavec -mno-xsaves -mno-avx512dq -mno-avx512bw -mno-avx512vl -mno-avx512ifma -mno-avx512vbmi -mno-clwb -mno-pcommit -mno-mwaitx --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -D NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m32 -IC:\Python27\lib\site-packages\numpy\core\include -IC:\Python27\include -IC:\Python27\lib\site-packages\theano\gof -o C:\Users\Jason\AppData\Local\Theano\compiledir_Windows-10-10.0.10586-Intel64_Family_6_Model_71_Stepping_1_GenuineIntel-2.7.12-32\tmprlk_mn\e0ada93156031295b59a47b2ac67e51d.pyd C:\Users\Jason\AppData\Local\Theano\compiledir_Windows-10-10.0.10586-Intel64_Family_6_Model_71_Stepping_1_GenuineIntel-2.7.12-32\tmprlk_mn\mod.cpp -LC:\Python27\libs -LC:\Python27 -lpython27 E...S...00001 #include <Python.h> How do I fix this? -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
