BabitMF / bmf

Cross-platform, customizable multimedia/video processing framework. With strong GPU acceleration, heterogeneous design, multi-language support, easy to use, multi-framework compatible and high performance, the framework is ideal for transcoding, AI inference, algorithm integration, live video streaming, and more.
https://babitmf.github.io/
Apache License 2.0
773 stars 65 forks source link

Mac pip install BabitMF could not found error #109

Closed 0xByteLeon closed 5 months ago

0xByteLeon commented 5 months ago

ERROR: Could not find a version that satisfies the requirement BabitMF (from versions: none) ERROR: No matching distribution found for BabitMF

0xByteLeon commented 5 months ago

Python version is 3.12, not compatibility,must <= 3.10

taoboyang commented 5 months ago

You are right, for the reason that the macos python version has some compatibility issues with the ARM platform, BMF supports python 3.9 - 3.10 under the macOS ARM architecture and python 3.6 - 3.10 under the x86 architecture.