希望能测试并帮助本插件兼容OPQ的6.9.6版本 #51
MemoryShadow
started this conversation in
General
Replies: 2 comments 5 replies
-
这里在Ubuntu-Python3.8环境下部署一次, 流程分享给大家. 首先安装基本环境: sudo apt-get install -y python3.8 python3.8-dev python3-pip
python3.8 -m pip -V 按照官方给出的命令写出: python3.8 -m pip install botoy -i https://pypi.org/simple --upgrade 已知部署难点:
解决方案(ubuntu): # 要注意的是, 这里的版本可以换掉, 但是一定要大于3.7
sudo apt-get insyall -y python3.8-dev
# 安装其他的依赖
sudo apt-get install -y build-essential libssl-dev libffi-dev libxml2 libxml2-dev libxslt1-dev zlib1g-dev
python3.8 -m pip install multidict -i https://pypi.org/simple --upgrade
综上所述, 需要在Ubuntu-Python3.8环境下真正的一次安装, 你需要的命令实际为: sudo apt-get install -y python3.8 python3.8-dev python3-pip
sudo apt-get install -y build-essential libssl-dev libffi-dev libxml2 libxml2-dev libxslt1-dev zlib1g-dev
python3.8 -m pip install multidict yarl async_timeout charset_normalizer aiosignal botoy -i https://pypi.org/simple --upgrade |
Beta Was this translation helpful? Give feedback.
3 replies
-
新版本在 #53 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
希望 @xiyaowong 能够告知开发所需要的环境, 还有测试集. 在这里进行沟通以便于本SDK能迅速兼容本次大改
Beta Was this translation helpful? Give feedback.
All reactions