【发布时间】: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