-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
To install aiida on a mac with an M1 chip, the standard installation does not work, instead, the following steps should be performed:
- conda install -c conda-forge mamba
- mamba create --name aiida-2.4.0 -c conda-forge aiida-core=2.4.0
- conda install anaconda::postgresql
- brew install rabbitmq
or conda install conda-forge::rabbitmq-server (need to double check this)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working