Hoverfly v1.5.2 installed on the machine*, but when importing hoverpy, it installs hoverfly v0.10.0. `DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_linux_amd64.zip TO /tmp/tmpm9e2399d` * Installed with brew on Mac; on Linux: ``` wget -O hoverfly.zip 'https://github.com/SpectoLabs/hoverfly/releases/download/v1.5.2/hoverfly_bundle_linux_amd64.zip' \ && unzip hoverfly.zip hoverfly hoverctl -d /usr/bin \ && rm hoverfly.zip ``` Same with the [hoverpy docs](https://docs.hoverfly.io/projects/hoverpy/en/latest/)