Why am I getting '"cannot import name 'OpenAI' from 'openai'"

I have installed openai library for python successfully and can import openai. I am using Python Venv with 3.9.
However, I cannot import OpenAI? Does anybody know why? I uninstalled and reinstalled it, but that didn’t solve the problem.

Which version of the library are you using?