python-weka-wrapper 在 python3.6 版本中安装失败,错误代码为 1

python-weka-wrapper installing failed with error code 1 in python3.6 version

我正在安装 github 的 python-weka-wrapper 最新版本。 我用 "pip install ___" 安装了其他库。 但是当我尝试安装 python-weka-wrapper pkg

时收到此错误代码
Collecting python-weka-wrapper
  Using cached python-weka-wrapper-0.3.10.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/sf/fwjdy8n10j721jhhp85cpbz40000gn/T/pip-build-xdr96_le/python-weka-wrapper/setup.py", line 41
        except HTTPError, e:
                        ^
    SyntaxError: invalid syntax

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/sf/fwjdy8n10j721jhhp85cpbz40000gn/T/pip-build-xdr96_le/python-weka-wrapper/

此消息不断弹出,我已将 "HTTPError, e" 语法编辑为 "HTTPError as e" 这个错误还没有解决。 请帮助我!!!!!!!!!

您的日志输出表明您正在尝试安装版本 python-weka-wrapper,使用 [=16= 时为 Python 2.7 only. Instead, install python-weka-wrapper3 ] 3.