Среда:
- Window 10
- Python 3.12.2
- pip 24.0
Ошибка:Код: Выделить всё
raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['C:/Program Files/Python312/python.exe', 'build.py']' returned non-zero exit status 1. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pendulum Failed to build pendulum ERROR: Could not build wheels for pendulum, which is required to install pyproject.toml-based projects
Что я пробовал: Код: Выделить всё
pip install pendulum==2.0.3Код: Выделить всё
pip install --upgrade pip setuptools wheel
Подробнее здесь: https://stackoverflow.com/questions/782 ... ll-pyproje