Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with Python 3.12 #73

Open
Maelto-svg opened this issue Nov 15, 2024 · 0 comments
Open

Incompatibility with Python 3.12 #73

Maelto-svg opened this issue Nov 15, 2024 · 0 comments

Comments

@Maelto-svg
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant