python-animeface
python-animeface copied to clipboard
is there a build for windows (amd64) ?
I tried to compile it but got:
- Imaging.h not found then found it in Pillow-6.2.0 source got
- nv_core_h. not found then found it (and many others dependent includes) in nvxs-1.0.2 source got
- nv_ml_som.h not found then found in in Nagadomi (animeface & nv) sources, compile all with warnings and then got
- nvxs.lib not found and then stopped because it's cirtainly wrong way Visual studio 2019
I've just released v2.0.0 with wheels (prebuilt binary packages) for Linux and macOS. But Windows support is still unavailable mainly because I don't own active Windows machines.
I tried the configuration in nv_config.h but it didn't work. Hopefully a Windows version of the build method will be provided.
// VC++
#define NV_ENABLE_CUDA 0 // CUDAを使うか
#define NV_ENABLE_CLOCK 1 // nv_clockを使うか
#define NV_ENABLE_SLEEP 1 // nv_sleepを使うか
#define NV_ENABLE_SSE2 1 // SSE2を使うか
#define NV_ENABLE_OPENCV 1 // OpenCV変換を使うか
#define NV_XS 0 // Perl用