-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Can't install locust on M1 Mac #2115
Comments
Sounds like this ticket belongs in gevent instead of Locust (unfortunately I dont even have an Mx mac to test this on, so I wouldnt be of much help anyway) |
Hey thanks for reaching out. |
Looks like a fix is on the way gevent/gevent#1721 |
Is this still an issue with latest gevent? |
@NitzanShifrin I'm using Locust on my M1 Mac. But I am installing everything with |
hey @cyberw @samuelspagl thanks! |
Sorry for commenting on a stale issue, but I have confirmed that there's no (longer a) problem to install or run
|
Nice! |
This issue was closed because it has been stalled for 10 days with no activity. This does not necessarily mean that the issue is bad, but it most likely means that nobody is willing to take the time to fix it. If you have found Locust useful, then consider contributing a fix yourself! |
Error when installing locust - problem with gevent
Requirement already satisfied: pyzmq>=22.2.1 in /Users/nshifrin/Library/Python/3.8/lib/python/site-packages (from locust->-r BusLoadTest/requirements.txt (line 1)) (22.3.0)
Collecting gevent>=20.12.1
Using cached gevent-21.12.0.tar.gz (6.2 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
ImportError: dlopen(/private/var/folders/yt/yzcjd_217bx_jqc12n70kt0m0000gn/T/pip-build-env-fi2yc_2l/overlay/lib/python3.8/site-packages/_cffi_backend.cpython-38-darwin.so, 0x0002): tried: '/private/var/folders/yt/yzcjd_217bx_jqc12n70kt0m0000gn/T/pip-build-env-fi2yc_2l/overlay/lib/python3.8/site-packages/_cffi_backend.cpython-38-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/usr/local/lib/_cffi_backend.cpython-38-darwin.so' (no such file), '/usr/lib/_cffi_backend.cpython-38-darwin.so' (no such file)
Environment
The text was updated successfully, but these errors were encountered: