ImportError with import openai in conda

69 Views Asked by At

I am getting this error when I import openai in Python in a conda environment:

ImportError: cannot import name 'COMMON_SAFE_ASCII_CHARACTERS' from 'charset_normalizer.constant'

I tried uninstalling and reinstalling as mentioned in the answer here, but I keep getting the same error.

0

There are 0 best solutions below