命令“python设置.pyegg_info“失败,错误代码1位于/tmp/pipiinstallrjrupl/pyfinite中/

2024-10-04 09:28:49 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试使用安装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命令,但这并没有解决我的问题。在

我的操作系统是ubuntu18.04

怎么了?如何解决这个问题?在


Tags: installpipinpyinfogeteggsetup