aioquic组件地址:https://github.com/aiortc/aioquic
升级并安装python3.8版本

yum update -y
yum install python38 python38-devel -y
yum install -y wget unzip cmake gcc gcc-c++ make automake zlib openssl openssl-devel
python3 -m pip install wheel setuptools

接下来下载并安装aioquic,我是直接下载的zip

wget https://github.com/aiortc/aioquic/archive/refs/heads/main.zip
unzip main.zip
cd aioquic-main
python3 setup.py build
python3 setup.py install

完成

分类: other 标签: 暂无标签

评论

暂无评论数据

暂无评论数据

目录