gpt4 book ai didi

python - execsql 1.72 无法安装 Python

转载 作者:行者123 更新时间:2023-12-04 19:09:00 26 4
gpt4 key购买 nike

系统/版本信息:

  • Windows Server 2019 数据中心
  • Ubuntu 16.04
  • Python 2.7
  • pip 20.1

  • 我正在尝试使用以下命令安装最新版本的 execsql (1.72):
    pip install execsql

    当我运行代码时,结果如下。
    > Collecting execsql                                                    
    > Using cached execsql-1.72.2.tar.gz (115 kB)
    > ERROR: Command errored out with exit status 1:
    > command: /usr/bin/python -c 'import sys, setuptools, tokenize;
    > sys.argv[0] = '"'"'/tmp/pip-install-UoDS2j/execsql/setup.py'"'"';
    > __file__='"'"'/tmp/pip-install-UoDS2j/execsql/setup.py'"'"';f=getattr(tokenize,
    > '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
    > '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))'
    > egg_info --egg-base /tmp/pip-pip-egg-info-LDfNrk
    > cwd: /tmp/pip-install-UoDS2j/execsql/
    > Complete output (5 lines):
    > Traceback (most recent call last):
    > File "<string>", line 1, in <module>
    > File "/tmp/pip-install-UoDS2j/execsql/setup.py", line 3, in <module>
    > with open('README.md', encoding='utf-8') as f:
    > TypeError: 'encoding' is an invalid keyword argument for this function
    > ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py
    > egg_info Check the logs for full command output.

    这是在 Ubuntu 和 Python 的新实例上。我将非常感谢有关此问题的帮助,因为我无法在网上找到任何指向正确方向的文档。以下列表涵盖了我已经采取的尝试解决问题的步骤:
  • pip install -U setuptools
  • pip install --upgrade setuptools wheel
  • pip install python-language-server
  • 最佳答案

    错误

    with open('README.md', encoding='utf-8') as f:
    TypeError: 'encoding' is an invalid keyword argument for this function



    发生是因为代码与 Python 2 不兼容。 execsql 的最新版本我可以在没有此错误的情况下安装是 1.47.0。

    关于python - execsql 1.72 无法安装 Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61790540/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com