You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a "pip install futures" but now when I run the aws tool I get error :
SyntaxError: Non-ASCII character '\xc3' in file /usr/lib/python2.7/site-packages/rsa/key.py
I found that upgrading pip before installation helped.
Also I used pip3 as the pip_executable instead of just pip. I'm not 100% why this is necessary because the executable files /usr/local/bin/pip and /usr/local/bin/pip3 appear to both use python3 and are identical.
$ uname -a
Linux ta-core-docker-qa-mail.tradingapps.com 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/centos-release
CentOS Linux release 7.9.2009 (Core)
Using role with tag 1.0.2
When I run the "aws" command I got error :
I did a "pip install futures" but now when I run the aws tool I get error :
I found that upgrading pip before installation helped.
Also I used pip3 as the pip_executable instead of just pip. I'm not 100% why this is necessary because the executable files /usr/local/bin/pip and /usr/local/bin/pip3 appear to both use python3 and are identical.
$ uname -a Linux ta-core-docker-qa-mail.tradingapps.com 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/centos-release CentOS Linux release 7.9.2009 (Core)
So my solution was :
and the role was used like this :
The text was updated successfully, but these errors were encountered: