chat2plot
chat2plot copied to clipboard
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
I'm trying to use the library, but I can't, and I can't figure out why.
When loading the library from chat2plot import chat2plot I'm getting the TypeError. I've tried Python 3.9 and 3.11.
My machine is a M1 Pro, if that helps. To recreate, you just do pip install chat2plot.
@ClaudiuFilip110 This library supports Python 3.10 and above. The error appears to be due to Python 3.9 not supporting union types. If you get the same error with Pyyhon 3.11, please provide a complete stack trace.