RPA Python not working in MacOS Monterey - PHP removed, install PHP this way

I just upgraded to MacOS Monterey and my previous RPA Python code no longer works. I am using RPA to open a website and now I get this:

I am using a Jupyter notebook.

import rpa as r

r.init(visual_automation = True)
r.url('https://www.yahoo.com')
r.close()

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


[RPA][ERROR] - use init() before using url()
[RPA][ERROR] - use init() before using close()
False