I’m struggling with this error and haven’t found a solution. I build personal application from python 3.10, pinecone-client, pyinstaller
Does anyone help me?
I’m struggling with this error and haven’t found a solution. I build personal application from python 3.10, pinecone-client, pyinstaller
Does anyone help me?
Hi @lucnha1005. We haven’t tested installing the Pinecone SDK using PyInstaller, so we can’t guarantee it’ll work with that. Please be sure to use pip install pinecone-client
in combination with Python virtualenvs, to make sure you’re following our recommended best practices.