You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to connect to my database via impyla using an Apple M2 Chip. However, I encountered an error message: thrift.transport.TTransport.TTransportException: Could not start SASL: None of the mechanisms listed meet all required properties.
I've successfully used the same code and database server with an Intel Chip before. I am now wondering if impyla is incompatible with the Apple Chip in MacOS?
The text was updated successfully, but these errors were encountered:
My first guess is that this is related to the environment in Mac and not to the M2 chip itself.
Can you provide some more info, e.g. auth mechanism, implyla version and python version?
Hi there,
I am attempting to connect to my database via impyla using an Apple M2 Chip. However, I encountered an error message:
thrift.transport.TTransport.TTransportException: Could not start SASL: None of the mechanisms listed meet all required properties
.I've successfully used the same code and database server with an Intel Chip before. I am now wondering if impyla is incompatible with the Apple Chip in MacOS?
The text was updated successfully, but these errors were encountered: