Skip to content

Pure Python av wheel for python 3.11 #1683

@ranjitsingha

Description

@ranjitsingha

IMPORTANT:
How do i generate pure python wheel for python 3.11 instead of cpython

Is it possible to generate pure Python wheel for av for python 3.11. If so then how.

The wheel contains files like:

utils.cpython-311.so
stream.cpython-311.so
logging.cpython-311.so
etc..

I want pure python .so

I have ffmpeg 7.1 installed and i am in termux and I am building av wheel from the github source code for arm64-v8a.
Using:

git clone https://github.com/PyAV-Org/PyAV.git
cd PyAV
make
make test
python setup.py bdist_wheel

The cpython wheel file installs and works absolutely fine on termux.

But since i want to use av within Chaqopy i need pure python wheel.

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