localstack / localstack Public
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
Python 2.7 Error when running localstack #227
Comments
Thanks for reporting @shrishinde . Looks like the Kinesis API didn't start up properly. Can you please provide a bit more debug info:
What happens if you try to start it directly, using this command?
|
node -v doesn't return any version but when I installed it, I see |
Can you please also post the output of this:
|
|
Thanks, that confirms my suspicion. The underlying problem is described here (see accepted answer): https://stackoverflow.com/questions/21168141/cannot-install-packages-using-node-package-manager-in-ubuntu Essentially, you need to configure your environment in a way that the command There are a few options to get this working:
EDIT: Option 3 does not work either, because the alias is only valid for the current shell, but not for any sub-shells. Please go with option 1) or 2). |
@whummer Thanks for quick response.
Tried different solutions for resolving |
I'd give this a try:
|
@whummer your last suggestion has done the trick. Thanks a lot.
|
Thanks for summarizing. Would be great if we could add a few words to the Troubleshooting section of the README. Maybe you find the time to raise a quick PR, would be much appreciated! Cheers |
@whummer when I try to push changes to new branch for raising PR, I get below error. Do I need any specific permission? May be I am asking naive question but please help me as this is my start towards contribution to this repo.
|
@shrishinde Please create a fork of the repository in your own account. You can follow the documentation provided here: https://help.github.com/articles/creating-a-pull-request-from-a-fork/ Thanks |
I see this issue on Ubuntu. Following are the details,
The text was updated successfully, but these errors were encountered: