-
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
Unable to install on Mac OS X due to errors with greenlet #404
Comments
I get errors relating to greenlet as well:
|
I'm able to @z5h: Did you try to install Locust into a virtualenv? If not, could you try it? (I'm guessing here, but the permission denied message seems to indicate that it's trying to install greenlet as a system package, which you might need root permissions to do) |
@heyman For me that's good enough and I've made some satisfactory progress getting started with locust. |
@z5h
|
@cgoldberg I tried the command with sudo and had another issue. I tried creating a In any case. Nothing else worked. Homebrew Python worked. |
Sorry for late reply. Anyway; I solved by re-installing python with brew, then remove locust and reinstall locust via pip. Regarding the issue, might it be useful to update the REAME for Mac OS X users? |
I got the same problem, any good solution so far? I don't want to reinstall python, this solutions seems to be very weird. |
The weirdest thing is that I can install greenlet by itself, but when I try to install locust, pip decides to reinstall greenlets for some reason and ends up shooting in it's leg:
|
@DataGreed You have a few choices for installing locust:
|
@cgoldberg for sure, I was trying to do it with I ended up installing it in virtual environment. |
Try |
@cooperka , i get this error, can u please explain me what it is and how to solve it? |
I was having install problems too but I fixed mine by installing command line tools: |
I fixed the problem with running the command: |
Hi,
I'm trying to install Locust on Mac OS X 10.11.3 El Capitan; I've installed libevent with brew and everything was ok.
Then I tried to install locust with
pip install locustio
, and after lots of warnings the installation completes, but when I try to start locust I get this error:And, if I try to re-install locust with Pip, I get this error at the end, relative to greenlet:
Command /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/private/var/folders/vg/s4jrqr550319kf9qx7btjtmr0000gn/T/pip_build_myuserid/greenlet/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/vg/s4jrqr550319kf9qx7btjtmr0000gn/T/pip-VErCi5-record/install-record.txt --single-version-externally-managed failed with error code 1 in /private/var/folders/vg/s4jrqr550319kf9qx7btjtmr0000gn/T/pip_build_myuserid/greenlet
Am I missing something?
The text was updated successfully, but these errors were encountered: