Skip to content

How to resolve Errors And Install Correctly XCODER #84

Description

@JONATHANGABR

To resolve this error:

:53: RuntimeWarning: Pillow 11.2.1 does not support Python 3.14 and does not provide prebuilt Windows binaries. We do not recommend building from source on Windows.

you need a Python 3.13, pillow support this version


To install Correctly Follow This steps:

1 - Check your version

python --version

needs to appear:

Python 3.13.x

2 - Update PIP

python -m pip install --upgrade pip

3 - Install wheels and setuptools

pip install wheel setuptools

4 - Now Try

pip install .


If errors continues. Check if you have CPP. You can download it here: CPP.
If you still haven't installed it, check if you have Pillow. It can be installed here: Installation Guide
or use python -m pip install --upgrade Pillow.

And uses PYTHON 3.11.9 if error continues Again


To run Correctly:

1 - Try this first command:

poetry run python -m xcoder

2 - If an error occurs, use:

Python -m xcoder


If errors continues. Check if you have CPP. You can download it here: CPP.
If you still haven't installed it, check if you have Pillow. It can be installed here: Installation Guide
or use python -m pip install --upgrade Pillow.


To Enable KTX Section

you need install PVRTEXTOOLCLI

Now you need to go to the folder named "xcoder" and create a folder called "bin" and place the "PVRTexToolCLI.exe" file inside that folder. This will make KTX work.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions