You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
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)
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'
The text was updated successfully, but these errors were encountered: