-
Notifications
You must be signed in to change notification settings - Fork 6
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
awsr never gets past "Forking new awsr background process" #21
Comments
Could you try setting the environment variable |
Still doesn't work...
|
Any thoughts ... ? |
have had the same issue, try this then run this |
Thanks but didn't work. Just hangs. Could you share exactly the steps you used to get this to work? Do you need to insall awscli via pip? Mine is currently installed via manual install from AWS. |
you have to run the first command in 1 terminal and the second in a new terminal, as the first acts as a server and the second is the client. Make sure you have the botocore and awscli installed, I think I may have them installed with pip. I also have the awscli installed with brew |
Thanks!! I got it working now using python venv. It looks like awscli MUST be installed via pip to work. To be clear, this is what I did:
I can see this simple command is already performing 5x faster! .2s compared to 1s. |
Ï am trying to run awsr using python 3 in WSL.
Added to path.
Try to execute:
In another WSL window, if i run a command like:
It just tries again to fork a new background process. Even if I try to fork the command in the background it doesn't work.
Not sure if it's something to do with WSL?
The text was updated successfully, but these errors were encountered: