r.init() returns false - improved init() error message with v1.44.1, see if that helps

I installed rpa with

pip install rpa

Then I tried the sample codes but ran into problems immediately.

With this:

import rpa as r
r.__file__**

I get:

'/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/rpa.py'

Then I tried this:

r.init()

I get:

[RPA][ERROR] - following happens when starting TagUI...


False

Please advise. Thanks.