-
Notifications
You must be signed in to change notification settings - Fork 22
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
AssertionError Problems #117
Comments
Hi @hb-9797, can you please execute $ conda create -c conda-forge -n my_pyschism_env python=3.10 udunits2 cfdm cfunits
$ conda activate my_pyschism_env
$ pip install pyschism
$ python
>>> import pyschism without any issues |
I have this in my WSL environment (I create this environment from scratch with Python version matching yours) and it does not crash for me:
Specifically for |
Hi, sir
I meet a problem similar to issues"21"and"22“(https://github.com/schism-dev/pyschism/issues/21)。And install new packages as per reply 22(”conda install -c nesii -c conda-forge esmpy“)。
However, when I debug the programme, the same error is still reported. How to solve the problem?
The text was updated successfully, but these errors were encountered: