Unable to install openAI in Pyodide
I run the following but get the error: Couldn't find a pure Python 3 wheel for 'openai'
import micropip
await micropip.install('openai')
Unable to install openAI in Pyodide
I run the following but get the error: Couldn't find a pure Python 3 wheel for 'openai'
import micropip
await micropip.install('openai')