VirtualBox Install

I installed HASSOS on Oracle VM VirtualBox running on a CentOS machine. Works fine but I have a question about accessing a file. To interface with my garage door, I use MyQ. Chamberlain is constantly changing their API and when they do, the integration with the garage door in HA breaks. Typically I wait for the next HA Core update to get it working again, but I know that there is a python script file that I can change myself so I don’t have to wait for the Core update. The problem is, I can’t find it. The file in question is:

“/usr/local/lib/python3.7/site-packages/pymyq/api.py”

This path is coming directly out of the log file. However, when I try to find it on the VM, there is no “pymyq” folder. I can drill down to “/usr/local/lib/python3.7/site-packages” but “pymyq” isn’t there.

What am I missing?