Installation Error for arize-phoenix: C++ Build Tools Required
RunLLM Hi team, I tried installing the latest version of arize-phoenix in a new venv but a dependency seems to fail not allowing me to import arize-phoenix.
!pip install "arize-phoenix[evals,llama-index]" "openai>=1" gcsfs nest-asyncio "openinference-instrumentation-llama-index>=2.0.0"``` [1/1] Cythonizing hdbscan/_hdbscan_tree.pyx C:\Users\fsunavala\AppData\Local\Temp\pip-build-env-8xrfzzuu\overlay\Lib\site-packages\Cython\Compiler\Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: C:\Users\fsunavala\AppData\Local\Temp\pip-install-pbi2xgyv\hdbscan_31d616273ac949f09028aaf93ff0ff4e\hdbscan\_hdbscan_tree.pyx tree = Parsing.p_module(s, pxd, full_module_name) building 'hdbscan._hdbscan_tree' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for hdbscan ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (hdbscan)
