You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had the same issue, but came here and this project looks abandoned. The problem is that this version doesn't have an arm build, so it fails when it tries to download it.
I have Hoverfly installed and I am trying to run the example test, but I get:
DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_OSX_arm64.zip TO /tmp/tmpha1omii0
Same thing with docker:
DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_linux_aarch64.zip TO /tmp/tmphd3cg4ph
hoverfly --version
v1.5.2
I am trying to run this script:
https://docs.hoverfly.io/en/latest/pages/bindings/python.html
The pip package is installed:
hoverpy 0.2.2
hoverpy-0.2.2-py3.10.egg-info
I also tried following the installation instructions here:
https://github.com/SpectoLabs/hoverpy/blob/master/docs/pages/installation.rst
And received essentially the same error when running python setup.py test:
DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_OSX_arm64.zip TO /var/folders/fp/v5mqcc0x1d92j597l1qgw7hr0000gp/T/tmp0o7l12f3
It successfully downloaded with --platform linux/amd64.
Python 3.10 (Mac, brew installed), 3.11 (Docker), M1 Mac
The text was updated successfully, but these errors were encountered: