DLL load failed while importing _cyrfc: The specified module could not be found

112 views Asked by At

I'm trying to import pyrfc module and getting this error:

DLL load failed while importing _cyrfc: The specified module could not be found.

Can someone help? This is for connecting to SAP source system.

1

There are 1 answers

0
MingJie-MSFT On

This problem was usually caused by incorrect python interpreter.

You can use shortcuts Ctrl+Shift+P and type "Python: Select Interpreter" to choose your python interpreter which you installed the package in.