-
Notifications
You must be signed in to change notification settings - Fork 124
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
Issue with the updated seisflows installation #166
Comments
Hi @mishuyetsam, sorry you're having trouble with installation. Yes, since the changes introduced in #149, we did away with the Thank you for pointing this out. After trying this out myself I realize the alternative instructions are incorrect and will only allow creating an environment called conda create -n adjtomo
# git clone and cd to seisflows
conda env update -f environment.yml -n adjtomo
conda activate adjtomo I just tried this out on my machine and was successfully able to install SeisFlows into my (adjtomo) [bchow@blackbox seisflows]$ conda env update -f environment.yml -n adjtomo
...
# To activate this environment, use
#
# $ conda activate adjtomo
#
# To deactivate an active environment, use
#
# $ conda deactivate
(adjtomo) [bchow@blackbox seisflows]$ seisflows
usage: seisflows [-h] [-w [WORKDIR]] [-p [PARAMETER_FILE]]
{setup,configure,swap,submit,resume,restart,clean,par,sempar,check,init,plot2d,plotst,print,reset,debug,examples} Please let me know if that works for you. If so then I will update the documentation page with the corrected installation procedure. |
Thank you for the concise explanation. I followed it and it's finally set up and running! |
Closing as complete! Please re-open if this issue still persists for you. |
I have been trying to freshly install seisflows and pyatoa under an environment called 'adjtomo'. However, I noticed that the seisflows package does not require the requirements.txt file anymore. On following the instructions (https://seisflows.readthedocs.io/en/latest/), it seems to create a new environment called 'seisflows'.
How do I fix this?
The text was updated successfully, but these errors were encountered: