#pip install openai==0.27.2 on M1 Mac not working

3 messages · Page 1 of 1 (latest)

limber barn
#

pip install openai==0.27.2 does not seem to be working on M1 Mac. Anyone else facing the issue?
just doing pip install openai installs a older version of 0.8.0. I'm using conda environment with python 3.10

crisp kraken
#

I had similar trouble, but on a Linux distro.
I tried pip3 install --upgrade openai

limber barn
#

thanks, i fixed it by updating conda