ARM平台Ubuntu/Debian系统降级Stream-gears教程

注:由于需要编译安装,所以安装时间以及消耗的CPU资源较高,请做好准备。 1. 安装rust编译环境 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 直接回车开始安装 安装完毕之后请输入以下指令设置环境变量 source "$HOME/.cargo/env" 2.安装以下依赖 pip3 install maturin apt install libssl-dev pkg-config -y 3.降级安装stream-gears pip3 install stream-gears==0.1.11 ①进入 https://github.com/haha114514/biliup-rs/tree/master/crates/后git clone到本地 ②cd ./stream-gears后按操作步骤 ③进去.env/lib/python3.x/site-packages文件夹中找到两个名为stream-gears的文件夹 然后复制替换/usr/local/lib/python3.x/dist-packages内同名文件夹