Closed gaoptimize closed 10 months ago
Hi @gaoptimize, it looks like the installation fails because one of the dependencies of canopy (sentencepiece) has no support for Python 3.12 (https://github.com/google/sentencepiece/issues/932). Please note that we do not officially support Python 3.12 as stated here: https://github.com/pinecone-io/canopy/issues/201. So as of now I recommend using Python version <=3.11.
Is this a new bug?
Current Behavior
I am new to Python and its virtual environments, however, the Pip installer is ignoring my istructions on where to install canopy-env because it claims it is unwritable (it is writable) and defaults to an "AppData\Roaming\" folder I want nothing to with (having to do with my OneDrive distrust). My System Path points to "C:\Program Files\Python312\", "C:\Program Files\Python312\Lib\", and "C:\Program Files\Python312\Scripts\" and my user Path doesn't have a folder specified for Python.
Expected Behavior
Install Canopy in the folder I told it to.
Steps To Reproduce
Issue the following command:
PS C:\Users\ [username] \Documents\canopy-env> py -m pip install canopy-sdk
Relevant log output
Environment
Additional Context
No response