Closed mnagaso closed 9 months ago
Thanks for pointing this out @mnagaso, things have gotten a bit out of sync as I have been developing for a research problem. I think this approach will not work as there are some changes in a Pyatoa branch that are required by the current devel branch of SeisFlows. I think the requirement here will be for me to version release Pyatoa v0.4.0. A temporary workaround is to manually install Pyatoa via pip:
conda activate adjtomo # or environment that contains seisflows
git clone --branch devel git@github.com:adjtomo/pyatoa.git
cd pyatoa
pip install -e .
I will keep this PR open as I push out the latest Pyatoa version, sorry for the inconvenience!
That looks great! Thanks @mnagaso
Hi Bryant ! (@bch0w)
Thank you very much for your response and explanation. I understood the current situation. If it would be convenient for you, please take my modifications on the setup files👍
Hi! I am trying to install Seisflows, but I needed to modify the version of pyatoa to be installed with conda, because of the error below. Do you think this workaround would work? Thank you!