Skip to content

Incompatibility with Python 3.12 #73

@Maelto-svg

Description

@Maelto-svg

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
bug

Desktop :
OS: Windows 11 (via WSL)
Python version: 3.12.6
pip version: 24.3.1
WSL version 2 (Ubuntu)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions