在安装openai的时候,会报错

发现还是版本的兼容性问题,通过指定版本进行安装

pip install -U aiohttp==3.8.1

pip install -U openai==0.25.0