Error in installing cx_oracle in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Error in installing cx_oracle in Python

I've been trying to install cx_Oracle module using pip but I'm getting an error "LINK : fatal error LNK1171: unable to load mspdb140.dll (error code: 127)" I've also tried it installing using .whl file. With it, installation is successful but on importing the module the error is "ImportError: DLL load failed: %1 is not a valid Win32 application." I'm using Python 3.6 64 bit version on Windows 10. Can please somebody help me on this...

17th Jan 2017, 12:32 PM
Naman Jain
Naman Jain - avatar
1 Answer
0
Did you try to register this DLL by OS?
29th Jan 2017, 10:22 AM
Игорь Тирский
Игорь Тирский - avatar