Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support on macOS running with Apple Silicon CPU #74

Open
time4Wiley opened this issue Aug 29, 2023 · 3 comments
Open

support on macOS running with Apple Silicon CPU #74

time4Wiley opened this issue Aug 29, 2023 · 3 comments

Comments

@time4Wiley
Copy link

There is support for x64 for macOS. Can we make an arm64 version for macOS?

@time4Wiley
Copy link
Author

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)

@time4Wiley
Copy link
Author

the SDK works OK with Python installed using pyenv inside Terminal run by Rosetta. Would be great if have native support on ARM64

@mtrellet
Copy link
Member

Hello,

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.

Best,
Mikael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants