命令“ python setup.py egg_info”在/ tmp / pip-install-rJRUpL / pyfinite /

时间:2019-01-02 13:01:03

标签: python ubuntu pip ubuntu-18.04

我正在尝试使用

安装pyfinite
  

pip install pyfinite

但是当我尝试以下错误时:

    Collecting pyfinite
  Downloading https://files.pythonhosted.org/packages/ca/d3/c836cdb45006961c7917572d9673a0bd9e9e241df264cccca96cbbca1221/pyfinite-1.7.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-install-rJRUpL/pyfinite/setup.py", line 30, in <module>
        long_description=get_readme(),
      File "/tmp/pip-install-rJRUpL/pyfinite/setup.py", line 21, in get_readme
        with open(path.join(here, 'README.rst'), encoding='utf-8') as my_fd:
    TypeError: 'encoding' is an invalid keyword argument for this function

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-rJRUpL/pyfinite/

我重新安装了pip,但尽管我用sudo执行了pip命令,但仍不能解决我的问题。

我的操作系统是ubuntu 18.04

怎么了?该如何解决?

1 个答案:

答案 0 :(得分:1)

pyfinite is Python3-only,它不适用于Python 2.7。