NervanaSystems / neon

Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
http://neon.nervanasys.com/docs/latest
Apache License 2.0
3.87k stars 811 forks source link

pip install failed, posix-ipc using sys/time.h failed #473

Open silkyrose opened 4 years ago

silkyrose commented 4 years ago

pip install nervananeon failed.

posix_ipc_module.c(37): fatal error C1083: 无法打开包括文件: “sys/time.h” no such file or directory

Mine is CPU x86-64

How can I do?

silkyrose commented 4 years ago

I deleted <sys\time.h> and faced another error: posix_ipc_module.c(46): fatal error C1083: can not open include file : “win32\pthread.h : No such file or directory Also pthread.h is for linux I'm on windows.

silkyrose commented 4 years ago

nervananeon only can be installed in unix.