Hello,
I’m trying to install the openai package in a Python project on Replit, but I’m encountering issues with my pip configuration. I’ve tried creating a virtual environment and upgrading pip, but I keep getting the following error:
An error occurred during configuration: option use-feature: invalid choice: 'content-addressable-pool' (choose from '2020-resolver', 'fast-deps', 'truststore')
I’ve also tried creating a new pip configuration file with the 2020-resolver
option, but the issue persists. Can anyone help me resolve this issue or suggest an alternative way to install the openai package in Replit?
Thank you!