Pinecone error after git pull latest #355
Replies: 8 comments 19 replies
-
Getting the same unfortunately. Haven't been able to find a fix yet. |
Beta Was this translation helpful? Give feedback.
-
Did you re-run requirements.txt? That error states it can't find the Pinecone module. |
Beta Was this translation helpful? Give feedback.
-
For info and speed: |
Beta Was this translation helpful? Give feedback.
-
Yeah man Previously it was esay to use now It is notworking properly and giving errors |
Beta Was this translation helpful? Give feedback.
-
I have a Pinecone error with the latest build but it's different: File "D:\Software\Auto-GPT\scripts\main.py", line 286, in Any idea? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
-
Now I got it to work properly. I generated a new key at Pinecone site and pasted that into the .env file together with the region that Pinecone provided (asia-southeast1-gcp was what all it had to offer). |
Beta Was this translation helpful? Give feedback.
-
how can we work without pinecone |
Beta Was this translation helpful? Give feedback.
-
I am also a nOOb and keep getting this: ianthompson@ians-air Auto-GPT % pip install pinecone even GPT 4 is lost :( "It seems like there is no version of pinecone available on PyPI that is compatible with your Python installation. You could try installing it using a different installation method, such as downloading and installing the package manually or using a package manager like conda. Alternatively, you could check if there are any compatibility issues between your Python version and pinecone, and try updating your Python version if possible." I have the newest everything (downloaded this morning)… Any clue? |
Beta Was this translation helpful? Give feedback.
-
I updated the files this morning with a Git Pull command, then updated the .env with the new stuff (pinecone) but now when I run Auto-GPT I get...
Any thoughts? (Sorry new to Python)
C:\Users\Admin\Desktop\Auto-GPT>python scripts/main.py
Traceback (most recent call last):
File "C:\Users\Admin\Desktop\Auto-GPT\scripts\main.py", line 3, in
import commands as cmd
File "C:\Users\Admin\Desktop\Auto-GPT\scripts\commands.py", line 3, in
from memory import PineconeMemory
File "C:\Users\Admin\Desktop\Auto-GPT\scripts\memory.py", line 2, in
import pinecone
ModuleNotFoundError: No module named 'pinecone'
Beta Was this translation helpful? Give feedback.
All reactions