Hi team, I鈥檓 having 2 weird issues with phoenix library today. First one, when I import phoenix or phoenix-evals in my local environment I get the following error:
Python 3.11.6 (main, Oct 3 2023, 00:13:48) [Clang 16.0.3 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import phoenix
zsh: illegal hardware instruction pythonSecond, when I use the notebook and try to launch the server from it I get the following:
Both of these used to work fine last week.
Hi Gregory S. - I don't think we've launched anything. Are you sure you installed arize-phoenix and not phoenix?
Yes, my local venv has
arize-phoenix==3.24.0
arize-phoenix-evals==0.8.1And in a notebook I tried different combinations of pip install, right now it looks like
!pip install arize-phoenix[evals]The notebook issue got resolved by creating another notebook from scratch. Not sure what went wrong in the original one. The local env issue seems to be related to Apple M1 chip and wrong python interpreter being used. Imports work fine outside of my virtual environment. https://stackoverflow.com/questions/65242614/why-does-loading-tensorflow-on-mac-lead-to-process-finished-with-exit-code-132
Oh interesting. Thanks for the link
