Python code error

Hello

I have a problem when trying to run a python script that works well with the native environment of the computer but when I try to run it with OpenRPA it gives me the error in the image.

This happens due to pip install activity. When you run pip install activity it install latest version the packages of python. I will suggest to use pip install using specific version of library as a best practices
To fix this add pip install activity {“urllib3”==1.26.15}

Thank you very much for the response, the error no longer appears but now it gives me another type of error and it is only with the invocation of OpenRPA code because when I run it from python-3.7.3-embed-amd64 it works correctly for me.


Using version 1.26.7 it worked without problems with OpenRPA

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.