Closed Jnesbeth closed 9 months ago
Hi,
Right now we don't have Continuous Integration images that run Mac arm64, so we don't have continuous builds for libm2k artifacts for arm64. We plan on adding these images and once we do, we will also build pip packages for arm64. I could not provide an exact timeline for this, it will probably be in the first months of next year. Until artifacts/installers are provided, you could build the library and python bindings from source, if that is an option for you.
Thank you! -Alexandra
Also the Anaconda installer works just fine for me on arm64 Mac.
Except for the fact that closing the device generates an error. When I call libm2k.contextClose(ctx)
, it gives the error message: m2k-fabric has no user_supply_powerdown attribute for the selected channel
.
It seems like it does close the device correctly however, because I can immediately reopen it and everything still works.
Except for the fact that closing the device generates an error. When I call
libm2k.contextClose(ctx)
, it gives the error message:m2k-fabric has no user_supply_powerdown attribute for the selected channel
. It seems like it does close the device correctly however, because I can immediately reopen it and everything still works.
I managed to reproduce this error message with the following scenario: -ADALM2000 firmware version v0.32 -libm2k v0.7.0 -libiio v0.24
There is a compatibility issue between firmware v0.32 and libiio v0.24. I would recommend updating libiio to v0.25 and libm2k to v0.8.0 if possible. If you are using Conda packages, the libm2k Conda package for v0.8.0 should be available in the next days (an update gets automatically generated when we publish the release).
If updating is not a possibility, then you could use firmware v0.31 for the moment (but keeping in mind that v0.32 has some useful bug fixes for the M2K).
-Alexandra
Python Version: Python 3.10.11
Hello,
I was trying to install the libm2k library on my macbook for a project I was working on.
Installation logs using pip:
From what I can tell there is no platform support for my flavor of Mac at the moment with arm64 architecture. I was wondering if there was going to be at some point?
Thanks!