-
Notifications
You must be signed in to change notification settings - Fork 79
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
Python Bindings fails on Mac M2 #241
Comments
May want to try #239 ? I was having several issues installing the Python modules on Linux, with that now it works like a charm. |
That seems to have done the trick. Thank you!! |
Did Homebrew successfully install the python packages to its managed version of python? You shouldn't have to install it separately. Try running |
I've successfully used brew to install openems and have verified that AppCSXCAD runs. However, I cannot get the python bindings to install. I've tried many things including the recommended steps in the documentation along with the discussion in #190 with no luck. The main issue is that the linker cannot find the CSXCAD lib, i.e., regardless of whatever method I try, I eventually get the error:
ld: library 'CSXCAD' not found
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/usr/bin/clang++' failed with exit code 1
after I've run
I suppose I have to use LDFLAGS=...? but I'm not sure of the path to the lib??
This error occurs regardless of whether I use a virtual env python or the system wide as shown above
The text was updated successfully, but these errors were encountered: