-
Notifications
You must be signed in to change notification settings - Fork 15
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
python 3.7.10/3.9 conda support #20
Comments
Looking like the |
Workaround: eliminate pyviz from the $ cat conda/gridTools_no_pyviz.yml
change directory into the gridtools source tree in the activated environment:
The pinned requirements within the gridtools repo still seem to work for at least example 6 using python 3.9:
|
The install via conda for python 3.9 continues to be broken. Following the installation tutorial, you may see this as a result of
Follow with the source install of gridTools:
Attempting to run the
Use this to fix the jinja2 package:
We will see if we can develop a better pathway for the installation of gridtools for python 3.9. |
The pinned packages for conda using python 3.7.10 do not seem to be available anymore. The entire software stack needs to be updated with packages that exist at various conda repositories.
The text was updated successfully, but these errors were encountered: