The Python version you are using (32 vs 64 bit) should match the package version you are trying to import.
32 bit DLL is incompatible with a 64 bit Python executable and a 64 bit DLL is incompatible with a 32 bit Python executable.
The Python version you are using (32 vs 64 bit) should match the package version you are trying to import.
32 bit DLL is incompatible with a 64 bit Python executable and a 64 bit DLL is incompatible with a 32 bit Python executable.