I have recently installed the latest version of OpenRPA (1.4.57.8), which seems to have made the “pip install” activity not work.
It gives the following error:
Previously, I had installed installed version 1.4.57.7 of OpenRPA, and specifically the version which included Python version 3.11.4
In the app data folder I see that I now have two versions of Python,
Python 3.7.3
and
Python 3.11.4
and in the error message I see that it references Python 3.7.3.
Could this have any impact on the error, or am I doing something else wrong? Before updating to the latest OpenRPA version, I did not get this error.
Preferably I would like to keep the latest version of OpenRPA as it has solved another problem I was having with Lock Errors occurring (so thanks for that!). Ideally, I would like to have the latest version of OpenRPA and Python 3.11.4
I know that I can make my python code into .exe files and run them using StartProcess, and I will do this if I can’t make pip install work
Thanks in advance to anyone who might have an answer