Canopy-specific category?

I don’t want to bother the expert Pinecone users here with Canopy-related qustions, so I was hoping it could have its own category in this forum.

I’m having trouble with where pip is putting Canopy. I did a System install of Python312 and I think the pip Canopy install ( pip install canopy-sdk ) was expecting a User install of Python312. I’ll post the error message I’m getting on install later but hopefully not here.

Good news, @gaoptimize! We kind of already have one. Since Canopy is open source, you can file issues directly on its github repo. If you’re technically inclined you can even submit a PR incorporating your suggestions.

As for your error message, I recommend making use of Python virtual environments to avoid dependency issues. venv — Creation of virtual environments — Python 3.12.1 documentation