When installing pip install -r requirements.txt I get the following error:
ERROR: Cannot install openai==0.28.0 and openai==1.30.3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested openai==1.30.3
The user requested openai==0.28.0
Since the requirements.txt has both versions, which of the two is needed?
When installing
pip install -r requirements.txtI get the following error:Since the requirements.txt has both versions, which of the two is needed?