Python Error - ModuleNotFoundError: No module named 'patoolib'

I recently updated my Arch install and ever since then, I’ve received this bottles error. It was working before.

❯ bottles
Traceback (most recent call last):
  File "/usr/bin/bottles", line 44, in <module>
    from bottles.frontend import main
  File "/usr/share/bottles/bottles/frontend/main.py", line 36, in <module>
    from bottles.frontend.windows.main_window import MainWindow
  File "/usr/share/bottles/bottles/frontend/windows/main_window.py", line 30, in <module>
    from bottles.backend.managers.manager import Manager
  File "/usr/share/bottles/bottles/backend/managers/manager.py", line 41, in <module>
    from bottles.backend.managers.dependency import DependencyManager
  File "/usr/share/bottles/bottles/backend/managers/dependency.py", line 25, in <module>
    import patoolib
ModuleNotFoundError: No module named 'patoolib'

I have used ‘pacman -Rns bottles’ to do a complete flush of bottles and reinstall. Issue still remains.

I have not installed any custom python items via pip.