Hello there,
I have problem with python integration when I import some libraries as shown in the 1st pic it shows me the message: “pipe is broken”.
Could u please show the full python code ?
Also I would recommend to import library at top of code instead of declaring inside the function
Inbuilt libraries of python doesn’t throw this kind of error during the import but whenever i try to import some other libraries i get this error.
I resolved it using the attached pic of solution but i would like to know whether it is the efficient solution for this or not.
@NIVED_NAMBIAR Importing it at the top of the code gives the same error.
I had not tried this way
Well if it is working for u ,then u can follow that
@NIVED_NAMBIAR I would like to know the way you have tried.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.