ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

Automated publisher test passes publishing and unpublish, but fails run_import_test #603

Closed nathanlcarlson closed 5 years ago

nathanlcarlson commented 5 years ago

The run_import_test of @muryanto1 's auto publisher test fails with the following error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/conda/envs/esgf-pub/lib/python2.7/site-packages/esgcet/config/cmip6_handler.py", line 5, in <module>
    from cmip6_cv import PrePARE
ImportError: No module named cmip6_cv

cmip6_cv lives in the cmor package in conda. It can be installed with

conda install cmor -c conda-forge

or we can add it to the bootstrapper when the conda env is created.

William-Hill commented 5 years ago

@nathanlcarlson merged PR to address this