Closed alperaltuntas closed 6 years ago
@alperaltuntas - thanks for entering the issue. I'm testing IOMB on a new instance of the NPL on the DAV with cf_units v2.0.2 installed. IOMB uses the ILAMB framework and NPL is the new NCAR python virtualenv that Brian Vanderwende has built with python2.7.14 to replace the module dependency management. The workaround that you found is fine and should only affect ILAMB and IOMB.
An error is triggered when running create_python_env both on stampede2 and on cheyenne. Particularly, the error is encountered when cf_units/2.0.2 is attempted to be installed.
The error message is as follows:
I did the following two and create_python_env appears to work fine now:
ilamb
from SUBDIRS in Makefile (line 30)ilamb>=2.1
from diagnostics/requirements.txt (line 3)Not sure what the complications are (other than the absence of ILAMB).
(My local copy: /glade/p/work/altuntas/cesm.diags/CESM_postprocessing_test )