【问题标题】:How to install pyconcrete ? Unable to install and getting an exceptionHow to install pyconcrete ? Unable to install and getting an exception
【发布时间】:2022-12-27 12:03:05
【问题描述】:

The below command is giving some exception while executing

pip install pyconcrete==0.15.1

Error:

Collecting pyconcrete
  Using cached pyconcrete-0.15.1.tar.gz (49 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Installing collected packages: pyconcrete
  DEPRECATION: pyconcrete is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for pyconcrete: started
  Running setup.py install for pyconcrete: finished with status 'error'
  error: subprocess-exited-with-error

  Running setup.py install for pyconcrete did not run successfully.
  exit code: 1

【问题讨论】:

    标签: python-3.x


    【解决方案1】:

    latest pip(22.x) deprecate the legacy installation in pyconcrete. you could clone the source code and install it standalone

    get the pyconcrete source code

    $ git clone https://github.com/Falldog/pyconcrete.git
    

    install pyconcrete

    $ python setup.py install
    

    【讨论】:

      猜你喜欢
      • 2022-12-02
      • 2020-09-03
      • 2022-12-02
      • 2022-11-20
      • 2022-12-01
      • 2022-12-02
      • 2022-12-02
      • 2022-12-02
      • 2022-12-26
      相关资源
      最近更新 更多