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

Add documentation on M1 installation issues #129

Open
richford opened this issue Dec 21, 2022 · 0 comments
Open

Add documentation on M1 installation issues #129

richford opened this issue Dec 21, 2022 · 0 comments

Comments

@richford
Copy link
Collaborator

tables has trouble installing on M1 macs. The workaround it to do the following before installing AFQ-Insight

pip install cython
brew install hdf5
brew install c-blosc
export HDF5_DIR=/opt/homebrew/opt/hdf5 
export BLOSC_DIR=/opt/homebrew/opt/c-blosc
pip install tables

We should add this to the documentation.

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

1 participant