-
Notifications
You must be signed in to change notification settings - Fork 226
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
Error when installing #142
Comments
I've been having the same problem, but everything was working just fine 4 days ago. I noticed that the latest version of virtualenv is now virtualenv Platform: Ubuntu 20.04.5 LTS |
got same error and solved it by doing below: |
Installing the previous
Instead of
|
I managed to installed it with your suggestion, but now having this error. @mateus-batista Any idea how to properly solve the print error?
|
I believe it might be because it is using python 2.7? |
You may be missing some dependency libraries. Check this session of the readme file: https://github.com/aws/aws-elastic-beanstalk-cli-setup#4-troubleshooting |
@mateus-batista here is the output:
the weird thing is eb runs partially, always the error first and then part of the |
the suggestions in https://bbs.archlinux.org/viewtopic.php?id=276388 did not help neither |
After spending hours trying to get this to work I just used pipx as mentioned here and all installed fine: #149 |
Also finding this error everywhere which is caused by wrong usage of print in python:
Shouldn't be
print(json.dumps(resource, indent=4))
instead?The text was updated successfully, but these errors were encountered: