-
Notifications
You must be signed in to change notification settings - Fork 21
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
Conda installation? #136
Comments
@brey: do you have any updates on the conda install? Thx |
Hi @uturuncoglu , I installed PySCHISM in the MSU Hercules cluster. First, I created a Conda environment, and then, within this Conda environment, I used pip to install PySCHISM. It's not a perfect solution, as it doesn't fully address the module duplication issue you mentioned, but it does provide a way to use PySCHISM within a Conda-managed environment. For detailed installation steps and discussion, I've documented the process in a GitHub issue. You can find it here: I am also working on developing an ecFlow based workflow where I can use pyschism to generate input files for SCHISM and UFS Coastal RT case: https://github.com/mansurjisan/SCHISM-ecFLOW/tree/main/ecf |
@mansurjisan Thanks. Yes. I did the same thing but I am not sure it is a good practice to use conda and pip together. It is not a big deal but it would be nice to have conda support too. |
We are providing a |
I am not sure if there is a plan or not but it would be nice to have capability to install pyschism through Conda. In UFS Coastal workflow, we have packages that are already installed with Conda and installing pyschism with pip is also installing lots of duplicated modules. So, it would be nice to have flexibility to install pyschism also with Conda.
The text was updated successfully, but these errors were encountered: