@Allan_Zimmermann i am invoke python code using invoke code activity am using some modules like os and all in my python code. But when am run the flow i am getting modulenotfound error .
So, how can i import libraries ? please help to solve this error
Try searching on the forum first … This has been answered a few times before, like here
Hey.
OpenRPA uses python embedded, it allows for complete control over the python runtime, that is needed to map variables in/out of python. Therefor it cannot see packages you installed in your “own” python. So you need to use the pip install activity or run pip install from C:\Users%USERNAME%\AppData\Local\python-3.7.3-embed-amd64
The draw back is, the only python 3.7 is suppurted. If you have a supported version of python 3.7 in your PATH you can go to settings → recorder plugins → Scriptin…
@Ross can you explainn me how can i invoke python code
system
Closed
May 12, 2023, 9:32am
#4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.