-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi!
Trying to run RISCluster_CPU on Linux.
After successfully creating the environment ipython notebook crashes due to problem with obspy importing when importing one of RISCluster packages (import obspy crashes). Seems like obspy vs numpy versions conflict:
'numpy.int64' object has no attribute 'split'
Currently in reproduced env:
obspy 1.2.2 py38h6c62de6_2 conda-forge
numpy 1.22.1 py38h6ae9a64_0 conda-forge
I also tried to create a modified environment changing blindely obspy to obspy==1.1.1 in the yml file however that causes a massive amount of conflicts and environment can't be solved.
I think you need to cross-check verson of packages in your environment and update yml file accordingly.
Looking forward to run RISCluster!