-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Installation on Mac OS fails #248
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
Comments
Thanks for reporting @tobilg . This looks like an issue with permissions on the file system. This sometimes happens when you've been running
Thanks |
Thanks @whummer. Unfortunately it doesn't work as well and fails with the same error message. |
Can you try |
+1 |
@dinhtuan1991vt it still fails unfortunately. Error message is
|
I had the same issue, moved to VirtualBox and CentOS 7 VM, works great, no issue and also keeps mac clean and I can retry setup many times of messed up |
@tobilg Sems like this could be related to #260, maybe this solution works for you: #260 (comment) |
I could successfully install localstack with the method @whummer linked:
|
This should be added to the README file. |
Documenting problem reported on #248
Try this |
I had this error awsebcli 3.14.1 has requirement six==1.11.0, but you'll have six 1.10.0 which is incompatible. Then I understood that problem was awsebcli and awscli pip3 uninstall awsebcli After, install localstack pip3 install localstack That works for me. |
Documenting problem reported on localstack#248
doesn't matter what I do I get localstack version 0.13.0.11 when running localstack --version on mac os, have tried upgrading, I have tried brew uninstall. Nothing seems to help, any help appreciate |
When trying to install (via
pip install localstack
) on Mac OS Sierra, I see the following error message:The text was updated successfully, but these errors were encountered: