when installing pip install arize-phoenix --upgrade
I get this error:RROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (hdbscan)
The error you're encountering is due to the hdbscan package requiring Microsoft Visual C++ 14.0 or greater to build its C extensions. This is a common issue when installing packages that need to compile C code on Windows.To resolve this, you need to install the Microsoft C++ Build Tools. You can download and install them from here.Would you like more detailed steps on how to install the Microsoft C++ Build Tools and proceed with the installation of arize-phoenix?Sources:
- Slack conversation
馃挕聽Hint: Mention RunLLM in the thread for followups.