#pip install openai==0.27.2 on M1 Mac not working
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
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
I had similar trouble, but on a Linux distro.
I tried pip3 install --upgrade openai
thanks, i fixed it by updating conda