Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hoverpy does not run on M1 machines #20

Open
mjlabe opened this issue Apr 20, 2023 · 1 comment
Open

Hoverpy does not run on M1 machines #20

mjlabe opened this issue Apr 20, 2023 · 1 comment

Comments

@mjlabe
Copy link

mjlabe commented Apr 20, 2023

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

@eltioemil
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants