Thanks for your kind & warm reply, Zachary!
Windows 11 Pro 10.0.22631 build 22631, machine is an decent Intel i5/9600KF, 48Gb RAM, loads of HD, 3080TI.
Python 3.11.8, Conda installed, no admin folder permissions issues but I can check again if there’s something specific regarding Canopy, got latest Canopy from GitHub repo (0.9.0).
All packages installed and confirmed by PIP, .env and .env variables set and checked using both PyCharm and CMD directly.
Country is Brazil, IP block 177.x.x.x
Basic / free plan here on Pinecone so far. I have an account on AWS but (a) it was not logged on at the time and (b() my server there is US_East_1.
Read everything more than twice, watched the demo video, read the documents, sent them to OpenAI Assistant in case I missed something … nothing found.
All tries to run “canopy new” result in the same error.
I’ll send all that to the repo, as suggested.
Then, as I hadn’t mentioned it in the previous message, and just to be sure I’m not giving you an incomplete answer, I’ll get one of two errors:
- NOT specifying an index name
(canopy-env) C:\Users\charl\CanopyTest>canopy new
Canopy is going to create a new index named canopy–/ with the following initialization parameters:
{}
Do you want to continue? [y/N]: y
Error: Failed to create a new index. Reason:
Failed to create index canopy–/ due to error: {“error”:{“code”:“INVALID_ARGUMENT”,“message”:“Name must consist of lower case alphanumeric characters or ‘-’”},“status”:400}
- by SPECIFYING an index name
Canopy is going to create a new index named canopy–test with the following initialization parameters:
{}
Do you want to continue? [y/N]: y
Error: Failed to create a new index. Reason:
Failed to create index canopy–test due to error: {“error”:{“code”:“INVALID_ARGUMENT”,“message”:“Bad request: Your free plan does not support indexes in the us-west-2 region of aws. To create indexes in this region, upgrade your plan.”},“status”:400}
I’ve carefully read the return from CMD “SET”.
PINECONE_API_KEY is set
OPENAI_API_KEY is set
Conda variables all point to the right env
(I can paste the rest if you want me to, but I’ll proceed to GitHub as you suggested!)
In the meantime, I’m giving up on Canopy until someone might solve this as it’s already been very expensive. It’s probably something incredibly simple AND awkward, as web searches didn’t find much about this.
Tks again!