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.