-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Description
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
Labels
No labels