VipCrazyMaster
VipCrazyMaster
**The latest version 0.4.0 reports an error when running in mac OS.** Operation environment mac book m1 pro 16G mac os 14.2 (23C64) Python version: 3.11.5 (v3.11.5:cce6ba91b3, Aug 24 2023,...
It can only be operated in the Python 3.12 version, and it cannot be compiled for the PYC file before the use of version 3.12.
decord-0.6.0-cp312-cp312-linux_x86_64.whl 基于ffmpeg6.0编译 安装好后测试能否正常使用:python -c "import decord; print(decord.__version__); print(decord.__file__)" 如果不行大概率需要更新本地的libgcc-ng到带 GCC 12的版本,更新完成后在测试~,祝好运!~ 安装带 GCC 12 的 libgcc-ng conda config --add channels conda-forge conda config --set channel_priority strict conda install libgcc-ng=12 [decord-0.6.0-cp312-cp312-linux_x86_64.zip](https://github.com/user-attachments/files/21503034/decord-0.6.0-cp312-cp312-linux_x86_64.zip)