无法安装弹性豆茎 AWS

blo*_*ala 2 amazon-web-services amazon-elastic-beanstalk

我正在为 Django Server 设置一个 aws 服务器。我已经成功安装了python3.5.1、pip和django。

按照 aws 文档,我正在运行以下命令:

点安装awsebcli

我收到此错误:

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/
Run Code Online (Sandbox Code Playgroud)

尝试打开和读取 rst 文件时发生类似错误。

Eb 回购可以在这里找到。我尝试修复包中的错误并手动运行但没有成功。为什么官方回购有错误?我错过了什么吗?

blo*_*ala 5

我手动安装了位于此处的旧版本 (3.10.0) ,此版本工作正常。