-
Notifications
You must be signed in to change notification settings - Fork 31
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
Apple brew problem #154
Comments
Here is an update on progress this person is making: "Leave off the --universal option: |
OK, here is the final results from my friend who was trying to get pysmu to work on OSX: "okay, I was finally able to build the pysmu package, but when I tried to use it in Python3.7, I get
Doug |
Hi! We will try to reproduce this and will come back to you as soon as possible! Thanks for the feedback! |
Hi: "it was a simple fix, I just need to add libsmu/build/src to $DYLD_LIBRARY_PATH. now it works just like on PC! " I think this may be the first person outside ADI to get libsmu working on a Mac in recent times. |
Hi, We updated the install/build guide for both Linux and MacOS. We tested this on a clean Mac and it seems to work properly. The build guide can be found here ( https://github.com/analogdevicesinc/libsmu/blob/master/README.md ). Thank you, |
As you are aware I don't (yet?) have access to a Mac. My friend has it working now already and I don't know if he can spare the time to un-do what he has and try over with these instructions. I will pass along that we have put up an updated set of instructions. |
@damercer , I have exactly the "image not found" error you mentioned. Do you know exactly what your friend means. by " add libsmu/build/src to $DYLD_LIBRARY_PATH." ? |
Hi! To answer your question: you should run the following command However, we have released a new test version of libsmu (and are currently preparing a new official release). You might want to install libsmu through the specific .pkg package for your MacOS version. You can find these packages here. Please let us know if this solved the issue for you! Thanks! |
Dear @cristi-iacob, Thanks for your suggestion on the DYLIB path, it worked (to some extent)! Also the package link you kindly sent leads to a 404 web error. Let me clarify a bit my attempt to get my ADALM1000 up and running as it my help other users struggling on this.
PS: I also installed the provided binaries on a Windows 10 bootup and theit worked out-of-the-box |
Hi: Traceback (most recent call last): File "alice-desktop-1.3.pyw", line 319, in root.createcommand('::tk::mac::Quit', Bcloseexit) NameError: name 'Bcloseexit' is not defined Is part of an untested (because I don't own a Mac) attempt to add a custom menu bar ( that only OSX needs ). Just don't try to use any of the stuff in the default OSX default menu (like exit) only use the Exit button in the main ALICE screen. Doug |
@damercer , you solved it once again. Thanks! |
@gwiederhecker the reason you got an 404 error when accessing the test release is that we deleted it before you tried to access it, because we have made the official release (and deleted the test one). Sorry for this! You can find the new official packages here. You might want to install libsmu from the .tar.gz archive, with the command described in the README file in the MacOS section. Doing this you will most likely solve the DYLIB issue for you. Thanks for your feedback and please let us know if you have any further issues! |
From the research I've been able to do on line and with absolutely no direct Mac experience, all I've been able to gather is that OSX by default includes a set of Menus along the top of an application's main screen. And only OSX does this. Those default menu commands need to be over-written by the application in order to work properly for that specific application. ALICE is developed and tested on non OSX computers and thus does not have a (tested) way of changing those OSX specific menus. |
So I've followed this thread, and am having issues on my mac still related to this thread. Here's my setup: Running: 10.15.7 Steps:
Result: Traceback (most recent call last): Note that the .so file DOES exist in expected location |
I basically followed the same steps as andrewnere today (Nov. 13 2022) and get the following issue: % python3
Any suggestions? Some of the documentation suggest to get a .tar.gz file for libsmu but I can only find one with the source files, not one with the library or the command line tools. Thanks, -- Peter Kinget |
Hi:
I have received the following feedback from some one trying to bring up libsmu / pysmu Python on Mac OSX.
"—universal option has been deprecated in brew (since 2017 I believe), any suggestions? Thanks."
This might explain why people following the steps outlined in the libsmu README are not having success.
Doug
The text was updated successfully, but these errors were encountered: