I am not able to install elastic beanstalk AWS

0 votes

I have been trying to setup an aws server for my Django Server. I have successfully installed python3.5.1, pip and django.

Following  AWS documentation I am running the following command :

pip install awsebcli

Below is the error that I am getting:

 

Collecting awsebcli
  Using cached awsebcli-3.12.4.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-1eejewt6/awsebcli/setup.py", line 46, in <module>
        long_description=open('README.rst').read() + open('CHANGES.rst').read(),
      File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
        return codecs.ascii_decode(input, self.errors)[0]
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4092: ordinal not in range(128)

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-1eejewt6/awsebcli/

like error occurs when trying to open and read rst files.

Eb repo can be found here. I tried to fix the error in the package and run manually but couldn't get any successful result. Why is there an error in official repo?
I there anything wrong with this? Can anyone help in this?

Jun 9, 2018 in AWS by Flying geek
• 3,280 points
1,095 views

1 answer to this question.

0 votes

Try to install an older version i.e., 3.10.0, which will work here probably (as it worked for me), check out this link for the direct download : CLICK HERE 

answered Jun 9, 2018 by Cloud gunner
• 4,670 points

Related Questions In AWS

0 votes
1 answer
0 votes
0 answers

How can I migrate Elastic beanstalk env from one region to another on AWS?

I need help! How can i migrate ...READ MORE

Sep 18, 2020 in AWS by anonymous
• 19,610 points
1,515 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
+2 votes
3 answers
+1 vote
3 answers

Not able to pass params POST to AWS Lambda from Amazon API Gateway

For this template : application/x-www-form-urlencoded  This line below will ...READ MORE

answered Jun 13, 2018 in AWS by Cloud gunner
• 4,670 points
8,381 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP