community-rpg
community-rpg copied to clipboard
Incompatibility with Python 3.12
Describe the bug When running the command """ pip install -e ".[dev]" """ to install the development dependencies, the installation fails during the building of installable wheels for the Pillow package. The error message states:
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pillow) This issue appears to be specific to Python 3.12. Downgrading to Python 3.10 resolves the problem and allows the installation to complete successfully.
To Reproduce Steps to reproduce the behavior:
Ensure Python 3.12 is installed. Run the command pip install -e ".[dev]" to install the development dependencies. Observe the error related to building the Pillow package. Notice the installation fails due to the error.
Expected behavior The installation should proceed without errors, with Pillow and other dependencies being installed correctly.
Screenshots
Desktop : OS: Windows 11 (via WSL) Python version: 3.12.6 pip version: 24.3.1 WSL version 2 (Ubuntu)