Python module error in open rpa

When I was using OpenRPA to call Python, I encountered an error: “No module named pyautogui”. However, I have used the PIP Install module to install it. Why am I still getting this error? The Python version I’m using is 3.11.0。And I have checked the Python versions on my system, and only 3.11 is present




look in “logging” and “outout” tab, did pip install fail ?
do you see pyautogui inside the python embedded folder ?

it seems failed,there is no pyautogui in embedded folder.
[21:10:10.261][Output] slider failed at 1.3 in 00:00.273

No module named ‘pyautogui’

[21:10:10.166][Error] Failed getting exclusive UIThread lock
[21:10:09.851][Information] C:\Users\admin\AppData\Local\python-3.11.0-embed-amd64\Scripts\pip install --no-warn-script-location pyautogui
[21:10:09.851][Information] run from ‘C:\Users\admin\AppData\Local\python-3.11.0-embed-amd64’
[21:10:09.851][Information] Installing python module ‘pyautogui’ into ‘C:\Users\admin\AppData\Local\python-3.11.0-embed-amd64\Lib\site-packages\pyautogui’
[21:10:09.850][Information] Installing pip into C:\Users\admin\AppData\Local\python-3.11.0-embed-amd64
[21:10:09.763][Information] slider started in 00:00.029
[21:09:41.181][Information] Connected to wss://app.openiap.io/
[21:09:36.502][Information] load script activites end
[21:09:36.502][Information] load local script activities end.
[21:09:36.501][Information] load local script activities…
[21:09:36.500][Information] load script activities…

hi Allen,i got a solution:



run the code in openrpa to verify:

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