NCAR / CESM_postprocessing

Project repository for the CESM python based post-processing code, documentation and issues tracking.
77 stars 45 forks source link

postprocessing not working on cheyenne #222

Open jedwards4b opened 4 years ago

jedwards4b commented 4 years ago

Error message: ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback (most recent call last): File "/glade/u/apps/ch/opt/python/2.7.16/gnu/8.3.0/lib/python2.7/hashlib.py", line 147, in globals()[func_name] = __get_hash(func_name) File "/glade/u/apps/ch/opt/python/2.7.16/gnu/8.3.0/lib/python2.7/hashlib.py", line 97, in get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha1 ERROR:root:code for hash sha224 was not found. Traceback (most recent call last): File "/glade/u/apps/ch/opt/python/2.7.16/gnu/8.3.0/lib/python2.7/hashlib.py", line 147, in globals()[func_name] = get_hash(__func_name) File "/glade/u/apps/ch/opt/python/2.7.16/gnu/8.3.0/lib/python2.7/hashlib.py", line 97, in get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha224 ERROR:root:code for hash sha256 was not found. Traceback (most recent call last): File "/glade/u/apps/ch/opt/python/2.7.16/gnu/8.3.0/lib/python2.7/hashlib.py", line 147, in globals()[func_name] = __get_hash(func_name) File "/glade/u/apps/ch/opt/python/2.7.16/gnu/8.3.0/lib/python2.7/hashlib.py", line 97, in get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha256 ERROR:root:code for hash sha384 was not found. Traceback (most recent call last): File "/glade/u/apps/ch/opt/python/2.7.16/gnu/8.3.0/lib/python2.7/hashlib.py", line 147, in globals()[func_name] = get_hash(__func_name) File "/glade/u/apps/ch/opt/python/2.7.16/gnu/8.3.0/lib/python2.7/hashlib.py", line 97, in get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha384 ERROR:root:code for hash sha512 was not found. Traceback (most recent call last): File "/glade/u/apps/ch/opt/python/2.7.16/gnu/8.3.0/lib/python2.7/hashlib.py", line 147, in globals()[func_name] = __get_hash(func_name) File "/glade/u/apps/ch/opt/python/2.7.16/gnu/8.3.0/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha512 Traceback (most recent call last): File "/glade/p/cesm/postprocessing/cesm-env2/bin/create_postprocess", line 7, in exec(compile(f.read(), file, 'exec')) File "/glade/p/cesm/postprocessing/cesm_utils/cesm_utils/create_postprocess", line 79, in from cesm_utils import cesmEnvLib File "/glade/p/cesm/postprocessing/cesm_utils/cesm_utils/init.py", line 2, in from . import processXmlLib File "/glade/p/cesm/postprocessing/cesm_utils/cesm_utils/processXmlLib.py", line 13, in import jinja2 File "/glade/p/cesm/postprocessing/cesm-env2/lib/python2.7/site-packages/jinja2/init.py", line 36, in from jinja2.loaders import BaseLoader, FileSystemLoader, PackageLoader, \ File "/glade/p/cesm/postprocessing/cesm-env2/lib/python2.7/site-packages/jinja2/loaders.py", line 16, in from hashlib import sha1 ImportError: cannot import name sha1