Gives details on how to install cybershake_investigation on HPC's and local machines


Git Clone and install the following repositories into your environment.
This is built on top of a current working environment for workflow.

1) cybershake_investigation

git clone git@github.com:ucgmsim/cybershake_investigation.git
pip install -e cybershake_investigation

2) Ancillary tools (Just pygmt helper is needed if you wish to do any map plotting)

git clone git@github.com:ucgmsim/Ancillary-tools.git
pip install -e Ancillary-tools/pygmt_helper

3) OQ-Engine (https://github.com/gem/oq-engine) (Should already be installed with Empirical Engine)

git clone git@github.com:gem/oq-engine.git
pip install -e oq-engine



Potential Issues

Numba SystemError: initialization of _internal failed without raising an exception

install numpy 1.23

pip install numpy==1.23


  • No labels