“ImportError: DLL load failed: %1 is not a valid Win32 application.”
Anaconda3 64bit is the only Python on this computer. I have tried a few things without success. Anybody had the same issue? Help is appreciated. Thanks.
I haven’t used python client on windows, but for php you can get similar behaviour when runtime cannot load all dlls. for example, libcouchbase not in the load path.
You shouldn’t download a standalone version of the C SDK. The Python SDK comes prepackaged with its own version of the C SDK. It needs one for a particular visual studio version.
The DLL should be in the path as if not, the compiler would have puked in the build process. Strange it complains for WIN32 while I’m using x64 library and Python installation.