Hello there, I'm new to phoenix. I was trying to trace my local agent using phoenix and getting the following error when executing the program in pycharm ide
import phoenix as px
except PhoenixError, e:
^^^^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
The phoenix version installed through pycharm was 0.9.1 and I am using python interpreter version 3.12.
Any help would be appreciated.