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

Failure to install and import MOOSE #496

Open
SuranjanaGupta opened this issue Nov 30, 2024 · 2 comments
Open

Failure to install and import MOOSE #496

SuranjanaGupta opened this issue Nov 30, 2024 · 2 comments

Comments

@SuranjanaGupta
Copy link

OS: macOS v14.7.1
System Python: 3.12.7
Error: ImportError: dlopen(/opt/homebrew/lib/python3.12/site-packages/moose/_moose.cpython-312-darwin.so, 0x0002): symbol not found in flat namespace '_cblas_caxpy'

@Dishita1agantuk
Copy link

OS: macOS v14.4
Processor: Apple M2
System Python: 3.12.8
Error: ImportError: dlopen(/User/name/micromamba/envs/moose/lib/python3.12/site-packages/moose/_moose.cpython-312-darwin.so,0x0002):symbol not found in flat namesoace '_cblas_caxpy'

@subhacom
Copy link
Collaborator

subhacom commented Dec 16, 2024

It seems to be this issue: https://developer.apple.com/forums/thread/723367?answerId=743270022#743270022
So the packaging probably needs to be updated for MacOS.

For the time being, the way to install MOOSE on MacOS is to build from source:

git clone --depth 3 https://github.com/subhacom/moose-core.git@fix495merge
# or for master branch, which may be a bit out of date
# git clone --depth 3 https://github.com/BhallaLab/moose-core.git
cd moose-core
pip install .

Please see INSTALL.md for the requirements (xcode, gsl, HDF5 etc)

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

3 participants