ElmiraGhorbani/chatgpt-long-term-memory

ModuleNotFoundError: No module named 'openai.error'

Closed this issue · 3 comments

I've installed openai but the error showed up. please help me
螢幕擷取畫面 2023-11-07 193329

In your python env just install pip install chatgpt_long_term_memory

I have installed befrore and tried to reinstall (by pip install chatgpt_long_term_memory command)
I also tried to restart my pc and visual studio, but it didn't work.
螢幕擷取畫面 2023-11-07 212536
Uploading 螢幕擷取畫面 2023-11-07 212619.png…

Create a new python environment or try :

pip uninstall openai
pip install openai>=0.27.8


Screenshot 2023-11-08 at 9 19 20 AM