I wanted to give this project a try and installed everything from scratch. I haven't really done much with Linux but am experienced with Windows.
I have hung on a few steps and did small workarounds that I found in the issues here.
But I can't find a solution for this. Once I try using uvicorn main:app --reload it hangs at
the error in the title. The line above says File "/home/hyouriku/researchgpt/./main.py", line 9, in <module> from openai.embeddings_utils import get_embedding, cosine_similarity
Edit:
Could someone please help me out? Am I missing something?
Hello,
I wanted to give this project a try and installed everything from scratch. I haven't really done much with Linux but am experienced with Windows. I have hung on a few steps and did small workarounds that I found in the issues here. But I can't find a solution for this. Once I try using
uvicorn main:app --reload
it hangs at the error in the title. The line above saysFile "/home/hyouriku/researchgpt/./main.py", line 9, in <module> from openai.embeddings_utils import get_embedding, cosine_similarity
Edit:
Could someone please help me out? Am I missing something?