# Index creation error

**URL:** https://community.pinecone.io/t/index-creation-error/2190
**Category:** Support
**Tags:** vector-database
**Created:** [June 9, 2023, 6:28am UTC](https://community.pinecone.io/t/index-creation-error/2190 "2023-06-09T06:28:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ayilarasodiq1](https://sea2.discourse-cdn.com/flex020/user_avatar/community.pinecone.io/ayilarasodiq1/32/696_2.png) [@ayilarasodiq1](https://community.pinecone.io/u/ayilarasodiq1)
#### Post date: [June 9, 2023, 6:28am UTC](https://community.pinecone.io/t/index-creation-error/2190/1 "2023-06-09T06:28:29Z")

</div>

Hi.  
I am experiencing an error when trying to create indexes for my project. I get this error:

`PineconeError: PineconeClient: Error calling createIndex: Index name must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character`

So, I ensured I formatted my index name to meet this criteria, my index is now named:

`chatsavvy-mwpqfcvix71espul4jkl`

However, I am still getting the same error. When I create an index with the same name using the GUI of the Pinecone console, I don’t encounter these errors.  
Please help.

---

<div class="post-metadata">

### Author: ![ZacharyProser](https://sea2.discourse-cdn.com/flex020/user_avatar/community.pinecone.io/zacharyproser/32/1146_2.png) [@ZacharyProser](https://community.pinecone.io/u/ZacharyProser)
#### Post date: [October 17, 2023, 6:46pm UTC](https://community.pinecone.io/t/index-creation-error/2190/2 "2023-10-17T18:46:36Z")

</div>

Hi @ayilarasodiq1,

Thanks for your question, and I’m sorry to hear you encountered this issue.

That is odd - would you please share your application code making the call so we can further investigate?

If the name is working in the Pinecone GUI, it should also work within the Python or TypeScript client - unless something is going wrong in the application code.

I hope that helps!
