You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: