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
if not(os.path.exists(_libpath)): _raise_system_not_supported() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/wei/ai-wiley/nx/fgt-SDK/Python/Fluigent/SDK/low_level.py", line 28, in _raise_system_not_supported raise NotImplementedError("SDK not supported on {} with architecture {} ({} bits)". NotImplementedError: SDK not supported on darwin with architecture arm64 (64 bits)
Thanks for your feedback and sorry for our answer delay.
As of today, we have indeed no native support for Mac with ARM chips. We have listed this new support in our next development tasks and put it with high priority. We cannot guarantee this support anytime soon but we'll definitely do our best to add this before next version of the SDK. We hope that the workaround using Rosetta is fine for you for the time being.
There is support for x64 for macOS. Can we make an arm64 version for macOS?
The text was updated successfully, but these errors were encountered: